This POC was about to accomplish following activities -
- Check the azure adls connectivity via Java API sdk.
- Perform certain file operations via API
- Create adls storage, as mentioned here - https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-get-started-portal
- Need to perform service to service authentication through AAD, as a prerequisite to connect with adls service as mentioned here -
- https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-service-to-service-authenticate-using-active-directory
- https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-service-to-service-authenticate-java
- Set ACLs to files and folders, as desribed here -
- Implement client App with the help of azure-java-sdk with the reference of https://azure.github.io/azure-data-lake-store-java/javadoc/