| Method and Description |
|---|
| org.apache.hadoop.streaming.StreamJob.getClusterNick() |
| org.apache.hadoop.streaming.StreamJob.go()
use
StreamJob.run(String[]) instead. |
| Constructor and Description |
|---|
| org.apache.hadoop.streaming.StreamJob(String[], boolean)
use StreamJob() with ToolRunner or set the
Configuration using
StreamJob.setConf(Configuration) and
run with StreamJob.run(String[]). |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.