How to set Hue Plugin for JobTracker on a different host

0 votes

Hi. Please help me with setting the Hue plugin. Earlier I had the JobTracker and the Hue Server on the same host so I set the plugin using the following command. 

$ cd /usr/lib/hue
$ cp desktop/libs/hadoop/java-lib/hue-plugins-*.jar /usr/lib/hadoop-0.20-mapreduce/lib

Now the JobTracker and Hue server are on different hosts. How do I set the plugin?

May 24, 2019 in Big Data Hadoop by Wilson
516 views

1 answer to this question.

0 votes

When the JobTracker and the Hue Server are on different hosts, you will have to scp the Hue plugins to the JobTracker host. To do this, open the mapred-site.xml file and add the below lines in it:

<property>
  <name>jobtracker.thrift.address</name>
  <value>0.0.0.0:9290</value>
</property>
<property>
  <name>mapred.jobtracker.plugins</name>
  <value>org.apache.hadoop.thriftfs.ThriftJobTrackerPlugin</value>
  <description>Comma-separated list of jobtracker plug-ins to be activated.</description>
</property>
answered May 24, 2019 by Jishan

Related Questions In Big Data Hadoop

0 votes
1 answer

How to set a custom install directory for a deb package with fpm

Here's something that you can try... the last ...READ MORE

answered Mar 26, 2018 in Big Data Hadoop by Amrinder
• 140 points
1,104 views
0 votes
1 answer

How to set Secret Key for Hue?

You have to set the secret key ...READ MORE

answered May 24, 2019 in Big Data Hadoop by Yogi
690 views
0 votes
1 answer

How to set authentication for Kerberos in Hue?

To set the authentication for Solr clients ...READ MORE

answered May 27, 2019 in Big Data Hadoop by Jimmy
598 views
0 votes
1 answer

How to set job tracker host in Hue?

You have to set this in the hue ...READ MORE

answered May 30, 2019 in Big Data Hadoop by Raman
762 views
0 votes
1 answer

How to confirm if Hue plugins are properly set?

You can confirm it like this: $ tail ...READ MORE

answered May 24, 2019 in Big Data Hadoop by Shirish
455 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,521 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,165 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
103,811 views
0 votes
1 answer

How to set alternate user for new connection in Hue?

You can use the hive.server2.proxy.user property to do ...READ MORE

answered Jun 3, 2019 in Big Data Hadoop by Lohith
436 views
0 votes
2 answers

Hey for all, how to get on large data i want use in hadoop?

Hi, To work with Hadoop you can also ...READ MORE

answered Jul 30, 2019 in Big Data Hadoop by Sunny
808 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP