Deprecated API


Contents
Deprecated Methods
org.apache.hadoop.streaming.StreamJob.getClusterNick()
           
org.apache.hadoop.streaming.StreamJob.go()
          use StreamJob.run(String[]) instead. 
 

Deprecated Constructors
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.