JobConf conf = new JobConf(WordCount.class); conf.setJobName("wordcount");
How can I do that with hadoop-streaming?
Configure the property using the -D key=value notation:
-D mapred.job.name='My Job'
You can list a whole bunch of options by calling the streaming jar with just the -info
argument
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With