cloudera hue安装及Oozie的安装

查看数: 139965 | 评论数: 4 | 收藏 3
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2014-2-9 19:21

正文摘要:

本帖最后由 pig2 于 2014-2-9 19:27 编辑 思考:hue与Oozie之间的关系是什么? 下载hue 1.2 下载地址: https://github.com/cloudera/hue/downloads/HADOOP_HOME=/hadoop/hadoop0.20.2 PREFIX=/hadoop/hue m ...

回复

美丽天空 发表于 2017-8-15 17:34:12
感谢分享
ljlinux2012 发表于 2017-3-1 15:07:25
学习了谢谢楼主了
sunshaojie130 发表于 2016-12-12 17:22:05
楼主你好,我的hue做oozie任务时,老是感觉权限不对。必须将相应的目录的权限改成777才能使用,是oozie的问题还是hue的权限问题啊,该怎么改用户的权限啊
pig2 发表于 2014-2-9 20:06:46
安装Hue和Oozie web console遇到的问题:
为了能够管理MapReduce Job和浏览HDFS文件系统,我们需要安装Hue服务,Hue依赖Oozie服务。部署完Hue和Oozie后,发现报错如下,现在给大家介绍一下解决方法。

To enable Oozie web console install the Ext JS library

下载和部署Ext JS
  1. [root@nodeD oozie]# ll /usr/local/src/
  2. total 6644
  3. -rw-r--r-- 1 root root 6800612 Mar  7 09:44 ext-2.2.zip
  4. [root@nodeD oozie]# unzip ext-2.2.zip
  5. [root@nodeD oozie]# cd /var/lib/oozie/
  6. [root@nodeD oozie]# ll
  7. total 4
  8. drwxr-xr-x 5 oozie oozie 4096 Mar  7 09:49 data
  9. [root@nodeD oozie]# mv /usr/local/src/ext-2.2 .
复制代码
The deployment directory of Oozie workflows does not exist. Run “Setup Examples” on the Oozie workflow page.

在Hue界面上,点击Oozie Editor/Dashboard -> Workflow -> Setup Examples安装示例。

问题:
  1. [06/Mar/2013 21:40:33 +0000] hive_site    CRITICAL Cannot understand remote metastore uri "thrift://nodeB:9083,thrift://nodeD:9083"
复制代码
尝试下面的方法有效:
  1. [beeswax]
  2. hive_conf_dir=/etc/hive/conf
复制代码
  1. http://grokbase.com/t/cloudera/hue-user/132mwcgcm3/hive-settings-not-reflected-in-beeswax-ui
  2. if you use CM you can't edit hue.ini as it will be overridden by CM.
  3. If you want Hue to point to another hive-site.xml, you need to add the
  4. property below to the "Hue Server Configuration Safety Valve for
  5. hue_safety_valve_server.ini" property in the "Advanced" menu of the Hue
  6. service.
  7. [beeswax]
  8. # Hive configuration directory, where hive-site.xml is located
  9. hive_conf_dir=/etc/hive/conf
  10. or click on the Beeswax service and insert your Hive properties in "Hive
  11. Configuration Safety Valve", that way
  12. <property>
  13. <name>hive.security.authorization.enabled</name>
  14. <value>true</value>
  15. </property>
复制代码
关闭

推荐上一条 /2 下一条