sivakumar created TEZ-1877:
------------------------------
Summary: hive query using tez is referring deleted partitions
Key: TEZ-1877
URL: https://issues.apache.org/jira/browse/TEZ-1877
Project: Apache Tez
Issue Type: Bug
Affects Versions: 0.4.1
Environment: HDP sandbox 2.1
Reporter: sivakumar
When HIVE query runs by using Apache tez, query is failing saying that deleted
partitions don’t exist. When the same query runs from HIVE mr engine, it
executes successfully without any issues.
Query is failing by using Tez with below error.
hdfs://XXXXXX/user/sbhavanari/testdb/dept/clientid=client1 does not exist.
hive>
in few usecases, it failed with below error.
Status: Failed
Session stats:submittedDAGs=0, successfulDAGs=0, failedDAGs=0, killedDAGs=0
FAILED: Execution Error, return code 2 from
org.apache.hadoop.hive.ql.exec.tez.TezTask
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)