Description
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 was a result of recent refactoring in yarn from 2.0.0 to 2.0.2)
- 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.