Skip to content

Commit 9095410

Browse files
authored
Improved Acrolinx Score
Improved Acrolinx Score
1 parent 24c3018 commit 9095410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/interactive-query/interactive-query-troubleshoot-permission-error-create-table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ hdfs dfs -mkdir wasbs://[email protected]/path/table
2626

2727
## Cause
2828

29-
The ability to create a table in Apache Hive is decided by the permissions applied to the cluster’s storage account. If the cluster storage account permissions are incorrect, you won't be able to create tables. This means that you could have the correct Ranger policies for table creation, and still see "Permission Denied" errors.
29+
The ability to create a table in Apache Hive is decided by the permissions applied to the cluster’s storage account. If the cluster storage account permissions are incorrect, you won't be able to create tables. This error denotes that you could have the correct Ranger policies for table creation, and still see "Permission Denied" errors.
3030

3131
## Resolution
3232

33-
This is caused by a lack of sufficient permissions on the storage container being used. The user creating the Hive table needs read, write, and execute permissions against the container.
33+
This error is caused due to lack of sufficient permissions on the storage container being used. The user creating the Hive table needs read, write, and execute permissions against the container.
3434

3535
## Next steps
3636

0 commit comments

Comments
 (0)