dcvan24
dcvan24
I had the same issue and restarting Docker daemon resolved my problem.
The problem is that Chronos concatenates job arguments with space in Mesos task ID, which is not allowed. To workaround the issue, you can change the `taskIdTemplate` in `src/main/scala/org/apache/mesos/chronos/scheduler/jobs/TaskUtils.scala` to...
Hi @vwoloszyn , I also got this issue. The workaround is to clone the code and then comment out the problematic line in rouge.py (I commented out all the print...
Hi, I have the same question. It seems the data will be read from/written to the HDFS specified in config.py. But I didn't see any files created in HDFS during...