Hey folks, I am trying to ingest CSVs from S3 wit...
# troubleshooting
a
Hey folks, I am trying to ingest CSVs from S3 with hourly
SegmentGenerationAndPushTask
via the Minions. All jobs keep failing with
"INFO": "java.lang.RuntimeException: Failed to execute SegmentGenerationAndPushTask"
Can you help me find a means to trace and debug the issue? AFAIK it is not easy to monitor Minion tasks, but do you know of any hints towards where it may fail - at the configs level and/or parsing the files (although each individually seem to be valid)?
Let me know if I can help you helping me, e.g. providing more info.
n
Any exceptions in the minion logs before this message? Most common failure is due to minions config not being setup for S3 access (similar to controller and server config)
a
Thanks @User for trying to help, much appreciated!!! With quite some tedious bughunting I was able to find the issue - apparently Groovy was set to disable, so some transformations failed.
n
i see, yes groovy has been default disabled starting latest release. Was no exception logged in the minion/controller logs?
a
Unfortunately not.
But good to know, thanks! We are on a managed cluster, so access to logs and configs are a little non-trivial.