dragonls commented on issue #6537: "Unable to rename" exceptions on standalone Indexing Hadoop jobs URL: https://github.com/apache/incubator-druid/issues/6537#issuecomment-441508832 Are you using local mr and start lots of jobs at the same time? If yes, it is cased by the local mr instead of Druid. (Local mr will store the files and folders with a unix timestamp which may case FileAlreadyExistsException.) My solution is to start the job one by one and add some retry logic.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
