소스 검색

PR-840 Modifying documentation around hbase thrift https/http

* Update hue.ini

* Update pseudo-distributed.ini.tmpl
jkm 6 년 전
부모
커밋
ae3033de57
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      desktop/conf.dist/hue.ini
  2. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -1374,7 +1374,7 @@
 
 [hbase]
   # Comma-separated list of HBase Thrift servers for clusters in the format of '(name|host:port)'.
-  # Use full hostname with security.
+  # Use full hostname. If hbase.thrift.ssl.enabled in hbase-site is set to true, https will be used otherwise it will use http
   # If using Kerberos we assume GSSAPI SASL, not PLAIN.
   ## hbase_clusters=(Cluster|localhost:9090)
 

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -1378,7 +1378,7 @@
 
 [hbase]
   # Comma-separated list of HBase Thrift servers for clusters in the format of '(name|host:port)'.
-  # Use full hostname with security.
+  # Use full hostname. If hbase.thrift.ssl.enabled in hbase-site is set to true, https will be used otherwise it will use http
   # If using Kerberos we assume GSSAPI SASL, not PLAIN.
   ## hbase_clusters=(Cluster|localhost:9090)