juhwi lee created AIRFLOW-2754:
----------------------------------
Summary: Invalid hive hdfs uri in case CDH.
Key: AIRFLOW-2754
URL: https://issues.apache.org/jira/browse/AIRFLOW-2754
Project: Apache Airflow
Issue Type: Bug
Components: operators
Affects Versions: 1.10
Reporter: juhwi lee
HDFS URI is invalid in case of using HDP.
Default hive hdfs path starts with "/apps/hive/warehouse/~" in HDP and
"/user/hive/warehouse/~" in CDH.
To make both happy, we should remove the line finding '/user' path.
m.get_table(hive_table).sd.location is enough to find right path of specific
hive table.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)