You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2018/02/19 16:27:00 UTC

[jira] [Updated] (FLINK-8668) Remove "hadoop classpath" from config.sh

     [ https://issues.apache.org/jira/browse/FLINK-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aljoscha Krettek updated FLINK-8668:
------------------------------------
    Release Note: We removed the automatic hadoop classpath discovery via the hadoop binary. If you want Flink to pick up the Hadoop classpath you have to export HADOOP_CLASSPATH. On cloud environments and most Hadoop distributions you would do {{export HADOOP_CLASSPATH=`hadoop classpath`}}.  (was: We removed the automatic hadoop classpath discovery via the hadoop binary. If you want Flink to pick up the Hadoop classpath you have to export HADOOP_CLASSPATH. )

> Remove "hadoop classpath" from config.sh
> ----------------------------------------
>
>                 Key: FLINK-8668
>                 URL: https://issues.apache.org/jira/browse/FLINK-8668
>             Project: Flink
>          Issue Type: New Feature
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>            Priority: Major
>             Fix For: 1.5.0
>
>
> Automatically adding this when available can lead to dependency problems for some users and there is no way of turning of this "feature". It was added to make using Flink on AWS/EMR and GCE a bit easier but I think it's causing more harm than good.
> If users want to to augment the classpath they can always {{export HADOOP_CLASSPATH=...}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)