Hortonworks doc says: <name>mapreduce.jobtracker.plugins</name> <value>org.apache.hadoop.thriftfs.ThriftJobTrackerPlugin</value>
which is also what you said. Instead should I try <name>mapred.jobtracker.plugins</name> <value>org.apache.hadoop.thriftfs.ThriftJobTrackerPlugin</value> ________________________________________ From: Artem Ervits [[email protected]] Sent: Tuesday, October 22, 2013 2:46 PM To: '[email protected]' Subject: Re: Hue/Ambari Try the work around in my email. Artem Ervits Data Analyst New York Presbyterian Hospital ----- Original Message ----- From: Gopinath Rebala [mailto:[email protected]] Sent: Tuesday, October 22, 2013 05:30 PM To: [email protected] <[email protected]> Subject: RE: Hue/Ambari Thanks for the instructions - just want I was looking for moving forward. However, we are running into a problem with starting the Hue server, error in starting Beewax server. Any suggestions, we are ok to not starting beewax server for now - work around is also helpful. Thanks. Traceback (most recent call last): File "/usr/lib/hue/build/env/bin/hue", line 9, in <module> load_entry_point('desktop==2.2.0', 'console_scripts', 'hue')() File "/usr/lib/hue/desktop/core/src/desktop/manage_entry.py", line 60, in entry execute_manager(settings) File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/core/management/__init__.py", line 438, in execute_manager utility.execute() File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/core/management/__init__.py", line 379, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/core/management/base.py", line 191, in run_from_argv self.execute(*args, **options.__dict__) File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/core/management/base.py", line 220, in execute output = self.handle(*args, **options) File "/usr/lib/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/core/management/base.py", line 351, in handle return self.handle_noargs(**options) File "/usr/lib/hue/apps/beeswax/src/beeswax/management/commands/beeswax_server.py", line 37, in handle_noargs cluster_conf = hadoop.cluster.get_cluster_conf_for_job_submission() File "/usr/lib/hue/desktop/libs/hadoop/src/hadoop/cluster.py", line 134, in get_cluster_conf_for_job_submission mr = get_next_ha_mrcluster() File "/usr/lib/hue/desktop/libs/hadoop/src/hadoop/cluster.py", line 88, in get_next_ha_mrcluster candidates = all_mrclusters() File "/usr/lib/hue/desktop/libs/hadoop/src/hadoop/cluster.py", line 119, in all_mrclusters MR_CACHE[identifier] = _make_mrcluster(identifier) File "/usr/lib/hue/desktop/libs/hadoop/src/hadoop/cluster.py", line 49, in _make_mrcluster return LiveJobTracker.from_conf(cluster_conf) File "/usr/lib/hue/desktop/libs/hadoop/src/hadoop/job_tracker.py", line 88, in from_conf conf.HOST.get(), File "/usr/lib/hue/desktop/core/src/desktop/lib/conf.py", line 132, in get data, present = self._get_data_and_presence() File "/usr/lib/hue/desktop/core/src/desktop/lib/conf.py", line 124, in _get_data_and_presence data = self.bind_to.get(self.grab_key) AttributeError: 'str' object has no attribute 'get' ________________________________________ From: Artem Ervits [[email protected]] Sent: Monday, October 21, 2013 11:21 AM To: [email protected] Subject: RE: update mapred-site.xml I was able to follow these directions http://docs.hortonworks.com/HDPDocuments/HDP1/HDP-1.3.2/bk_installing_manually_book/content/rpm-chap-hue.html and for one piece of the document do the following: “ 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> “ From: Gopinath Rebala [mailto:[email protected]] Sent: Monday, October 21, 2013 2:13 PM To: [email protected] Subject: RE: update mapred-site.xml Where can I find instructions/recommendations to install Hue on an Ambari managed cluster? Thanks, Gopinath This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you. This electronic message is intended to be for the use only of the named recipient, and may contain information that is confidential or privileged. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of the contents of this message is strictly prohibited. If you have received this message in error or are not the named recipient, please notify us immediately by contacting the sender at the electronic mail address noted above, and delete and destroy all copies of this message. Thank you.
