Chukwa is claimed to provide log collection, analysis and results displaying solution based on
HDFS and
map/reduce framework, and now it is under
Apache incubator project list.
Chukwa web interface
1.if you want to store into HBase and also HDFS, set it in chukwa-collector-conf.xml
<name>chukwaCollector.pipeline</name>
<value>org.apache.hadoop.chukwa.datacollection.writer.hbase.HBaseWriter,org.apache.
hadoop.chukwa.datacollection.writer.SeqFileWriter</value>
notes: hbase.HBaseWriter must be written before SeqFileWriter, because SeqFileWriter does not pass data to next writer, this is the reason that it has to be the last writer in the pipeline as a workaround.
2. if you have questions, please make a comment, or mail to me