Hello. I have such situation. I neet to write gui on Java for editing
core-site.xml.
For getting an editing data I am using org.apache.hadoop.conf.Configuration
class.
But when i saving data from it such with writeXML() method atributes such as
<finaly>true</finaly> are lost.
Is org.apache.hadoop.conf.Configuration supports such atributes?

Reply via email to