Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
this is apparently caused by HIVE-18739, specifically changing
private static ThreadLocal<SessionStates> tss in SessionState to private static InheritableThreadLocal<SessionStates> tss
need to figure out why this is.
Looks like
TestNegativeMinimrCliDriver -Dqfile=mapreduce_stack_trace_turnoff.q,mapreduce_stack_trace.q,cluster_tasklog_retrieval.q
are also broken by this
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-19356 TestNegativeMinimrCliDriver (cluster_tasklog_retrieval, mapreduce_stack_trace, mapreduce_stack_trace_turnoff, and minimr_broken_pipe) are failing
- Resolved
- is caused by
-
HIVE-18739 Add support for Import/Export from Acid table
- Closed