[ https://issues.apache.org/jira/browse/FLINK-8907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16396887#comment-16396887 ]
mingleizhang commented on FLINK-8907: ------------------------------------- Hello guys, There are good news and bad news, good news are I can set up process on linux machine with that fix and use jps -l can see below. Bad new is I can not use {{10.199.203.242:8081}} access that flinkweb site with my browser. Why ? {code:java} 15089 org.apache.hadoop.hdfs.server.datanode.DataNode 27986 org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint 28819 sun.tools.jps.Jps 28309 org.apache.flink.runtime.taskexecutor.TaskManagerRunner 15530 org.apache.hadoop.yarn.server.nodemanager.NodeManager 14954 org.apache.hadoop.hdfs.server.namenode.NameNode 15419 org.apache.hadoop.yarn.server.resourcemanager.ResourceManager 28635 org.apache.hadoop.hbase.master.HMaster {code} {code:java} [root@ricezhang-pjhzf log]# ifconfig eth0 Link encap:Ethernet HWaddr FA:16:3E:46:81:59 inet addr:10.199.203.242 Bcast:10.199.255.255 Mask:255.255.192.0 inet6 addr: fe80::f816:3eff:fe46:8159/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 {code} > Unable to start the process by start-cluster.sh > ----------------------------------------------- > > Key: FLINK-8907 > URL: https://issues.apache.org/jira/browse/FLINK-8907 > Project: Flink > Issue Type: Bug > Components: Startup Shell Scripts > Reporter: mingleizhang > Priority: Minor > Fix For: 1.5.0 > > > Build a flink based on the latest code from master branch. And I get the > flink binary of flink-1.6-SNAPSHOT. When I run ./start-cluster.sh by the > default flink-conf.yaml. I can not start the process and get the error below. > {code:java} > [root@ricezhang-pjhzf bin]# ./start-cluster.sh > >> Starting cluster. > >> Starting standalonesession daemon on host ricezhang-pjhzf.vclound.com. > >> : Temporary failure in name resolutionost > {code} > *By the way, I build this flink from a windows computer. And copy that folder > {{flink-1.6-SNAPSHOT}} to centos.* -- This message was sent by Atlassian JIRA (v7.6.3#76005)