Steve Loughran created HADOOP-19273: ---------------------------------------
Summary: S3A: Commiter ITests failing unless job.id set Key: HADOOP-19273 URL: https://issues.apache.org/jira/browse/HADOOP-19273 Project: Hadoop Common Issue Type: Bug Components: fs/s3, test Affects Versions: 3.5.0, 3.4.1 Reporter: Steve Loughran Assignee: Steve Loughran 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. {code} [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 {code} Emergency workaround: set it {code} -Djob.id=0001 {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org