You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Andrew Onischuk <ao...@hortonworks.com> on 2014/09/10 15:53:26 UTC

Review Request 25502: Change the way oozie uploads sharelib into hdfs

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/25502/
-----------------------------------------------------------

Review request for Ambari and Dmytro Sen.


Bugs: AMBARI-7240
    https://issues.apache.org/jira/browse/AMBARI-7240


Repository: ambari


Description
-------

After <https://issues.apache.org/jira/browse/OOZIE-1584>, oozie changes the
way it uploads sharelib. "hadoop fs -put share share" no longer works. We
should execute "bin/oozie-setup.sh sharelib create -fs hdfs://localhost:9000
-locallib share" command as oozie user to upload sharelib properly. Please
change this in Ambari installer


Diffs
-----

  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/oozie.py f5d4142 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/oozie_service.py aa2b7e2 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/OOZIE/package/scripts/params.py ebcc984 

Diff: https://reviews.apache.org/r/25502/diff/


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk