Description
the job.id maven setup is broken on parallel runs: unless explicitly set on the command line tests which try to parse its traling bits as a number will fail.
[ERROR] testBinding[File committer in task-fs=[]-task=[file]-[class org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter]](org.apache.hadoop.fs.s3a.commit.ITestS3ACommitterFactory) Time elapsed: 0.181 s <<< ERROR!
java.lang.Exception: Failed to parse b-00
Emergency workaround: set it
-Djob.id=0001
Attachments
Issue Links
- is caused by
-
HADOOP-18508 support multiple s3a integration test runs on same bucket in parallel
- Resolved