oracle / oci-hdfs-connector

HDFS Connector for Oracle Cloud Infrastructure
https://cloud.oracle.com/cloud-infrastructure
Other
27 stars 26 forks source link

Using Authenticator #8

Closed airbots closed 6 years ago

airbots commented 6 years ago

I checked the oci-hdfs-connector code. It still using the 4 tuples to do authentication. User just don't need to setup these 4 tuples in the core-site.xml file. However, in your private BasicAuthenticationDetailsProvider createAuthenticator method, it is still looking for the 4 tuples. It means, these 4 tuples should be setup either in Java environment variables or in other config places.

sumitkdey commented 6 years ago

Hello @airbots, Have you tried the steps mentioned at https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/hdfsconnector.htm#two? This describes how you would need to update the core-site.xml to work with the OCI hdfs connector.

jodoglevy commented 6 years ago

Hi @airbots , are you still needing assistance? If we don't hear from you in a week, going to close this one.

sumitkdey commented 6 years ago

Closing this for now. @airbots Please let us know if the documentation linked above does not resolve your issue.