steveloughran commented on issue #1003: HADOOP-16384: Avoid inconsistencies between DDB and S3 URL: https://github.com/apache/hadoop/pull/1003#issuecomment-510614172 Unit test failure looks like there was a mismatch between hadoop-common and hadoop-aws builds, as this is the test which HADOOP-16357 changed. The line at fault != the current source either. ``` [ERROR] Failures: [ERROR] TestStagingPartitionedTaskCommit.testDefault:91->Assert.assertEquals:118->Assert.failNotEquals:834->Assert.fail:88 Conflict resolution mode in PartitionedStagingCommitter{StagingCommitter{AbstractS3ACommitter{role=Task committer attempt_job_0001_r_000002_3, name=partitioned, outputPath=s3a://bucket-name/output/path, workPath=file:/tmp/buffer/9d9bc724-9b38-4e8d-9e31-091425da9872/_temporary/0/_temporary/attempt_job_0001_r_000002_3}, conflictResolution=APPEND, wrappedCommitter=FileOutputCommitter{PathOutputCommitter{context=TaskAttemptContextImpl{JobContextImpl{jobId=job_job_0001}; taskId=attempt_job_0001_r_000002_3, status=''}; org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter@5684b9d4}; outputPath=file:/tmp/cluster/jenkins/9d9bc724-9b38-4e8d-9e31-091425da9872/staging-uploads, workPath=null, algorithmVersion=1, skipCleanup=false, ignoreCleanupFailures=false}}} expected:<FAIL> but was:<APPEND> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
