参考:
https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-service-to-service-authenticate-using-active-directory
注意点主要在于配置connection:
1. Account Uri 填根目录
dataLakeStoreUri | Information about the Azure Data Lake Store account. This information takes one of the following formats: https://[accountname].azuredatalakestore.net/webhdfs/v1 or adl://[accountname].azuredatalakestore.net/ . |
2.Tentent ID
这个指的是service prinicple所在的Azure Active Directory的Directory ID
3.Service principal key
到Azure Active Directory的App registrations中找到service prinicple , 再去setting中配置key