Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-3927

Be able to create a Configuration out an stream (with config XML content)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • conf
    • None
    • all

    Description

      While it is possible to write a Configuration as XML to a stream, it is not possible to read from a stream a Configuration.

      The use case is to persist a given Configuration (more specifically a JobConf) for later retrieval an use.

      Currently I can do it only by first writing the XML content to a temporary file and then give a URL to that temporary file to the Configuration as addResource or in the constructor.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              tucu00 Alejandro Abdelnur
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: