kite-sdk / kite

Kite SDK
http://kitesdk.org/docs/current/
Apache License 2.0
394 stars 262 forks source link

Kite-1042: OOZIE_ACTION_CONF_XML added to kite-dataset along with 'config' option #396

Closed mladkov closed 9 years ago

mladkov commented 9 years ago

When executing the kite-dataset cli command through Oozie, we need to pass into the hadoop jar command the -conf parameter to the location of OOZIE_ACTION_CONF_XML, which is set by Oozie.

Additionally, we provide the ability for the user to specify a config option like so:

config="-D key=value" ./kite-dataset ...

And those parameters will be passed into the hadoop jar command. This is similar to the flags option and the debug option that the utility supplies.

mladkov commented 9 years ago

I see that my build had failed - but that really only happened it seems due to environment errors on the build machine. What do we do next? How can I re-submit the build? Do I have to generate a new pull request and close this one?

mladkov commented 9 years ago

I see the build has now passed - thanks for restarting the build.

Is there anything else needed here, or will this request actually get pulled to the Kite project?

rdblue commented 9 years ago

Merged as https://github.com/kite-sdk/kite/commit/38c25cc1. Thanks @mladkov!