You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Viral Bajaria <vi...@gmail.com> on 2019/08/26 07:34:58 UTC

Hive on Tez : yarn logs missing timestamp

Hi,

We are using Hive on Tez (see versions below) and aren't able to get
TezChild class to log the timestamp even though
tez-container-log4j.properties has the ISO time in the logger pattern.

Sample Logs:

[TezChild] INFO org.apache.hadoop.hive.ql.exec.FileSinkOperator -
FS[3]: records written - 100
[TezChild] INFO org.apache.hadoop.hive.ql.exec.MapOperator - MAP[0]:
records read - 100
[TezChild] INFO org.apache.hadoop.hive.ql.exec.FileSinkOperator -
FS[3]: records written - 1000
[TezChild] INFO org.apache.hadoop.hive.ql.exec.MapOperator - MAP[0]:
records read - 1000


Anyone faced this same issue and resolve it ?

Hive Version: 2.0.1
Hadoop Version: 2.9.2
Tez: 0.9.1

Thanks,
Viral