You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Yang Wang (Jira)" <ji...@apache.org> on 2021/03/02 08:09:00 UTC

[jira] [Created] (FLINK-21554) Remove the magical classpath setting stuff in docker-entrypoint.sh

Yang Wang created FLINK-21554:
---------------------------------

             Summary: Remove the magical classpath setting stuff in docker-entrypoint.sh
                 Key: FLINK-21554
                 URL: https://issues.apache.org/jira/browse/FLINK-21554
             Project: Flink
          Issue Type: Improvement
          Components: flink-docker
    Affects Versions: 1.13.0
            Reporter: Yang Wang
             Fix For: 1.13.0


After FLINK-21128 is done, we could remove the magical classpath setting stuff in {{docker-entrypoint.sh}}.

 
{code:java}
# Set the Flink related environmentsexport _FLINK_HOME_DETERMINED=true. $FLINK_HOME/bin/config.shexport FLINK_CLASSPATH="`constructFlinkClassPath`:$INTERNAL_HADOOP_CLASSPATHS"
{code}



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