[Solved] give acess to users in directory StorageV2 (general purpose v2)

You can do this with the Azure CLI which can be run in Powershell. You should be able to do this as a contributor with the az role assignment create command. Keep in mind that permissions with this command are granted at the container scope. Data Lake storage could be used to give folder level … Read more

[Solved] azure.datalake.store.AdlFileSystem not found in Spark

Presently HDInsight-Spark Clusters are not available with Azure Data Lake Storage. Once we have the support it would work seamlessly. In the mean time you can try and use ADL Analytics to the same job on ADLS using U-SQL queries. For reference please visit the link: https://azure.microsoft.com/en-us/documentation/articles/data-lake-analytics-get-started-portal/ We are working for the support and it … Read more