diff --git ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java index 496579d..fb29fcf 100644 --- ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java +++ ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java @@ -1014,7 +1014,8 @@ public int checkCliDriverResults(String tname) throws Exception { ".*LOCK_TIME:.*", ".*grantTime.*", ".*[.][.][.] [0-9]* more.*", - ".*job_[0-9]*_[0-9]*.*", + ".*job_[0-9_]*.*", + ".*job_local[0-9_]*.*", ".*USING 'java -cp.*", "^Deleted.*", }; diff --git ql/src/test/results/clientnegative/local_mapred_error_cache.q.out ql/src/test/results/clientnegative/local_mapred_error_cache.q.out index 4e39b7b..c4e9909 100644 --- ql/src/test/results/clientnegative/local_mapred_error_cache.q.out +++ ql/src/test/results/clientnegative/local_mapred_error_cache.q.out @@ -19,6 +19,5 @@ org.apache.hadoop.hive.ql.metadata.HiveException: [Error 20003]: An error occurr #### A masked pattern was here #### org.apache.hadoop.hive.ql.metadata.HiveException: [Error 20003]: An error occurred when trying to close the Operator running your custom script. #### A masked pattern was here #### -Ended Job = job_local_0001 with errors Error during job, obtaining debugging information... FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.MapRedTask