You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Terence Kwan (JIRA)" <ji...@apache.org> on 2009/04/17 21:08:15 UTC

[jira] Created: (CHUKWA-149) System complain about no appender for the logger

System complain about no appender for the logger
------------------------------------------------

                 Key: CHUKWA-149
                 URL: https://issues.apache.org/jira/browse/CHUKWA-149
             Project: Hadoop Chukwa
          Issue Type: Bug
          Components: data collection
    Affects Versions: 0.1.2
            Reporter: Terence Kwan
             Fix For: 0.1.2


it may be just my configuration. In any case, the system complains about no appenders. Please close the bug if it is my configuration problem.

Thanks


mkdir: failed to create /chukwa/postProcess/srcSink20090417_18_4517//doneFile
2009-04-17 18:45:19.036::INFO:  Started SelectChannelConnector@0.0.0.0:4080
started http collector on port number 4080
log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
log4j:WARN Please initialize the log4j system properly.
org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/chukwa/postProcess/srcSink20090417_18_4517/doneFile
	at org.apache.hadoop.mapred.FileInputFormat.listStatus(FileInputFormat.java:190)
	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:221)
	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:742)
	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1026)
	at org.apache.hadoop.chukwa.extraction.archive.ChukwaArchiveBuilder.run(ChukwaArchiveBuilder.java:101)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
	at org.apache.hadoop.chukwa.extraction.archive.ChukwaArchiveBuilder.main(ChukwaArchiveBuilder.java:106)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
	at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
	at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)

log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
log4j:WARN Please initialize the log4j system properly.
org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/chukwa/archives/raw/20090417/18/4517
	at org.apache.hadoop.mapred.FileInputFormat.listStatus(FileInputFormat.java:190)
	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:221)
	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:742)
	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1026)
	at org.apache.hadoop.chukwa.extraction.demux.Demux.run(Demux.java:191)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
	at org.apache.hadoop.chukwa.extraction.demux.Demux.main(Demux.java:196)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
	at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
	at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)



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


[jira] Resolved: (CHUKWA-149) System complain about no appender for the logger

Posted by "Terence Kwan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Terence Kwan resolved CHUKWA-149.
---------------------------------

    Resolution: Invalid

close this bug because we don't use processSinkFile script anymore.

> System complain about no appender for the logger
> ------------------------------------------------
>
>                 Key: CHUKWA-149
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-149
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>    Affects Versions: 0.1.2
>            Reporter: Terence Kwan
>             Fix For: 0.1.2
>
>
> it may be just my configuration. In any case, the system complains about no appenders. Please close the bug if it is my configuration problem.
> Thanks
> mkdir: failed to create /chukwa/postProcess/srcSink20090417_18_4517//doneFile
> 2009-04-17 18:45:19.036::INFO:  Started SelectChannelConnector@0.0.0.0:4080
> started http collector on port number 4080
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/chukwa/postProcess/srcSink20090417_18_4517/doneFile
> 	at org.apache.hadoop.mapred.FileInputFormat.listStatus(FileInputFormat.java:190)
> 	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:221)
> 	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:742)
> 	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1026)
> 	at org.apache.hadoop.chukwa.extraction.archive.ChukwaArchiveBuilder.run(ChukwaArchiveBuilder.java:101)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.chukwa.extraction.archive.ChukwaArchiveBuilder.main(ChukwaArchiveBuilder.java:106)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
> 	at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
> 	at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/chukwa/archives/raw/20090417/18/4517
> 	at org.apache.hadoop.mapred.FileInputFormat.listStatus(FileInputFormat.java:190)
> 	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:221)
> 	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:742)
> 	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1026)
> 	at org.apache.hadoop.chukwa.extraction.demux.Demux.run(Demux.java:191)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.chukwa.extraction.demux.Demux.main(Demux.java:196)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
> 	at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
> 	at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)

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


[jira] Commented: (CHUKWA-149) System complain about no appender for the logger

Posted by "Ari Rabkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700706#action_12700706 ] 

Ari Rabkin commented on CHUKWA-149:
-----------------------------------

If processSinkFile is deprecated, can we remove it?

