I am trying to run a jar from my command line and it keeps picking up the default hadoop configuration values for core,hdfs,mapred, etc. What is the env variable I need to set so it looks in the correct directory?
FYI the class I am running extends Configured and implements tool.
