** Changed in: charms
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Juju Big
Data Development, which is a bug assignee.
https://bugs.launchpad.net/bugs/1433857

Title:
  Add Oozie support to apache-hadoop cluster

Status in Juju Charms:
  Fix Released

Bug description:
  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>

To manage notifications about this bug go to:
https://bugs.launchpad.net/charms/+bug/1433857/+subscriptions

-- 
Mailing list: https://launchpad.net/~bigdata-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~bigdata-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to