+ /etc/init.d/hadoop-state-pusher-control stop + PID_FILE=/mnt/var/run/hadoop-state-pusher/hadoop-state-pusher.pid + LOG_FILE=/mnt/var/log/hadoop-state-pusher/hadoop-state-pusher.out + SVC_FILE=/mnt/var/lib/hadoop-state-pusher/run-hadoop-state-pusher + case $1 in + stop + echo 0 /etc/init.d/hadoop-state-pusher-control: line 35: /mnt/var/lib/hadoop-state-pusher/run-hadoop-state-pusher: No such file or directory + /etc/init.d/hadoop-state-pusher-control start + PID_FILE=/mnt/var/run/hadoop-state-pusher/hadoop-state-pusher.pid + LOG_FILE=/mnt/var/log/hadoop-state-pusher/hadoop-state-pusher.out + SVC_FILE=/mnt/var/lib/hadoop-state-pusher/run-hadoop-state-pusher + case $1 in + start ++ dirname /mnt/var/lib/hadoop-state-pusher/run-hadoop-state-pusher + sudo -u hadoop mkdir -p /mnt/var/lib/hadoop-state-pusher + echo 1 ++ dirname /mnt/var/run/hadoop-state-pusher/hadoop-state-pusher.pid + sudo -u hadoop mkdir -p /mnt/var/run/hadoop-state-pusher
--
You received this message because you are subscribed to the Google Groups "Snowplow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snowplow-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
2014-12-19T00:16:50.619Z INFO Executing /usr/java/latest/bin/java -cp /home/hadoop/conf:/usr/java/latest/lib/tools.jar:/home/hadoop:/home/hadoop/hadoop-tools.jar:/home/hadoop/hadoop-tools-1.0.3.jar:/home/hadoop/hadoop-core-1.0.3.jar:/home/hadoop/hadoop-core.jar:/home/hadoop/lib/*:/home/hadoop/lib/jetty-ext/* -Xmx1000m -Dhadoop.log.dir=/mnt/var/log/hadoop/steps/3 -Dhadoop.log.file=syslog -Dhadoop.home.dir=/home/hadoop -Dhadoop.id.str=hadoop -Dhadoop.root.logger=INFO,DRFA -Djava.io.tmpdir=/mnt/var/lib/hadoop/steps/3/tmp -Djava.library.path=/home/hadoop/native/Linux-amd64-64 org.apache.hadoop.util.RunJar /home/hadoop/lib/emr-s3distcp-1.0.jar --src hdfs:///local/snowplow/enriched-events/ --dest s3://<my processing bucket>/enriched/good/run=2014-12-19-00-01-06/ --srcPattern .*part-.* --s3Endpoint s3-eu-west-1.amazonaws.com 2014-12-19T01:16:50.733Z INFO Process still running 2014-12-19T02:16:50.908Z INFO Process still running 2014-12-19T03:16:50.918Z INFO Process still running 2014-12-19T04:16:50.934Z INFO Process still running 2014-12-19T05:16:51.346Z INFO Process still running 2014-12-19T06:16:51.711Z INFO Process still running 2014-12-19T07:16:52.171Z INFO Process still running 2014-12-19T08:16:52.544Z INFO Process still running 2014-12-19T09:16:52.696Z INFO Process still running 2014-12-19T10:16:53.112Z INFO Process still running 2014-12-19T10:56:26.766Z WARN Step failed with execution exception java.lang.InterruptedException: sleep interrupted # that's me
Syslog:
2014-12-19 00:16:57,090 INFO com.amazon.elasticmapreduce.s3distcp.S3DistCp (main): Created 1 files to copy 5 files
2014-12-19 00:18:00,276 INFO org.apache.hadoop.hdfs.DFSClient (Thread-6): Exception in createBlockOutputStream 172.31.2.26:9200 java.net.SocketTimeoutException: 63000 millis timeout while waiting for channel to be ready for read. ch : java.nio.channels.SocketChannel[connected local=/172.31.1.150:41746 remote=/172.31.2.26:9200]
The second part solves the error that happens when the timeout terminates the cluster, but also any other kind of transient EMR error.
Would you be interested in it? We can issue a PR.
Best regards,
Dani