27 | | |
| 27 | * Reference: |
| 28 | 1. org.apache.hadoop.conf.Configuration.setBoolean(String name, boolean value) |
| 29 | 2. org.apache.hadoop.conf.Configuration.getBoolean(String name, boolean defaultValue) |
| 30 | http://hadoop.apache.org/docs/r1.0.4/api/org/apache/hadoop/conf/Configuration.html |
| 31 | 3. org.apache.hadoop.mapreduce.Mapper.setup(Mapper.Context context) |
| 32 | http://hadoop.apache.org/docs/r1.0.4/api/org/apache/hadoop/mapreduce/Mapper.html#setup%28org.apache.hadoop.mapreduce.Mapper.Context%29 |
| 33 | 4. org.apache.hadoop.mapreduce.JobContext.getConfiguration() |
| 34 | http://hadoop.apache.org/docs/r1.0.4/api/org/apache/hadoop/mapreduce/JobContext.html#getConfiguration%28%29 |
| 35 | 5. http://www.cloudera.com/content/cloudera-content/cloudera-docs/HadoopTutorial/CDH4/Hadoop-Tutorial/ht_topic_7_1.html |