I stuck in there for a looong time
on the console I see
root@snowplow:~/emr-etl# ./snowplow-emr-etl-runner --config config/config.yml --targets config/targets/ --resolver resolver.json --enrichments file:./enrichments
D, [2017-08-16T19:19:06.674000 #7598] DEBUG -- : Staging raw logs...
moving files from s3://elasticbeanstalk-us-east-1-768491813393/resources/environments/logs/publish/e-gepyppfmhg/ to s3://ntech-snoplow-data/processing/
(t0) MOVE elasticbeanstalk-us-east-1-768491813393/resources/environments/logs/publish/e-gepyppfmhg/i-03c30b5f5f2a0d9e9/_var_log_tomcat8_rotated_localhost_access_log.txt1502910061.gz -> ntech-snoplow-data/processing/var_log_tomcat8_rotated_localhost_access_log.2017-08-16-19.us-east-1.i-03c30b5f5f2a0d9e9.txt.gz
+-> ntech-snoplow-data/processing/var_log_tomcat8_rotated_localhost_access_log.2017-08-16-19.us-east-1.i-03c30b5f5f2a0d9e9.txt.gz
x elasticbeanstalk-us-east-1-768491813393/resources/environments/logs/publish/e-gepyppfmhg/i-03c30b5f5f2a0d9e9/_var_log_tomcat8_rotated_localhost_access_log.txt1502910061.gz
D, [2017-08-16T19:19:15.482000 #7598] DEBUG -- : Waiting a minute to allow S3 to settle (eventual consistency)
D, [2017-08-16T19:20:15.487000 #7598] DEBUG -- : Initializing EMR jobflow
D, [2017-08-16T19:20:17.956000 #7598] DEBUG -- : EMR jobflow j-3EYT62SEUUZQN started, waiting for jobflow to complete...
I, [2017-08-16T19:20:17.976000 #7598] INFO -- : SnowplowTracker::Emitter initialized with endpoint http://collector.namastetech.me:80/i
I, [2017-08-16T19:20:18.342000 #7598] INFO -- : Attempting to send 1 request
I, [2017-08-16T19:20:18.346000 #7598] INFO -- : Sending GET request to http://collector.namastetech.me:80/i...
I, [2017-08-16T19:20:18.391000 #7598] INFO -- : GET request to http://collector.namastetech.me:80/i finished with status code 200
stderr logs shows lines like
17/08/16 19:31:47 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:31:48 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:31:50 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:31:51 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:31:52 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:31:53 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:31:54 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:31:55 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:31:56 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:31:57 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:31:58 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:31:59 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
17/08/16 19:32:00 INFO Client: Application report for application_1502911438395_0001 (state: RUNNING)
and it never ends
I barely have few tomcat logs to process so not sure what could be happening
any ideas?
thanks in advance