Closed mladkov closed 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?
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?
Merged as https://github.com/kite-sdk/kite/commit/38c25cc1. Thanks @mladkov!
When executing the
kite-dataset
cli command through Oozie, we need to pass into thehadoop jar
command the-conf
parameter to the location ofOOZIE_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 theflags
option and thedebug
option that the utility supplies.