zentol commented on a change in pull request #20:
URL: https://github.com/apache/flink-docker/pull/20#discussion_r422837552



##########
File path: docker-entrypoint.sh
##########
@@ -56,6 +58,27 @@ copy_plugins_if_required() {
   done
 }
 
+setup_usrlib() {
+  if [ -z "${USER_ARTIFACTS}" ]; then
+    return 0
+  fi
+
+  echo "Setting up usrlib"
+  mkdir -p "${FLINK_HOME}/usrlib"
+  for user_artifact in $(echo "${USER_ARTIFACTS}" | tr ';' ' '); do

Review comment:
       pretty much copied from the plugins equivalent above.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to