steveloughran commented on pull request #2323:
URL: https://github.com/apache/hadoop/pull/2323#issuecomment-696627308


   I see the problem. This PR only includes the common changes, but as that 
moved some fs.impl methods to being public in a new package, the uses in the s3 
code won't build. 
   ```
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  19:15 min
   [INFO] Finished at: 2020-09-21T20:50:29Z
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on 
project hadoop-aws: Compilation failure: Compilation failure: 
   [ERROR] 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-2323/src/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/DynamoDBMetadataStore.java:[82,32]
 error: cannot find symbol
   [ERROR] 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-2323/src/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/DynamoDBMetadataStore.java:[1637,25]
 error: package FunctionsRaisingIOE does not exist
   [ERROR] 
/home/jenkins/jenkins-home/workspace/hadoop-multibranch_PR-2323/src/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/DynamoDBMetadataStore.java:[1638,10]
 error: lambda expression not expected here
   [ERROR] -> [Help 1]
   [ERROR] 
   ```
   Briefly I will reinstate the delete class from fs.impl so everything builds 
again


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to