|
|
+
Pedro Sá da Costa 2013-01-19, 15:31
+
Arun C Murthy 2013-01-19, 18:48
+
Pedro Sá da Costa 2013-01-20, 11:11
-
Re: Save configuration data in job configuration file.Harsh J 2013-01-20, 14:12
The MR framework saves it into the job.xml before it sends it for execution.
If you're asking about a way to save the config object into the XML file, use http://hadoop.apache.org/docs/current/api/org/apache/hadoop/conf/Configuration.html#writeXml(java.io.Writer)or similar APIs. On Sun, Jan 20, 2013 at 4:41 PM, Pedro Sá da Costa <[EMAIL PROTECTED]>wrote: > This does not save in the xml file. I think this just keep the > variable in memory. > > On 19 January 2013 18:48, Arun C Murthy <[EMAIL PROTECTED]> wrote: > > jobConf.set(String, String)? > > > > > -- > Best regards, > -- Harsh J |