Hi,
Using BixoPlatform, current implementation, there is no way to programatically configure JobConf, in case of Platform.Hadoop initialisation. For example, there is no way to pass job tracker url, other than adding an xml file to class path or command line args to main().
It also, seems to require some rework when it will use Cascading-utils 2.2 since BasePlatform implementation is changed.
I'm adding a pull request to add a second constructor to existing BixoPlatform code.
Thanks,
Gabi
Hi,
Using BixoPlatform, current implementation, there is no way to programatically configure JobConf, in case of Platform.Hadoop initialisation. For example, there is no way to pass job tracker url, other than adding an xml file to class path or command line args to main().
It also, seems to require some rework when it will use Cascading-utils 2.2 since BasePlatform implementation is changed.
I'm adding a pull request to add a second constructor to existing BixoPlatform code.
Thanks,
Gabi