flink

[root@master flink-1.4.0]# ./bin/yarn-session.sh
Using the result of 'hadoop classpath' to augment the Hadoop classpath: /home/zwf/hadoop-2.7.7/etc/hadoop:/home/zwf/hadoop-2.7.7/share/hadoop/common/lib/*:/home/zwf/hadoop-2.7.7/share/hadoop/common/*:/home/zwf/hadoop-2.7.7/share/hadoop/hdfs:/home/zwf/hadoop-2.7.7/share/hadoop/hdfs/lib/*:/home/zwf/hadoop-2.7.7/share/hadoop/hdfs/*:/home/zwf/hadoop-2.7.7/share/hadoop/yarn/lib/*:/home/zwf/hadoop-2.7.7/share/hadoop/yarn/*:/home/zwf/hadoop-2.7.7/share/hadoop/mapreduce/lib/*:/home/zwf/hadoop-2.7.7/share/hadoop/mapreduce/*:/home/zwf/hadoop-2.7.7/contrib/capacity-scheduler/*.jar
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/zwf/flink-1.4.0/lib/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/zwf/hadoop-2.7.7/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
2019-12-03 00:58:36,063 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.rpc.address, localhost
2019-12-03 00:58:36,067 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.rpc.port, 6123
2019-12-03 00:58:36,068 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.heap.mb, 1024
2019-12-03 00:58:36,068 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.heap.mb, 1024
2019-12-03 00:58:36,068 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.numberOfTaskSlots, 1
2019-12-03 00:58:36,074 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.memory.preallocate, false
2019-12-03 00:58:36,074 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: parallelism.default, 1
2019-12-03 00:58:36,074 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: web.port, 8081
2019-12-03 00:58:38,197 WARN  org.apache.hadoop.util.NativeCodeLoader                       - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2019-12-03 00:58:38,648 INFO  org.apache.flink.runtime.security.modules.HadoopModule        - Hadoop user set to root (auth:SIMPLE)
2019-12-03 00:58:38,792 ERROR org.apache.flink.yarn.cli.FlinkYarnSessionCli                 - Missing required argument n
Usage:
   Required
     -n,--container <arg>   Number of YARN container to allocate (=Number of Task Managers)
   Optional
     -D <arg>                        Dynamic properties
     -d,--detached                   Start detached
     -f6,--flip6                     Specify this option to start a Flip-6 Yarn session cluster.
     -id,--applicationId <arg>       Attach to running YARN session
     -j,--jar <arg>                  Path to Flink jar file
     -jm,--jobManagerMemory <arg>    Memory for JobManager Container [in MB]
     -n,--container <arg>            Number of YARN container to allocate (=Number of Task Managers)
     -nm,--name <arg>                Set a custom name for the application on YARN
     -q,--query                      Display available YARN resources (memory, cores)
     -qu,--queue <arg>               Specify YARN queue.
     -s,--slots <arg>                Number of slots per TaskManager
     -st,--streaming                 Start Flink in streaming mode
     -t,--ship <arg>                 Ship files in the specified directory (t for transfer)
     -tm,--taskManagerMemory <arg>   Memory per TaskManager Container [in MB]
     -z,--zookeeperNamespace <arg>   Namespace to create the Zookeeper sub-paths for high availability mode
Exception in thread "main" java.lang.IllegalArgumentException: Missing required argument n
	at org.apache.flink.yarn.cli.FlinkYarnSessionCli.createClusterSpecification(FlinkYarnSessionCli.java:356)
	at org.apache.flink.yarn.cli.FlinkYarnSessionCli.run(FlinkYarnSessionCli.java:676)
	at org.apache.flink.yarn.cli.FlinkYarnSessionCli$1.call(FlinkYarnSessionCli.java:514)
	at org.apache.flink.yarn.cli.FlinkYarnSessionCli$1.call(FlinkYarnSessionCli.java:511)
	at org.apache.flink.runtime.security.HadoopSecurityContext$$Lambda$8/2085002312.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:422)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1698)
	at org.apache.flink.runtime.security.HadoopSecurityContext.runSecured(HadoopSecurityContext.java:41)
	at org.apache.flink.yarn.cli.FlinkYarnSessionCli.main(FlinkYarnSessionCli.java:511)
[root@master flink-1.4.0]# ./bin/yarn-session.sh -n 1 -tm 1024 -s 2
Using the result of 'hadoop classpath' to augment the Hadoop classpath: /home/zwf/hadoop-2.7.7/etc/hadoop:/home/zwf/hadoop-2.7.7/share/hadoop/common/lib/*:/home/zwf/hadoop-2.7.7/share/hadoop/common/*:/home/zwf/hadoop-2.7.7/share/hadoop/hdfs:/home/zwf/hadoop-2.7.7/share/hadoop/hdfs/lib/*:/home/zwf/hadoop-2.7.7/share/hadoop/hdfs/*:/home/zwf/hadoop-2.7.7/share/hadoop/yarn/lib/*:/home/zwf/hadoop-2.7.7/share/hadoop/yarn/*:/home/zwf/hadoop-2.7.7/share/hadoop/mapreduce/lib/*:/home/zwf/hadoop-2.7.7/share/hadoop/mapreduce/*:/home/zwf/hadoop-2.7.7/contrib/capacity-scheduler/*.jar
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/zwf/flink-1.4.0/lib/slf4j-log4j12-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/zwf/hadoop-2.7.7/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
2019-12-03 01:02:58,718 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.rpc.address, localhost
2019-12-03 01:02:58,722 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.rpc.port, 6123
2019-12-03 01:02:58,722 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: jobmanager.heap.mb, 1024
2019-12-03 01:02:58,723 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.heap.mb, 1024
2019-12-03 01:02:58,723 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.numberOfTaskSlots, 1
2019-12-03 01:02:58,728 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: taskmanager.memory.preallocate, false
2019-12-03 01:02:58,728 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: parallelism.default, 1
2019-12-03 01:02:58,729 INFO  org.apache.flink.configuration.GlobalConfiguration            - Loading configuration property: web.port, 8081
2019-12-03 01:03:00,221 WARN  org.apache.hadoop.util.NativeCodeLoader                       - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
2019-12-03 01:03:00,555 INFO  org.apache.flink.runtime.security.modules.HadoopModule        - Hadoop user set to root (auth:SIMPLE)
2019-12-03 01:03:00,779 WARN  org.apache.flink.yarn.YarnClusterDescriptor                   - Neither the HADOOP_CONF_DIR nor the YARN_CONF_DIR environment variable is set. The Flink YARN Client needs one of these to be set to properly load the Hadoop configuration for accessing YARN.
2019-12-03 01:03:00,909 INFO  org.apache.hadoop.yarn.client.RMProxy                         - Connecting to ResourceManager at master.hadoop/127.0.0.1:8050
2019-12-03 01:03:03,268 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:04,270 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:05,273 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:06,275 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 3 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:07,278 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 4 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:08,280 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 5 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:09,282 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 6 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:10,284 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 7 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:11,287 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 8 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:12,289 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:43,371 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:44,385 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:45,399 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:46,402 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 3 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:47,404 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 4 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:48,407 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 5 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:49,409 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 6 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:50,413 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 7 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:51,415 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 8 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:03:52,418 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:04:23,429 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:04:24,431 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:04:25,434 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:04:26,436 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 3 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:04:27,440 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 4 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:04:28,443 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 5 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:04:29,446 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 6 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:04:30,448 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 7 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:04:31,451 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 8 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:04:32,454 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:03,465 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:04,467 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:05,470 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:06,472 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 3 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:07,476 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 4 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:08,480 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 5 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:09,483 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 6 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:10,485 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 7 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:11,488 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 8 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:12,491 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:43,502 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:44,507 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:45,512 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:46,515 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 3 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:47,518 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 4 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:48,520 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 5 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:49,523 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 6 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:50,528 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 7 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:51,530 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 8 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:05:52,533 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:06:23,542 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 0 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:06:24,545 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 1 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:06:25,548 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 2 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:06:26,553 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 3 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:06:27,556 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 4 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:06:28,561 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 5 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:06:29,563 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 6 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:06:30,565 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 7 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:06:31,568 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 8 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
2019-12-03 01:06:32,570 INFO  org.apache.hadoop.ipc.Client                                  - Retrying connect to server: master.hadoop/127.0.0.1:8050. Already tried 9 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=10, sleepTime=1000 MILLISECONDS)
^[^Z
[1]+  Stopped                 ./bin/yarn-session.sh -n 1 -tm 1024 -s 2
[root@master flink-1.4.0]# 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值