Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save noproblem666/506c8d296aa85a05ea4f81148c38deb8 to your computer and use it in GitHub Desktop.
Save noproblem666/506c8d296aa85a05ea4f81148c38deb8 to your computer and use it in GitHub Desktop.
peel-wordcount-log
16-06-08 16:43:37 [INFO] ############################################################
16-06-08 16:43:37 [INFO] # PEEL EXPERIMENTS EXECUTION FRAMEWORK #
16-06-08 16:43:37 [INFO] ############################################################
16-06-08 16:43:37 [INFO] Running experiment 'wordcount.flink' from suite 'wordcount.default'
16-06-08 16:43:37 [INFO] Constructing dependency graph for suite 'wordcount.default'
16-06-08 16:43:37 [INFO] Loading configuration for experiment 'wordcount.flink'
16-06-08 16:43:37 [INFO] +-- Loading resource reference.peel.conf
16-06-08 16:43:37 [INFO] +-- Loading resource reference.hdfs-2.7.1.conf
16-06-08 16:43:37 [INFO] +-- Loading file /usr/local/share/peel/peel-wordcount/config/hdfs-2.7.1.conf
16-06-08 16:43:37 [INFO] +-- Skipping file /usr/local/share/peel/peel-wordcount/config/hosts/flink-s0/hdfs-2.7.1.conf (does not exist)
16-06-08 16:43:37 [INFO] +-- Loading resource reference.flink-0.10.2.conf
16-06-08 16:43:37 [INFO] +-- Loading file /usr/local/share/peel/peel-wordcount/config/flink-0.10.2.conf
16-06-08 16:43:37 [INFO] +-- Skipping file /usr/local/share/peel/peel-wordcount/config/hosts/flink-s0/flink-0.10.2.conf (does not exist)
16-06-08 16:43:37 [INFO] +-- Loading file /usr/local/share/peel/peel-wordcount/config/application.conf
16-06-08 16:43:37 [INFO] +-- Skipping file /usr/local/share/peel/peel-wordcount/config/hosts/flink-s0/application.conf (does not exist)
16-06-08 16:43:37 [INFO] +-- Loading experiment configuration
16-06-08 16:43:37 [INFO] +-- Loading current runtime values as configuration
16-06-08 16:43:37 [INFO] +-- Loading system properties as configuration
16-06-08 16:43:37 [INFO] `-- Resolving configuration
16-06-08 16:43:37 [INFO] Executing experiment 'wordcount.flink'
16-06-08 16:43:37 [INFO] Setting up / updating systems required for input data sets
16-06-08 16:43:37 [INFO] Starting system 'hdfs-2.7.1'
16-06-08 16:43:37 [INFO] Formatting namenode
16-06-08 16:43:40 [INFO] Initializing HDFS data directory '/usr/local/share/peel/data/hadoop-2/data' at flink-s1
16-06-08 16:43:41 [INFO] Initializing HDFS data directory '/usr/local/share/peel/data/hadoop-2/data' at flink-s2
16-06-08 16:44:01 [INFO] Waiting for nodes to connect
16-06-08 16:44:04 [INFO] Connected 0 from 2 nodes, safemode is OFF
16-06-08 16:44:16 [INFO] System 'hdfs-2.7.1' is now up and running
16-06-08 16:44:16 [INFO] Materializing experiment input data sets
16-06-08 16:44:18 [INFO] Copying data set '/usr/local/share/peel/peel-wordcount/datasets/hamlet.txt' to 'hdfs://flink-s0:8020//tmp/input/hamlet.txt'
16-06-08 16:45:08 [INFO] Tearing down redundant systems before conducting experiment runs
16-06-08 16:45:09 [INFO] Setting up systems with SUITE lifespan
16-06-08 16:45:09 [INFO] Updating systems with PROVIDED lifespan
16-06-08 16:45:09 [INFO] Setting up systems with EXPERIMENT lifespan
16-06-08 16:45:09 [INFO] Starting system 'flink-0.10.2'
16-06-08 16:45:09 [INFO] Initializing Flink tmp directories '/usr/local/share/peel/data/flink/tmp' at flink-s1
16-06-08 16:45:09 [INFO] Initializing Flink tmp directories '/usr/local/share/peel/data/flink/tmp' at flink-s2
16-06-08 16:45:13 [INFO] Waiting for nodes to connect
16-06-08 16:45:13 [INFO] Connected 0 from 2 nodes
16-06-08 16:45:19 [INFO] System 'flink-0.10.2' is now up and running
16-06-08 16:45:19 [INFO] Setting up systems with RUN lifespan
16-06-08 16:45:22 [INFO] Running experiment wordcount.flink.run01
16-06-08 16:45:22 [INFO] Experiment results will be written to /usr/local/share/peel/peel-wordcount/results/wordcount.default/wordcount.flink.run01
16-06-08 16:45:25 [INFO] Running experiment command
-v -c org.peelframework.wordcount.flink.FlinkWC \
/usr/local/share/peel/peel-wordcount/apps/peel-wordcount-flink-jobs-1.0-SNAPSHOT.jar \
hdfs://flink-s0:8020//tmp/input/hamlet.txt \
hdfs://flink-s0:8020//tmp/output/wordcount
16-06-08 16:45:37 [WARN] Experiment run did not finish successfully
16-06-08 16:45:40 [INFO] Tearing down systems with SUITE or EXPERIMENT lifespan
16-06-08 16:45:40 [INFO] Tearing down system 'hdfs-2.7.1'
16-06-08 16:46:04 [INFO] Formatting namenode
16-06-08 16:46:07 [INFO] Initializing HDFS data directory '/usr/local/share/peel/data/hadoop-2/data' at flink-s1
16-06-08 16:46:07 [INFO] Initializing HDFS data directory '/usr/local/share/peel/data/hadoop-2/data' at flink-s2
16-06-08 16:46:08 [INFO] Shut down system 'hdfs-2.7.1'.
16-06-08 16:46:08 [INFO] Tearing down system 'flink-0.10.2'
16-06-08 16:46:10 [INFO] Shut down system 'flink-0.10.2'.
16-06-08 16:46:10 [INFO] Tearing down systems with RUN lifespan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment