Github user zentol commented on a diff in the pull request:
https://github.com/apache/incubator-flink/pull/202#discussion_r20361691
--- Diff: flink-dist/src/main/flink-bin/bin/flink ---
@@ -48,6 +48,7 @@ CC_CLASSPATH=`manglePathList
$(constructCLIClientClassPath)`
log=$FLINK_LOG_DIR/flink-$FLINK_IDENT_STRING-flink-client-$HOSTNAME.log
log_setting="-Dlog.file="$log"
-Dlog4j.configuration=file:"$FLINK_CONF_DIR"/log4j.properties
-Dlogback.configurationFile=file:"$FLINK_CONF_DIR"/logback.xml"
+export FLINK_ROOT_DIR
--- End diff --
I've been unsure about this change for a long time, wondering whether i
should instead export only a specific directory. The python package currently
resides in /resource/python, is there a more appropriate place to put it?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---