You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Amareshwari Sri Ramadasu (JIRA)" <ji...@apache.org> on 2007/12/18 11:26:43 UTC

[jira] Created: (HADOOP-2453) wordcount-simple example gives ParseException with examples configuration file

wordcount-simple example gives ParseException with examples configuration file
------------------------------------------------------------------------------

                 Key: HADOOP-2453
                 URL: https://issues.apache.org/jira/browse/HADOOP-2453
             Project: Hadoop
          Issue Type: Bug
          Components: pipes
    Affects Versions: 0.15.0
            Reporter: Amareshwari Sri Ramadasu
            Assignee: Amareshwari Sri Ramadasu
            Priority: Critical
             Fix For: 0.15.2


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)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2453) wordcount-simple example gives ParseException with examples configuration file

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554919 ] 

Hudson commented on HADOOP-2453:
--------------------------------

Integrated in Hadoop-Nightly #349 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/349/])

> wordcount-simple example gives ParseException with examples configuration file
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-2453
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2453
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>    Affects Versions: 0.15.0
>            Reporter: Amareshwari Sri Ramadasu
>            Assignee: Amareshwari Sri Ramadasu
>            Priority: Blocker
>             Fix For: 0.16.0
>
>         Attachments: patch-2453.txt
>
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2453) wordcount-simple example gives ParseException with examples configuration file

Posted by "Amareshwari Sri Ramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sri Ramadasu updated HADOOP-2453:
---------------------------------------------

    Status: Patch Available  (was: Open)

This patch will fix the problem.

> wordcount-simple example gives ParseException with examples configuration file
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-2453
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2453
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>    Affects Versions: 0.15.0
>            Reporter: Amareshwari Sri Ramadasu
>            Assignee: Amareshwari Sri Ramadasu
>            Priority: Blocker
>             Fix For: 0.15.2
>
>         Attachments: patch-2453.txt
>
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2453) wordcount-simple example gives ParseException with examples configuration file

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553324 ] 

Hudson commented on HADOOP-2453:
--------------------------------

Integrated in Hadoop-Nightly #338 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/338/])

> wordcount-simple example gives ParseException with examples configuration file
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-2453
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2453
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>    Affects Versions: 0.15.0
>            Reporter: Amareshwari Sri Ramadasu
>            Assignee: Amareshwari Sri Ramadasu
>            Priority: Blocker
>             Fix For: 0.16.0
>
>         Attachments: patch-2453.txt
>
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2453) wordcount-simple example gives ParseException with examples configuration file

Posted by "Amareshwari Sri Ramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sri Ramadasu updated HADOOP-2453:
---------------------------------------------

    Attachment: patch-2453.txt

> wordcount-simple example gives ParseException with examples configuration file
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-2453
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2453
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>    Affects Versions: 0.15.0
>            Reporter: Amareshwari Sri Ramadasu
>            Assignee: Amareshwari Sri Ramadasu
>            Priority: Blocker
>             Fix For: 0.15.2
>
>         Attachments: patch-2453.txt
>
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2453) wordcount-simple example gives ParseException with examples configuration file

Posted by "Amareshwari Sri Ramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sri Ramadasu updated HADOOP-2453:
---------------------------------------------

    Priority: Blocker  (was: Critical)

> wordcount-simple example gives ParseException with examples configuration file
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-2453
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2453
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>    Affects Versions: 0.15.0
>            Reporter: Amareshwari Sri Ramadasu
>            Assignee: Amareshwari Sri Ramadasu
>            Priority: Blocker
>             Fix For: 0.15.2
>
>         Attachments: patch-2453.txt
>
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2453) wordcount-simple example gives ParseException with examples configuration file

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated HADOOP-2453:
----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks, Amareshwari!

> wordcount-simple example gives ParseException with examples configuration file
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-2453
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2453
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>    Affects Versions: 0.15.0
>            Reporter: Amareshwari Sri Ramadasu
>            Assignee: Amareshwari Sri Ramadasu
>            Priority: Blocker
>             Fix For: 0.16.0
>
>         Attachments: patch-2453.txt
>
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-2453) wordcount-simple example gives ParseException with examples configuration file

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun C Murthy updated HADOOP-2453:
----------------------------------

    Fix Version/s:     (was: 0.15.2)
                   0.16.0

I'm marking this for 0.16.0, since this is related to HADOOP-1857 which is scheduled for 0.16.0.

> wordcount-simple example gives ParseException with examples configuration file
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-2453
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2453
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>    Affects Versions: 0.15.0
>            Reporter: Amareshwari Sri Ramadasu
>            Assignee: Amareshwari Sri Ramadasu
>            Priority: Blocker
>             Fix For: 0.16.0
>
>         Attachments: patch-2453.txt
>
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-2453) wordcount-simple example gives ParseException with examples configuration file

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552713 ] 

Hadoop QA commented on HADOOP-2453:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12371851/patch-2453.txt
against trunk revision r605102.

    @author +1.  The patch does not contain any @author tags.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new compiler warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests +1.  The patch passed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1379/testReport/
Findbugs warnings: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1379/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1379/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1379/console

This message is automatically generated.

> wordcount-simple example gives ParseException with examples configuration file
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-2453
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2453
>             Project: Hadoop
>          Issue Type: Bug
>          Components: pipes
>    Affects Versions: 0.15.0
>            Reporter: Amareshwari Sri Ramadasu
>            Assignee: Amareshwari Sri Ramadasu
>            Priority: Blocker
>             Fix For: 0.15.2
>
>         Attachments: patch-2453.txt
>
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.