hiveServer2日志未打印完整查询,但将其截断为50个字符

时间:2018-06-29 11:53:14

标签: hadoop logging hive tez

我需要在hiveserver2日志中进行完整查询。目前只打印50张 完整查询的字符:

2018-06-26 13:44:11,103 INFO 

[HiveServer2-Background-Pool: Thread-117154]: client.TezClient (TezClient.java:submitDAGSession(484)) - Submitting dag to TezSession, sessionName=HIVE-c2513863-415b-42ad-8046-65a40619b38d, applicationId=application_1529039672863_1907, dagName=select  cast(AVG( cast(r_reason_sk ...reason(Stage-1), callerContext={ context=HIVE, callerType=HIVE_QUERY_ID, callerId=hive_20180626134400_e6bd3516-2af8-4333-b07f-8a43efe6e123 }

Execution engine = tez

有人可以指出我是否需要进行任何配置更改才能在上面的dagName部分中获得完整的查询,而不是上面的不完整的查询。

0 个答案:

没有答案