Adds the JobConf to this singleton. Will be called on the backend by the Map and Reduce functions so that UDFs can obtain the JobConf on the backend.
(Configuration conf)
| 107 | * on the backend. |
| 108 | */ |
| 109 | public void addJobConf(Configuration conf) { |
| 110 | jconf = conf; |
| 111 | } |
| 112 | |
| 113 | /** |
| 114 | * Get the JobConf. This should only be called on |
no outgoing calls