On Nov 6, 2012, at 9:53 AM, "Cornish, Duane C." <[email protected] wrote: > David, > > Thanks for pursuing this (I know you brought it up yesterday and > Billie had endorsed it). I just tried it and it works as well. I > agree, it does make the software more flexible. Yesterday, I didn't > pursue it as I wasn't positive how to do it initially. Then Billie > offered the actual export line but mentioned that it was assuming I > was running my job via the "hadoop jar" command instead of "java - > jar".
Duane, Yes, sorry I didn't tell you how to do it when running with java. I'll record it here for posterity: you should just be able to add the hadoop conf dir to the java classpath, i.e. java -cp $HADOOP_HOME/conf etc. Glad you got it working! Billie > > Anyhow, thanks for all the support! I'm relatively new to mapreduce. > > -----Original Message----- > From: David Medinets [mailto:[email protected]] > Sent: Tuesday, November 06, 2012 9:34 AM > To: [email protected] > Subject: Re: Accumulo Map Reduce is not distributed > > I'm glad that you got your job working my hard-coding your > configuration files as resources. However, setting your classpath so > the files are automatically found would make your software more > flexible.
