[Hadoop] Hadoop yarn Configuration method to display debug debug information __yarn

Source: Internet
Author: User

1. By default, the Yarn log only displays info and above level information, and it is necessary to display the necessary debug information when the system is developed two times.

2. Configure yarn to print debug information to the log file, just modify its startup script sbin/yarn-daemon.sh, and change the info to debug (this step only).

  Export Yarn_root_logger=${yarn_root_logger:-debug,rfa}

3. For HDFs, the modification method is similar, only need to modify the sbin/hadoop-daemon.sh, replace the info with Debug.

  Export hadoop_root_logger=${hadoop_root_logger:-"Debug,rfa"}
  export hadoop_security_logger=${hadoop_security _logger:-"Debug,rfas"}
  export hdfs_audit_logger=${hdfs_audit_logger:-"Debug,nullappender"}


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.