HBASE-12983 HBase book mentions hadoop.ssl.enabled when it should be hbase.ssl.enabled

This commit is contained in:
Misty Stanley-Jones 2015-08-10 09:46:40 +10:00
parent d55f4aee4f
commit bd9a41a368
1 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ HBase provides mechanisms to secure various components and aspects of HBase and
== Using Secure HTTP (HTTPS) for the Web UI
A default HBase install uses insecure HTTP connections for Web UIs for the master and region servers.
To enable secure HTTP (HTTPS) connections instead, set `hadoop.ssl.enabled` to `true` in _hbase-site.xml_.
To enable secure HTTP (HTTPS) connections instead, set `hbase.ssl.enabled` to `true` in _hbase-site.xml_.
This does not change the port used by the Web UI.
To change the port for the web UI for a given HBase component, configure that port's setting in hbase-site.xml.
These settings are: