Skip to content

Commit e1a0bd8

Browse files
authored
Update troubleshoot-rest-api.md
1 parent 39b6813 commit e1a0bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/hbase/troubleshoot-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Using Apache HBase REST interface to query a table under a namespace other than
1616

1717
## Cause
1818

19-
HBase REST API is only supported when using the default namespace. This is a known issue with regards to use HBase namespaces or making calls that refer to specific GETs on columns with column families with REST server on HDInsight. This is because of a security issue with HDInsight Gateway. When using the API to create a table with a namespace, accessing columns via column families, you need specify the `:` character, which is considered a security problem in the IIS Gateway module.
19+
HBase REST API is only supported when using the default namespace. This is a known issue with regard to use HBase namespaces or making calls that refer to specific GETs on columns with column families with REST server on HDInsight. This is because of a security issue with HDInsight Gateway. When using the API to create a table with a namespace, accessing columns via column families, you need specify the `:` character, which is considered a security problem in the IIS Gateway module.
2020

2121
## Mitigation
2222

0 commit comments

Comments
 (0)