Seetharam Venkatesh created OOZIE-1006:
------------------------------------------

             Summary: Oozie fails to add required dependency for Hadoop 2.0.2
                 Key: OOZIE-1006
                 URL: https://issues.apache.org/jira/browse/OOZIE-1006
             Project: Oozie
          Issue Type: Bug
          Components: scripts
    Affects Versions: 3.2.0
            Reporter: Seetharam Venkatesh
             Fix For: 3.2.1
         Attachments: OOZIE-1006.patch

There are a few hadoop 2.0.2 dependency issues while bundling 'em into oozie 
war:

* commons-cli isn't added which is required by DFSClient
* hadoop-yarn-client isn't added which is required for launching jobs (this 
might be a result of recent )
* avro-ipc is included that isn't required and not available in hadoop-client

This patch adds commons-cli-*.jar, hadoop-yarn-client${suffix}.jar and removes 
avro-ipc-*.jar. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to