Here is an example: https://adhoop.wordpress.com/2012/02/16/generate-a-list-of-anagrams-round-3/
-Rajesh On Thu, Feb 19, 2015 at 9:32 PM, Haoming Zhang <[email protected]> wrote: > Thanks guys, > > I will try your solutions later and update the result! > > ------------------------------ > From: [email protected] > Date: Fri, 20 Feb 2015 10:04:38 +0530 > Subject: Re: How to get Hadoop's Generic Options value > To: [email protected] > > > Try implementing your program > > public class YourDriver extends Configured implements Tool { > > main() > run() > } > > Then supply your file using -D option. > > Thanks > Unmesha Biju > > >
