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 [email protected]: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.