Eclipse Local Run MapReduce console print MapReduce execution progress

Source: Internet
Author: User
Tags log4j

In the process of local mapreduce development, it was found that the Eclipse console could not print the progress of the MapReduce job I wanted to see and some parameters before guessing it might have been a log4j problem, and had indeed reported Log4j's warning, and then tried it, It's really a log4j problem.

Mainly because I did not configure Log4j.properties, the first new file in the SRC directory, and then add the following code:

Log4j.rootlogger=info, Stdoutlog4j.appender.stdout=org.apache.log4j.consoleappenderlog4j.appender.stdout.layout =org.apache.log4j.patternlayoutlog4j.appender.stdout.layout.conversionpattern=%d%p [%c]-%m% nlog4j.appender.logfile=org.apache.log4j.fileappenderlog4j.appender.logfile.file=target/ spring.loglog4j.appender.logfile.layout= org.apache.log4j.patternlayoutlog4j.appender.logfile.layout.conversionpattern=%d%p [%c]-%m%n



Run the program again, control print I want to see the MapReduce execution progress and related parameters, here for the moment do not introduce the details of log4j configuration, I will come up with a separate article to introduce the configuration of log4j

Eclipse Local Run MapReduce console print MapReduce execution progress

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.