• HUE配置文件hue.ini 的liboozie和oozie模块详解(图文详解)(分HA集群)


    不多说,直接上干货!

      我的集群机器情况是 bigdatamaster(192.168.80.10)、bigdataslave1(192.168.80.11)和bigdataslave2(192.168.80.12)

      然后,安装目录是在/home/hadoop/app下。

      官方建议在master机器上安装Hue,我这里也不例外。安装在bigdatamaster机器上。

     Hue版本:hue-3.9.0-cdh5.5.4
     需要编译才能使用(联网)


     说给大家的话:大家电脑的配置好的话,一定要安装cloudera manager。毕竟是一家人的。
    同时,我也亲身经历过,会有部分组件版本出现问题安装起来要个大半天时间去排除,做好心里准备。废话不多说,因为我目前读研,自己笔记本电脑最大8G,只能玩手动来练手。
    纯粹是为了给身边没高配且条件有限的学生党看的! 但我已经在实验室机器群里搭建好cloudera manager 以及 ambari都有。

    大数据领域两大最主流集群管理工具Ambari和Cloudera Manger

    Cloudera安装搭建部署大数据集群(图文分五大步详解)(博主强烈推荐)

    Ambari安装搭建部署大数据集群(图文分五大步详解)(博主强烈推荐)

    https://www.cloudera.com/documentation/enterprise/latest/topics/cdh_ig_hue_config.html#concept_ezg_b2s_hl

      一、默认的liboozie配置文件

    ###########################################################################
    # Settings to configure liboozie
    ###########################################################################
    
    [liboozie]
      # The URL where the Oozie service runs on. This is required in order for
      # users to submit jobs. Empty value disables the config check.
      ## oozie_url=http://localhost:11000/oozie
    
      # Requires FQDN in oozie_url if enabled
      ## security_enabled=false
    
      # Location on HDFS where the workflows/coordinator are deployed when submitted.
      ## remote_deployement_dir=/user/hue/oozie/deployments

    二、默认的oozie配置文件

    ###########################################################################
    # Settings to configure the Oozie app
    ###########################################################################
    
    [oozie]
      # Location on local FS where the examples are stored.
      ## local_data_dir=..../examples
    
      # Location on local FS where the data for the examples is stored.
      ## sample_data_dir=...thirdparty/sample_data
    
      # Location on HDFS where the oozie examples and workflows are stored.
      ## remote_data_dir=/user/hue/oozie/workspaces
    
      # Maximum of Oozie workflows or coodinators to retrieve in one API call.
      ## oozie_jobs_count=50
    
      # Use Cron format for defining the frequency of a Coordinator instead of the old frequency number/unit.
      ## enable_cron_scheduling=true

    三、以下是跟我机器集群匹配的配置文件(非HA集群下怎么配置Hue的liboozie和oozie模块)

    四、以下是跟我机器集群匹配的配置文件(HA集群下怎么配置Hue的liboozie和oozie模块)

      

      然后,启动ooize,见博客

    Oozie的详细启动步骤(CDH版本的3节点集群)

    http://bigdatamaster:11000/oozie/

    http://bigdatamaster:8888/oozie/list_oozie_workflows/

     

     

     

      参考

    http://blog.csdn.net/haoyuexihuai/article/details/53544880

    欢迎大家,加入我的微信公众号:大数据躺过的坑        人工智能躺过的坑
     
     
     

    同时,大家可以关注我的个人博客

       http://www.cnblogs.com/zlslch/   和     http://www.cnblogs.com/lchzls/      http://www.cnblogs.com/sunnyDream/   

       详情请见:http://www.cnblogs.com/zlslch/p/7473861.html

      人生苦短,我愿分享。本公众号将秉持活到老学到老学习无休止的交流分享开源精神,汇聚于互联网和个人学习工作的精华干货知识,一切来于互联网,反馈回互联网。
      目前研究领域:大数据、机器学习、深度学习、人工智能、数据挖掘、数据分析。 语言涉及:Java、Scala、Python、Shell、Linux等 。同时还涉及平常所使用的手机、电脑和互联网上的使用技巧、问题和实用软件。 只要你一直关注和呆在群里,每天必须有收获

          对应本平台的讨论和答疑QQ群:大数据和人工智能躺过的坑(总群)(161156071) 

     

  • 相关阅读:
    C语言培训06
    C语言培训07
    C语言培训10 (完结篇)
    c程序设计语言 读书笔记01
    Open Xml Sdk创建目录
    D3D管线中每个stage的含义
    关于 STL::list 保存对象的一些注意
    【转载】 MultiByteToWideChar和WideCharToMultiByte用法详解
    Oracle GoldenGate 11G同步配置
    Linux挂载大硬盘(大于2T)
  • 原文地址:https://www.cnblogs.com/zlslch/p/6820398.html
Copyright © 2020-2023  润新知