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. ThanksUnmesha Biju
