Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Chukwa_Quick_Start" page has been changed by EricYang. http://wiki.apache.org/hadoop/Chukwa_Quick_Start?action=diff&rev1=28&rev2=29 -------------------------------------------------- == Setup Chukwa Cluster == General Hadoop configuration is available at: [[http://hadoop.apache.org/common/docs/current/cluster_setup.html|Hadoop Configuration]] + + === Configure Log4j syslog appender === + + Edit HADOOP_CONF_DIR/log4j.properties, and replace DRFA appender with SyslogAppender: + + log4j.appender.DRFA=org.apache.log4j.net.SyslogAppender + log4j.appender.DRFA.syslogHost=localhost:9095 + log4j.appender.DRFA.layout=org.apache.log4j.PatternLayout + log4j.appender.DRFA.layout.ConversionPattern=%d{ISO8601} %p %c: %m%n + log4j.appender.DRFA.Facility=LOCAL1 + + Save the file, and restart Hadoop Cluster. General HBASE configuration is available at: [[http://hbase.apache.org/docs/current/api/overview-summary.html#overview_description|HBase Configuration]]
