Good morning, Would it be possible for anyone to point me in the right direction with a minor problem I am having. I'm trying to run a job using the BayesFeatureDriver (version 0.5) from my webapp which would use a remote hadoop cluster. The problem I am having is that the driver executes assuming a local hadoop instance instead of the remote cluster. I have a copy of my cluster's conf/core-site.xml & core/mapred-site.xml files in my jar containing the driver and supporting code. However, it appears that they are not being used by the BayesFeatureDriver.runJob() invocation. Is there another piece of setup that I am missing?
Thanks for any help.
