Michael,

Thanks for pointing this out – altering the property name as you indicated 
fixed everything. This is the second documentation error I've come across – the 
other was with the Hadoop temporary directory modifications for concurrent job 
submission:

9.2.e [Optional]

Originally it is written as:
<property>
  <name>hadoop.tmp.dir</name>
  <value>/tmp/hadoop-$USER_NAME$HUE_SUFFIX</value>
</property>

The proper values are:
<property>
  <name>hadoop.tmp.dir</name>
  <value>/tmp/hadoop-${user.name}${hue.suffix}</value>
</property>

Jonathan Edwards
Technical Architect
Senior Systems Engineering Consultant

Staples, Inc.
1 Environmental Way | Broomfield, CO 80021

Phone: 303.664.3256 (Desk) | 303.903.6240 (Cell) | E-Mail: 
[email protected]<mailto:[email protected]> | Blog: 
joedward<http://connections.staples.com/blogs/joedward/> | 
Wiki:JonathanEdwards<http://wiki.cexp.com:7001/twiki/bin/view/Main/JonathanEdwards>
 | IM: [email protected]<mailto:[email protected]>

The information contained in this email transmission and any attachments is 
intended only for the personal and confidential use of the designated named 
herein.  If the reader of this message is not the intended recipient or an 
agent responsible for delivering it to the intended recipient, you are hereby 
notified that you have received this document and its attachment in error, and 
that any review, dissemination, distribution, or copying of this message is 
strictly prohibited.  If you have received this communication in error, please 
notify the sender and return and delete the original message immediately.  
Thank you.

[cid:[email protected]]


From: Michael Harp <[email protected]<mailto:[email protected]>>
Reply-To: 
"[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Date: Tuesday, September 10, 2013 6:01 PM
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: Re: Ambari and Hue

I hit this issue as well, turned out to be a typo in the HortonWorks 
instructions.

 <name>mapred.jobtracker.plugins</name>
  <value>org.apache.hadoop.thriftfs.ThriftJobTrackerPlugin</value>

Should be:
  <name>mapreduce.jobtracker.plugins</name>
  <value>org.apache.hadoop.thriftfs.ThriftJobTrackerPlugin</value>

Mike

On Tue, Sep 10, 2013 at 2:34 PM, Edwards, Jonathan 
<[email protected]<mailto:[email protected]>> wrote:
Fellow Ambari Users,

I've setup a Hortonworks cluster (HDP 1.3.2) using Ambari and have HDFS, 
MapRed, Hive, Hbase all working nicely. I've gotten ambitious and manually 
installed Hue – and been able to get it working, with the exception of 
JobTracker integration. The reason that I'm emailing the Ambari user group is 
that the ultimate issue seems to be that, although properly configured in the 
mapped-site.xml via Ambari and present in /usr/lib/hadoop/lib on the JobTracker 
node managed by Ambari, the Thrift plugin isn't loading – I suspect that the 
jar isn't being added to the class path by the startup commands issued from the 
Ambari server to the remote agents. Is there a way to view what the configured 
class path is for the job tracker? Is there a way to override the default 
behavior to include additional JobTracker plugin jars?

Regards,

Jonathan Edwards
Technical Architect
Senior Systems Engineering Consultant

Staples, Inc.
1 Environmental Way | Broomfield, CO 80021




<<inline: 84409C2E-CC7C-4F07-A7EE-84E6A9620767[3].png>>

Reply via email to