Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are there tools to help aggregate logs or for getting a stream on the output?

0
Posted

Are there tools to help aggregate logs or for getting a stream on the output?

0

The archive-mapred jar has classes that will help you aggregate the content of the userlogs directory across the cluster. To stream the content of one remote userlog directory, do the following: % ${HADOOP_HOME}/bin/hadoop jar archive-mapred-0.2.0-SNAPSHOT.jar org.archive.mapred.ArchiveTaskLog http://192.168.1.107:50060/logs/userlogs/task_0019_m_000000_0/syslog/ The archive-mapred has a primitive mapreduce job based on hadoop-1199 content for streaming all logging from a particular job.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123