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

wordcount-simple example gives ParseException with examples configuration file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.15.0
    • 0.16.0
    • None
    • None

    Description

      The example conf file has <executable-name> in the description which is causing the following exception:
      Exception in thread "main" java.lang.RuntimeException: org.xml.sax.SAXParseException: The element type "executable-name" must be terminated by the matching end-tag "</executable-name>".
      at org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:816)
      at org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:719)
      at org.apache.hadoop.conf.Configuration.getProps(Configuration.java:679)
      at org.apache.hadoop.conf.Configuration.get(Configuration.java:297)
      at org.apache.hadoop.mapred.JobConf.getWorkingDirectory(JobConf.java:341)
      at org.apache.hadoop.mapred.JobConf.setInputPath(JobConf.java:231)
      at org.apache.hadoop.mapred.pipes.Submitter.main(Submitter.java:356)

      Attachments

        1. patch-2453.txt
          0.6 kB
          Amareshwari Sriramadasu

        Activity

          People

            amareshwari Amareshwari Sriramadasu
            amareshwari Amareshwari Sriramadasu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: