There's a writeXml() method (or just write() in earlier releases) on Configuration which should do what you need. Also see Configuration's main() method.
Tom On Wed, Dec 3, 2008 at 8:39 AM, Johannens Zillmann <[EMAIL PROTECTED]> wrote: > Hi everybody, > > does anybody know if there exists a tool which writes a JobConf instance > back to xml in hadoop-site.xml format ? > > cheers > Johannes >
