[
https://issues.apache.org/jira/browse/AIRFLOW-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16544933#comment-16544933
]
ASF subversion and git services commented on AIRFLOW-2754:
----------------------------------------------------------
Commit 3dabd8f03d8cb58e7fea1af54b0462f700ec53f3 in incubator-airflow's branch
refs/heads/master from juhwi.lee
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=3dabd8f ]
[AIRFLOW-2754] Fix invalid static path in case of using HDP.
Closes #3607 from happyjulie/AIRFLOW-2754
> Invalid hive static path in case HDP
> ------------------------------------
>
> 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
> Priority: Major
>
> Static path in hive to druid operator 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 have to 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)