[ 
https://issues.apache.org/jira/browse/FLINK-938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14097550#comment-14097550
 ] 

ASF GitHub Bot commented on FLINK-938:
--------------------------------------

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

    https://github.com/apache/incubator-flink/pull/48#discussion_r16262847
  
    --- Diff: stratosphere-dist/src/main/stratosphere-bin/bin/start-cluster.sh 
---
    @@ -39,6 +47,6 @@ do
         read line || GOON=false
         if [ -n "$line" ]; then
             HOST=$( extractHostName $line)
    -        ssh -n $STRATOSPHERE_SSH_OPTS $HOST -- "nohup /bin/bash 
$STRATOSPHERE_BIN_DIR/taskmanager.sh start &"
    +        ssh -n $STRATOSPHERE_SSH_OPTS $HOST -- "nohup /bin/bash 
$STRATOSPHERE_BIN_DIR/taskmanager.sh start $HOSTNAME"
    --- End diff --
    
    Yes: 
https://issues.apache.org/jira/browse/FLINK-938?focusedCommentId=14036049&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14036049
    It suppresses remote error messages.


> Change start-cluster.sh script so that users don't have to configure the 
> JobManager address
> -------------------------------------------------------------------------------------------
>
>                 Key: FLINK-938
>                 URL: https://issues.apache.org/jira/browse/FLINK-938
>             Project: Flink
>          Issue Type: Improvement
>          Components: Build System
>            Reporter: Robert Metzger
>            Assignee: Mingliang Qi
>            Priority: Minor
>             Fix For: 0.6-incubating
>
>
> To improve the user experience, Flink should not require users to configure 
> the JobManager's address on a cluster.
> In combination with FLINK-934, this would allow running Flink with decent 
> performance on a cluster without setting a single configuration value.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to