yuqi1129 commented on code in PR #8050:
URL: https://github.com/apache/gravitino/pull/8050#discussion_r2293748005


##########
bundles/aws/build.gradle.kts:
##########
@@ -40,15 +43,12 @@ dependencies {
     exclude("*")
   }
 
-  implementation(libs.aws.iam)
-  implementation(libs.aws.policy)

Review Comment:
   > It is because we assume that the user environment already has access to 
cloud storage, so these users find it easy to use. If not, they should use 
gravitino-aws-bundle.jar.
   
   Assuming we are going to access S3 through GVFS and only need to access the 
files, and there is already `hadoop-aws` and `hadoop` dependencies there, based 
on your changes, I also need to put `libs.aws.policy` and `libs.aws.iam` in the 
class path to make it runs, however, I would never going to use `IAM` and 
`Policy`.
   
   Another point is that adding `aws.jar` to the classpath of Hadoop command 
line should be fine to make Hadoop works, after this change, we needs more 
extra packages.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to