Index: ql/src/test/queries/clientnegative/mapreduce_stack_trace.q =================================================================== --- ql/src/test/queries/clientnegative/mapreduce_stack_trace.q (revision 1415918) +++ ql/src/test/queries/clientnegative/mapreduce_stack_trace.q (working copy) @@ -4,7 +4,7 @@ FROM src SELECT TRANSFORM(key, value) USING 'script_does_not_exist' AS (key, value); --- EXCLUDE_HADOOP_MAJOR_VERSIONS(0.20) +-- INCLUDE_HADOOP_MAJOR_VERSIONS(0.23) -- Hadoop 0.23 changes the getTaskDiagnostics behavior -- The Error Code of hive failure MapReduce job changes -- In Hadoop 0.20 Index: ql/src/test/queries/clientnegative/mapreduce_stack_trace_hadoop20.q =================================================================== --- ql/src/test/queries/clientnegative/mapreduce_stack_trace_hadoop20.q (revision 1415918) +++ ql/src/test/queries/clientnegative/mapreduce_stack_trace_hadoop20.q (working copy) @@ -4,7 +4,7 @@ FROM src SELECT TRANSFORM(key, value) USING 'script_does_not_exist' AS (key, value); --- INCLUDE_HADOOP_MAJOR_VERSIONS(0.20) +-- EXCLUDE_HADOOP_MAJOR_VERSIONS(0.23) -- Hadoop 0.23 changes the getTaskDiagnostics behavior -- The Error Code of hive failure MapReduce job changes -- In Hadoop 0.20