Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が知る限り、Hadoop はマッパーとレデューサーからの標準出力と標準エラーをログに記録する必要があります${HADOOP_HOME}/logs/userlog/が、これは私の構成では発生していません。
${HADOOP_HOME}/logs/userlog/
どうすればマッパーとリデューサーからログオンできるようになりますか?
System.out.println("...")、System.err.println("...")およびのような印刷方法はどれも機能しませんLOG.error("...")。
System.out.println("...")
System.err.println("...")
LOG.error("...")