Setting Configuration for local file:///

2012-08-07 Thread Mohit Anchlia
I am trying to write a test on local file system but this test keeps taking xml files in the path even though I am setting a different Configuration object. Is there a way for me to override it? I thought the way I am doing overwrites the configuration but doesn't seem to be working: @Test

Re: Setting Configuration for local file:///

2012-08-07 Thread Harsh J
What is GeoLookupConfigRunner and how do you utilize the setConf(conf) object within it? On Wed, Aug 8, 2012 at 1:10 AM, Mohit Anchlia mohitanch...@gmail.com wrote: I am trying to write a test on local file system but this test keeps taking xml files in the path even though I am setting a

Re: Setting Configuration for local file:///

2012-08-07 Thread Mohit Anchlia
On Tue, Aug 7, 2012 at 12:50 PM, Harsh J ha...@cloudera.com wrote: What is GeoLookupConfigRunner and how do you utilize the setConf(conf) object within it? Thanks for the pointer I wasn't setting my JobConf object with the conf that I passed. Just one more related question, if I use JobConf

Re: Setting Configuration for local file:///

2012-08-07 Thread Harsh J
If you instantiate the JobConf with your existing conf object, then you needn't have that fear. On Wed, Aug 8, 2012 at 1:40 AM, Mohit Anchlia mohitanch...@gmail.com wrote: On Tue, Aug 7, 2012 at 12:50 PM, Harsh J ha...@cloudera.com wrote: What is GeoLookupConfigRunner and how do you utilize