Prasanth Jayachandran created HIVE-16476: --------------------------------------------
Summary: LLAP: MDC context information are missing in someplaces Key: HIVE-16476 URL: https://issues.apache.org/jira/browse/HIVE-16476 Project: Hive Issue Type: Bug Components: llap Affects Versions: 3.0.0 Reporter: Siddharth Seth Assignee: Prasanth Jayachandran Log lines are supposed to contain the name of attempt that is running. {code} 2017-01-12T06:24:52,366 INFO [pool-63-thread-1 ()] org.apache.hadoop.hive.ql.exec.tez.HashTableLoader: Using tableContainer MapJoinBytesTableContainer 2017-01-12T06:24:52,366 INFO [ShuffleRunner {Map_5} ()] org.apache.tez.runtime.library.common.shuffle.impl.ShuffleManager: Map_5: Shutting down FetchScheduler, Was Interrupted: false 2017-01-12T06:24:52,411 INFO [Fetcher_B {Map_6} #0 ()] org.apache.tez.runtime.library.common.shuffle.impl.ShuffleManager: All inputs fetched for input vertex : Map 6 2017-01-12T06:24:52,411 INFO [Fetcher_B {Map_6} #0 ()] org.apache.tez.runtime.library.common.shuffle.impl.ShuffleManager: copy(1 (spillsFetched=1) of 1. Transfer rate (CumulativeDataFetched/TimeSinceInputStarted)) 0.00 MB/s) 2017-01-12T06:24:52,411 INFO [pool-63-thread-2 ()] org.apache.hadoop.hive.ql.exec.persistence.HashMapWrapper: Key count from statistics is 51; setting map size to 68 2017-01-12T06:24:52,413 INFO [pool-63-thread-2 ()] org.apache.hadoop.hive.ql.exec.tez.HashTableLoader: Using tableContainer MapJoinBytesTableContainer 2017-01-12T06:24:52,413 INFO [pool-63-thread-2 ()] org.apache.hadoop.hive.ql.exec.persistence.MapJoinTableContainer: Initializing container with org.apache.hadoop.hive.serde2.binarysortable.BinarySortableSerDe and org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe 2017-01-12T06:24:52,414 INFO [ShuffleRunner {Map_6} ()] org.apache.tez.runtime.library.common.shuffle.impl.ShuffleManager: Map_6: Shutting down FetchScheduler, Was Interrupted: false 2017-01-12T06:24:52,418 INFO [pool-63-thread-2 ()] org.apache.tez.runtime.library.common.readers.UnorderedKVReader: Num Records read: 35 2017-01-12T06:24:52,418 INFO [pool-63-thread-2 ()] org.apache.hadoop.hive.ql.exec.tez.HashTableLoader: Finished loading hashtable using class org.apache.hadoop.hive.ql.exec.persistence.MapJoinBytesTableContainer. Small table position: 1 {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)