> System complain about no appender for the logger
> ------------------------------------------------
>
>                 Key: CHUKWA-149
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-149
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>    Affects Versions: 0.1.2
>            Reporter: Terence Kwan
>             Fix For: 0.1.2
>
>
> it may be just my configuration. In any case, the system complains about no appenders. Please close the bug if it is my configuration problem.
> Thanks
> mkdir: failed to create /chukwa/postProcess/srcSink20090417_18_4517//doneFile
> 2009-04-17 18:45:19.036::INFO:  Started SelectChannelConnector@0.0.0.0:4080
> started http collector on port number 4080
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/chukwa/postProcess/srcSink20090417_18_4517/doneFile
> 	at org.apache.hadoop.mapred.FileInputFormat.listStatus(FileInputFormat.java:190)
> 	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:221)
> 	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:742)
> 	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1026)
> 	at org.apache.hadoop.chukwa.extraction.archive.ChukwaArchiveBuilder.run(ChukwaArchiveBuilder.java:101)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.chukwa.extraction.archive.ChukwaArchiveBuilder.main(ChukwaArchiveBuilder.java:106)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
> 	at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
> 	at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/chukwa/archives/raw/20090417/18/4517
> 	at org.apache.hadoop.mapred.FileInputFormat.listStatus(FileInputFormat.java:190)
> 	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:221)
> 	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:742)
> 	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1026)
> 	at org.apache.hadoop.chukwa.extraction.demux.Demux.run(Demux.java:191)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.chukwa.extraction.demux.Demux.main(Demux.java:196)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
> 	at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
> 	at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)

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


[jira] Commented: (CHUKWA-149) System complain about no appender for the logger

Posted by "Jerome Boulon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700910#action_12700910 ] 

Jerome Boulon commented on CHUKWA-149:
--------------------------------------

We can deprecate it in this release and remove it in the next one.

> System complain about no appender for the logger
> ------------------------------------------------
>
>                 Key: CHUKWA-149
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-149
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>    Affects Versions: 0.1.2
>            Reporter: Terence Kwan
>             Fix For: 0.1.2
>
>
> it may be just my configuration. In any case, the system complains about no appenders. Please close the bug if it is my configuration problem.
> Thanks
> mkdir: failed to create /chukwa/postProcess/srcSink20090417_18_4517//doneFile
> 2009-04-17 18:45:19.036::INFO:  Started SelectChannelConnector@0.0.0.0:4080
> started http collector on port number 4080
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/chukwa/postProcess/srcSink20090417_18_4517/doneFile
> 	at org.apache.hadoop.mapred.FileInputFormat.listStatus(FileInputFormat.java:190)
> 	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:221)
> 	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:742)
> 	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1026)
> 	at org.apache.hadoop.chukwa.extraction.archive.ChukwaArchiveBuilder.run(ChukwaArchiveBuilder.java:101)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.chukwa.extraction.archive.ChukwaArchiveBuilder.main(ChukwaArchiveBuilder.java:106)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
> 	at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
> 	at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/chukwa/archives/raw/20090417/18/4517
> 	at org.apache.hadoop.mapred.FileInputFormat.listStatus(FileInputFormat.java:190)
> 	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:221)
> 	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:742)
> 	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1026)
> 	at org.apache.hadoop.chukwa.extraction.demux.Demux.run(Demux.java:191)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.chukwa.extraction.demux.Demux.main(Demux.java:196)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
> 	at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
> 	at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)

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


[jira] Commented: (CHUKWA-149) System complain about no appender for the logger

Posted by "Jerome Boulon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700381#action_12700381 ] 

Jerome Boulon commented on CHUKWA-149:
--------------------------------------

How did your start your processSinkFiles.sh script?


> System complain about no appender for the logger
> ------------------------------------------------
>
>                 Key: CHUKWA-149
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-149
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>    Affects Versions: 0.1.2
>            Reporter: Terence Kwan
>             Fix For: 0.1.2
>
>
> it may be just my configuration. In any case, the system complains about no appenders. Please close the bug if it is my configuration problem.
> Thanks
> mkdir: failed to create /chukwa/postProcess/srcSink20090417_18_4517//doneFile
> 2009-04-17 18:45:19.036::INFO:  Started SelectChannelConnector@0.0.0.0:4080
> started http collector on port number 4080
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/chukwa/postProcess/srcSink20090417_18_4517/doneFile
> 	at org.apache.hadoop.mapred.FileInputFormat.listStatus(FileInputFormat.java:190)
> 	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:221)
> 	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:742)
> 	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1026)
> 	at org.apache.hadoop.chukwa.extraction.archive.ChukwaArchiveBuilder.run(ChukwaArchiveBuilder.java:101)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.chukwa.extraction.archive.ChukwaArchiveBuilder.main(ChukwaArchiveBuilder.java:106)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
> 	at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
> 	at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)
> log4j:WARN No appenders could be found for logger (org.apache.hadoop.conf.Configuration).
> log4j:WARN Please initialize the log4j system properly.
> org.apache.hadoop.mapred.InvalidInputException: Input path does not exist: file:/chukwa/archives/raw/20090417/18/4517
> 	at org.apache.hadoop.mapred.FileInputFormat.listStatus(FileInputFormat.java:190)
> 	at org.apache.hadoop.mapred.FileInputFormat.getSplits(FileInputFormat.java:221)
> 	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:742)
> 	at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1026)
> 	at org.apache.hadoop.chukwa.extraction.demux.Demux.run(Demux.java:191)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.chukwa.extraction.demux.Demux.main(Demux.java:196)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.hadoop.util.RunJar.main(RunJar.java:155)
> 	at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
> 	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
> 	at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)

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