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)