Hi Vijay,
Have you done this step?
You can validate your input/output from demux by looking at the JTobTracker UI
(demux counters) .
/Jerome.
* Parser registration
Edit chukwa-demux-conf.xml and add the following lines
<property>
<name><YourRecordType_Here></name>
<value><org.apache.hadoop.chukwa.extraction.demux.processor.mapper.MyParser></value>
<description>Parser class for <YourRecordType_Here></description>
</property>
On 5/26/09 11:29 AM, "Vijay" <[email protected]> wrote:
*Hi,*
I wrote a custome parser and
inside org.apache.hadoop.chukwa.extraction.demux.processor.mapper for our
tomcat logs.... but i dont see the process been done....
I have something like
log.debug(recordEntry);
i dont see these log entries.... also how do i know it is doing its work? JT
UI shows the job is completed without any errors.... but i dont know if it
did,.....
I am following the instruction @
http://wiki.apache.org/hadoop/Sending_information_to_Chukwa
I think i am missing something.... Can you plz Advice?
Thanks and Regards,
</VJ>