Github user StephanEwen commented on a diff in the pull request:

    https://github.com/apache/flink/pull/718#discussion_r31026487
  
    --- Diff: flink-dist/src/main/flink-bin/bin/jobmanager.sh ---
    @@ -80,7 +81,7 @@ case $STARTSTOP in
             rotateLogFile $out
     
             echo "Starting Job Manager"
    -        $JAVA_RUN $JVM_ARGS ${FLINK_ENV_JAVA_OPTS} "${log_setting[@]}" 
-classpath "`manglePathList "$FLINK_JM_CLASSPATH:$INTERNAL_HADOOP_CLASSPATHS"`" 
org.apache.flink.runtime.jobmanager.JobManager --executionMode $EXECUTIONMODE 
--configDir "$FLINK_CONF_DIR"  > "$out" 2>&1 < /dev/null &
    +        $JAVA_RUN $JVM_ARGS ${FLINK_ENV_JAVA_OPTS} "${log_setting[@]}" 
-classpath "`manglePathList "$FLINK_JM_CLASSPATH:$INTERNAL_HADOOP_CLASSPATHS"`" 
org.apache.flink.runtime.jobmanager.JobManager --configDir "$FLINK_CONF_DIR" 
--executionMode $EXECUTIONMODE --streamingMode "$STREAMINGMODE" > "$out" 2>&1 < 
/dev/null &
    --- End diff --
    
    Actually, the streaming mode parameter is optional and defaults to "batch".


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to