You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2020/11/19 08:31:00 UTC

[jira] [Created] (FLINK-20237) Do not recommend putting hive-exec in flink/lib

Dawid Wysakowicz created FLINK-20237:
----------------------------------------

             Summary: Do not recommend putting hive-exec in flink/lib
                 Key: FLINK-20237
                 URL: https://issues.apache.org/jira/browse/FLINK-20237
             Project: Flink
          Issue Type: Improvement
          Components: Connectors / Hive, Documentation
    Affects Versions: 1.12.0
            Reporter: Dawid Wysakowicz
             Fix For: 1.12.0


The Hive setup page links to Flink's Hadoop setup page which recommends passing hadoop dependencies via:

{code}
export HADOOP_CLASSPATH=`hadoop classpath`
{code}

This should in 99% of cases put the hive-exec dependency on the classpath already. I'd recommend removing the recommendation to put {{hive-exec}} into \lib separately.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)