从hadoop控制台输出中删除调试日志

nx7onnlm  于 2021-06-04  发布在  Hadoop
关注(0)|答案(0)|浏览(341)

我想从hadoop控制台输出中删除调试消息。我已经准备好了

export HADOOP_ROOT_LOGGER=WARN,DRFA
 export HADOOP_JHS_LOGGER=WARN,DRFA

在hadoop-env.sh文件中

hadoop.root.logger=WARN,console
hadoop.security.logger=WARN,console

在hadoop/bin的log4j.properties文件中
当前当我运行时 hadoop fs -lsr /directory/ 输出如下。我只想看到实际的文件,而不是所有的debug/info语句。谢谢。

12:03:58.408 [sendParams-0] DEBUG org.apache.hadoop.ipc.Client - IPC Client (47)     connection to ...
12:03:58.408 [IPC Client (47) connection to xxxxxx from xxxx]         DEBUG org.apache.hadoop.ipc.Client - IPC Client (47) connection to ...
12:03:58.408 [main] DEBUG org.apache.hadoop.ipc.RPC - Call: getListing 1
drwxr-xr-x   - abc supergroup          0 2013-02-21 18:01 /user/xxxx/res
12:03:58.409 [sendParams-0] DEBUG org.apache.hadoop.ipc.Client - IPC Client (47)      connection to xxxxxx/xxxxx from xxxx sending #13
12:03:58.410 [IPC Client (47) connection to xxxxxx/xxxxx from xxxx]     DEBUG org.apache.hadoop.ipc.Client - IPC Client (47) connection to      xxxxxx/xxxxxx from xxxx got value #13
12:03:58.410 [main] DEBUG org.apache.hadoop.ipc.RPC - Call: getListing 1
drwxr-xr-x   - xxxxx supergroup          0 2013-02-21 12:20 /user/xxxxx/rhipeTest
12:03:58.410 [sendParams-0] DEBUG org.apache.hadoop.ipc.Client - IPC Client (47)       connection to xxxxx/xxxx from tenglin sending #14
12:03:58.411 [IPC Client (47) connection to xxxxxx from xxxxx]        DEBUG org.apache.hadoop.ipc.Client - IPC Client (47) connection to        xxxxxx/xxxxxx from xxxxxxx got value #14
12:03:58.411 [main] DEBUG org.apache.hadoop.ipc.RPC - Call: getListing 1
-rw-r--r--   2 xxxxx supergroup       1229 2013-02-21 12:20        /user/xxxx/rhipeTest/ibm.n_1361467245357.dat
drwxr-xr-x   - xxxxx supergroup          0 2013-02-22 11:47 /user/xxxx/test
12:03:58.412 [sendParams-0] DEBUG org.apache.hadoop.ipc.Client - IPC Client (47)        connection to xxxx/xxxxx from tenglin sending #15
12:03:58.413 [IPC Client (47) connection to xxxx from xxxxx]         DEBUG org.apache.hadoop.ipc.Client - IPC Client (47) connection to          xxxxx/xxxxx from xxxxx got value #15
12:03:58.414 [main] DEBUG org.apache.hadoop.ipc.RPC - Call: getListing 2
-rw-r--r--   2 tenglin supergroup       5092 2013-02-22 11:47        /user/xxxxx/test/aa.us_1361551612607.dat
-rw-r--r--   2 tenglin supergroup       5125 2013-02-22 11:47 /user/xxxxx/test/aapl.q_1361551612607.dat
....

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题