You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2018/09/02 17:59:03 UTC

[jira] [Commented] (AIRFLOW-2754) Invalid hive static path in case HDP

    [ https://issues.apache.org/jira/browse/AIRFLOW-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601324#comment-16601324 ] 

Apache Spark commented on AIRFLOW-2754:
---------------------------------------

User 'happyjulie' has created a pull request for this issue:
https://github.com/apache/incubator-airflow/pull/3607

> 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
>            Assignee: juhwi lee
>            Priority: Major
>             Fix For: 2.0.0
>
>
> 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)