For collecting data to HBase, you will need to make sure that you have a demux parser that is compatible with HBase. TSProcessor doe not work with HBase because it does not have a targeted HBase table annotation embedded in TSProcessor.
See the programming guide to stream your data to HBase: http://people.apache.org/~eyang/chukwa-0.5.0-docs/programming.html For enabling HBase as the data sink, see the configuration guide for collector: http://people.apache.org/~eyang/chukwa-0.5.0-docs/collector.html Hope this helps. regards, Eric On Sun, Dec 18, 2011 at 6:35 AM, Mohammad Tariq <[email protected]> wrote: > Hello list, > > Can I use the steps, I had used to collect data to the HDFS, for > Hbase as well??Or are there any changes now?? It's been quite sometime > since I had configured chukwa-0.5.0, but I couldn't proceed further > due to some tight schedule and now I want to go ahead.Many thanks. > > Regards, > Mohammad Tariq
