steveloughran commented on issue #590: HADOOP-16109. Parquet reading S3AFileSystem causes EOF URL: https://github.com/apache/hadoop/pull/590#issuecomment-471633175 branch-2 variant; hadoop-aws tests all happy exccept for: all the S3n tests which were upset at the lack of a test field and the DDB lifecycle one failing when the container is pay-per-request. Unrelated. ``` testDynamoDBInitDestroyCycle(org.apache.hadoop.fs.s3a.s3guard.ITestS3GuardToolDynamoDB) Time elapsed: 18.179 s <<< ERROR! com.amazonaws.services.dynamodbv2.model.AmazonDynamoDBException: One or more parameter values were invalid: Neither ReadCapacityUnits nor WriteCapacityUnits can be specified when BillingMode is PAY_PER_REQUEST (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: ValidationException; Request ID: J4B2L7CSQAGEF9LD028G4T8ACVVV4KQNSO5AEMVJF66Q9ASUAAJG) ``` Main change from the branch-3.0 patch is the move from lambda to java-7 lang callable & marking more things as final
---------------------------------------------------------------- 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]
