PhantomHunt commented on issue #8676: URL: https://github.com/apache/hudi/issues/8676#issuecomment-1551348484
> export HOODIE_ENV_fs_DOT_s3a_DOT_credential_DOT_manager=$credentialmanager We tried this - ``` export HOODIE_ENV_fs_DOT_s3a_DOT_impl=org_DOT_apache_DOT_hadoop_DOT_fs_DOT_s3a_DOT_S3AFileSystem export HOODIE_ENV_fs_DOT_s3a_DOT_aws_DOT_credentials_DOT_provider=com_DOT_amazonaws_DOT_auth_DOT_InstanceProfileCredentialsProvider,com_DOT_amazonaws_DOT_auth_DOT_DefaultAWSCredentialsProviderChain export HOODIE_ENV_fs_DOT_AbstractFileSystem_DOT_s3a_DOT_impl=org_DOT_apache_DOT_hadoop_DOT_fs_DOT_s3a_DOT_S3A ``` But getting error - ` java.lang.ClassNotFoundException: Class org_DOT_apache_DOT_hadoop_DOT_fs_DOT_s3a_DOT_S3AFileSystem not found` -- 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]
