`

Hue: common errors solution 1

    博客分类:
  • Hue
 
阅读更多

1. when click a job in 'Job Browser' panle,  the log of the job doesn't appare



 R: Hadoop2.x has the ablity to aggregate logs from cluster nodes and purge the old logs. My problem is rooted at wrong vm guest clock(namenode runs on my local host while the other three datanodes run on

 centos6.4 vms ). I save all VMs when log out, and exit the local host system. Next time,  the VM  guests have wrong time when resumed to live.

 A: option 1:  synchronize the time in guests

date && hwclock --hctosys && date

     option 2: change hadoop configurations  (mapred-site.xml)

                    mapreduce.jobhistory.max-age-ms

                    mapreduce.jobhistory.cleaner.interval-ms

 

2.When check a file in hdfs through 'File Browser',there is a error



 

when I first login Hue UI, I used 'hue' as the username althrough I added 'zhaohj' as a superuser and logined with this name. Hue still use 'hue' to as its identity. Meanwhile, the core-site.xml of hadoop is :



The root cause is wrong configurations.

A: the correct configuration fragements likes . The 'zhaohj' is the name who login hue server.

--core-site.xml

<property>
  <name>hadoop.proxyuser.hue.hosts</name>
  <value>*</value>
</property>
<property>
  <name>hadoop.proxyuser.hue.groups</name>
  <value>zhaohj</value>
</property>
--hdfs-site.xml

<property>
  <name>dfs.webhdfs.enabled</name>
  <value>true</value>
</property>

<property>
   <name>dfs.permissions.enabled</name>
   <value>true</value>
</property>

<property>
   <name>dfs.web.ugi</name>
   <value>zhaohj</value>
</property>
--httpfs-site.xml

<property>
  <name>httpfs.proxyuser.hue.hosts</name>
  <value>*</value>
</property>
<property>
  <name>httpfs.proxyuser.hue.groups</name>
  <value>zhaohj</value>
</property>

 

3. The oozie is running, when I click WorkFlows, there appares a error

An error occurred with Oozie.

User [hue] not defined as proxyuser

A:Hue submits MapReduce jobs to Oozie as the logged in user. You need to configure Oozie to accept the hue user to be a proxyuser. Specify this in your oozie-site.xml (even in a non-secure cluster), and restart Oozie:

<property>
    <name>oozie.service.ProxyUserService.proxyuser.hue.hosts</name>
    <value>*</value>
</property>
<property>
    <name>oozie.service.ProxyUserService.proxyuser.hue.groups</name>
    <value>*</value>
</property>

http://archive.cloudera.com/cdh4/cdh/4/hue-2.0.0-cdh4.0.1/manual.html

 

4. When I submit a sqoop job from "Job Designer", produce errors:



 

I check the sqoop comands and comfired that all are correct. At last, I found that there have to one just only one space between two parametes.

eg.

--table       user     //will lead to syntax error 
--table user          //yes

 

 5.when submit a sqoop job (using mysql to store hive metastore and hue/oozie data )

 

 A: to restart mysql is adopted.

 

 

 

 

 

 

 

 

  • 大小: 28.4 KB
  • 大小: 20.3 KB
  • 大小: 11 KB
  • 大小: 126.8 KB
  • 大小: 51.6 KB
  • 大小: 24.4 KB
分享到:
评论

相关推荐

    cylon-hue:Phillips Hue的Cylon.js适配器驱动程序

    Cylon.js For Hue Cylon.js( )是用于机器人技术,物理计算和物联网(IoT)JavaScript框架。 该存储库包含可连接到的Cylon适配器/驱动器。 它使用创建的node-hue-api节点模块( )谢谢! 是否想在机器人上使用Ruby...

    storm-hue:适用于Apache Storm的Hue应用程序

    Storm-HUE:Apache Storm HUE应用程序Storm-HUE是一个应用程序,用于管理和管理拓扑池。特征管理操作(启动和停止拓扑,重新平衡)。 基于检索指标数据的自定义仪表板HUE启动时配置验证器要求或更高。 同一Hue服务器...

    Swift颜色生成器RandomColorSwift.zip

    RandomColorSwift 是从 randomColor.js 移植过来的 Swift 颜色生成器,非常迷人。代码示例:import RandomColor ...let colors = randomColorsCount(20, hue: .Value(120), luminosity: .Random)

    node-hue:与 Philips Hue API 通信的模块

    节点色调与 Philips Hue API 通信的模块安装npm install --save node-hue发现桥梁自动发现桥这将搜索桥,并使用搜索遇到的第一个有效桥 var hue = new Hue ( &lt; UserName&gt; );手动分配网桥 var hue = new Hue(, );配置...

    unity-hue:在Unity中控制Philips Hue灯

    统一色调在Unity中控制Philips Hue灯如何使用打开项目或在现有项目中导入Unity-Hue.unitypackage 在您的场景中导入Hue Bridge.prefab 按照Phillips Hue创建用户名,然后将其放在username段中。 单击“ Discover ...

    dmx-hue:Art-Net节点通过DMX控制飞利浦Hue灯

    :horizontal_traffic_light: dmx-hue ... -a, --address Set DMX address (range 1-511) [default: 1] -u, --universe Art-Net universe [default: 0] -t, --transition Set

    level1-module0-Pixel-Hue:GitHub Classroom创建的level1-module0-Pixel-Hue

    【标题】"level1-module0-Pixel-Hue:GitHub Classroom创建的level1-module0-Pixel-Hue" 提供的信息表明,这是一个在GitHub Classroom平台上创建的项目,可能属于一个教育机构或课程中的第一级、模块零的练习或作业,...

    hue:PHP 类来控制飞利浦色调

    飞利浦 Hue 是一款广受欢迎的智能家居产品,它通过无线技术(如 Wi-Fi 或 Bluetooth)与用户的智能手机、平板电脑或计算机相连,提供丰富的灯光效果和自动化场景。通过开发者的 API 和 SDK,像 hue 这样的 PHP 类库...

    hue-discover:探索飞利浦Hue桥

    色相发现探索本地可用... 输出示例{ " id " : " ecb5fafffe25c6b9 " , " internalipaddress " : " 192.168.1.249 " , " deviceType " : " urn:schemas-upnp-org:device:Basic:1 " , " friendlyName " : " Philips hue

    humix-sense-hue:Humix 的色调控制

    1. **配置文件**:通常会有一个配置文件(如 `config.js`),用于存储飞利浦 Hue 桥的 IP 地址、用户名和其他连接参数,这些参数是与 Hue 系统通信所必需的。 2. **主入口文件**:项目的核心部分可能在 `index.js` ...

    echo-hue:带有亚马逊 Echo 的非常基本的飞利浦 Hue 控制

    标题 "echo-hue:带有亚马逊 Echo 的非常基本的飞利浦 Hue 控制" 提供了我们正在探讨的项目的核心信息。这是一个使用 JavaScript 开发的工具,它允许用户通过亚马逊 Echo 智能音箱来控制飞利浦 Hue 智能灯泡。Echo-...

    c2hue:Construct 2 的飞利浦 Hue 插件

    C2Hue C2Hue 是 Construct 2 的插件,允许在您的游戏中快速实现 Phillips Hue 灯光。当前的功能集使用 Hue 桥进行身份验证。 设置并获取色调、饱和度、亮度。 打开/关闭灯。 获取灯的当前开/关状态。安装[下载当前...

    core-hue:用于Hiome的Hue适配器

    孝美顺将Hue与Hiome集成在一起,并根据Hiome的占用量直接控制Hue灯。安装git clone https://github.com/Hiome/hiome-hue.git npm install 按下色相桥上的链接按钮将其与Hiome配对npm start设置该脚本假定您拥有与...

    homebridge-hue:适用于Philips Hue andor deCONZ的Homebridge插件

    适用于Philips Hue和/或deCONZ的Homebridge插件 版权所有:copyright:2016-2021 Erik Baauw。 版权所有。 介绍 这个插件向连接到Philips 桥或德累斯顿电子网关的Apple ZigBee设备(灯,插头,传感器,开关等)。 请...

    node-meem-hue:飞利浦 Hue 的 Meem 库

    1. **设备发现**:node-meem-hue库可以帮助开发者找到网络中的Hue Bridge,并自动连接,无需手动输入IP地址。 2. **灯泡控制**:提供了简便的API接口,可以轻松实现对单个或多个灯泡的开关、亮度调节、颜色改变等...

    rspec-hue:飞利浦 Hue 的 RSpec 格式化程序

    色相 RspecHue 是 RSpec 的格式化程序,它将使用向整个办公室显示您的测试状态。 安装 注意:早期版本.....gem ' rspec-hue ' 然后执行: $ bundle 用法 ... rspec_hue_light_id = 1 end 可用设置有:

    snips-skill-hue:飞利浦Hue剪裁技巧

    飞利浦Hue剪裁技巧 安装 该技能是,因此您可以使用安装: $ pip install snipshue 用法 剪技能经理 建议您与一起使用此技能。 只需将以下部分添加到您的: skills : - package_name : snipshue class_name : ...

    nuxt-hue:启发您的Nuxt应用程序

    顺化 启发您的Nuxt体验 设置全局添加nuxt-hue依赖项yarn global add nuxt-hue # or npm install --global nuxt-hue 运行安装程序命令,并让向导指导您完成操作nuxt-hue setup 你完成了! 开始与Nuxt一起开发并享受!...

    vim-hue:vim-hue-满足所有SREDevOps需求的多彩Vim配置和主题

    色相 vim-hue是丰富多彩的Vim配置,可满足您所有的SRE / DevOps需求。 它具有“ vim-hue”深色Vim颜色方案和完整的Vim配置。 非常适合每天使用Vim和以下任何一种软件的任何人: ...1:您需要具有 ,

Global site tag (gtag.js) - Google Analytics