Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7-incubating
-
None
-
None
Description
Add hdfs paths to process qualified name only in case of non-partition based queries. This needs to be done per HiveOperation type
1. if HiveOperation = LOAD, IMPORT, EXPORT - detect if the current query context is dealing with partitions and do not add if it is partition based.
2. If HiveOperation = INSERT OVERWRITE DFS_PATH/LOCAL_PATH , then detect if the query context is dealing with a partitioned table in inputs and decide if we need to add or not.
Attachments
Attachments
Issue Links
- is related to
-
ATLAS-904 Hive hook fails due to session state not being set
- Resolved