Vinesh EG Asked: 2011-11-20 01:32:24 +0800 CST2011-11-20 01:32:24 +0800 CST 2011-11-20 01:32:24 +0800 CST scribe log analysis 772 I have decided to use scribe to log all the error and request details in my site for analysis. How can I use the scribe log data to analyze the data. Is there any tool for this or scribe server programs? I am using PHP as my scripting language php logging hadoop hbase scribe 1 Answers Voted Oct 2011-11-20T12:39:34+08:002011-11-20T12:39:34+08:00 People usually use the Hadoop framework to process data coming out of scribe. You can use PHP to script map/reduce steps... However, unless you have a lot of data, this is probably going to be a lot of work for a small benefit: http://hadoop.apache.org/ Good luck with that !
People usually use the Hadoop framework to process data coming out of scribe. You can use PHP to script map/reduce steps...
However, unless you have a lot of data, this is probably going to be a lot of work for a small benefit:
Good luck with that !