Re: How to send third parameter

2010-02-10 Thread Steve Loughran
Saranyu Netmanee wrote: How to send third parameter into program? Follow command bin/hadoop jar webcount.jar WebCount webtudom.log output1 tudom I want sent parameter "tudom" in my program for count websit tudom used. When I try run on single node and use same command bin/

How to send third parameter

2010-02-08 Thread Saranyu Netmanee
How to send third parameter into program? Follow command bin/hadoop jar webcount.jar WebCount webtudom.log output1 tudom I want sent parameter "tudom" in my program for count websit tudom used. When I try run on single node and use same command bin/hadoop jar webcount.ja