bigdata-dev team mailing list archive
-
bigdata-dev team
-
Mailing list archive
-
Message #00054
[Bug 1433857] [NEW] Add Oozie support to apache-hadoop cluster
amir sanjar (asanjar) has assigned this bug to you for Juju Charms Collection:
in order for hadoop to executes remote oozie command, following properties needs to be add to core-site.xml of the namenode
<property>
<name>hadoop.proxyuser.oozie.groups</name>
<value>*</value>
</property>
<property>
<name>hadoop.proxyuser.oozie.hosts</name>
<value>*</value>
</property>
** Affects: charms
Importance: Undecided
Assignee: Juju Big Data Development (bigdata-dev)
Status: New
--
Add Oozie support to apache-hadoop cluster
https://bugs.launchpad.net/bugs/1433857
You received this bug notification because you are a member of Juju Big Data Development, which is a bug assignee.