Created 10-28-2015 09:03 PM
I know the HDP-2.3 security guide is in progress, but, had two questions on enabling SSL for HiveServer2. In this use case, there are no plans to deploy Kerberos or Knox at this time, but, the desire is to have some sort of encrypted traffic for Hiveserver2:
1) Will these docs suffice?:
2) Does Hiveserver2 SSL work only in http mode? Or it can be turned on for binary mode too?
Created 10-28-2015 09:15 PM
The docs generally look in good shape. One minor correction:
Instead of "hive.server2.enable.SSL" use "hive.server2.use.SSL"
It can be turned ON in both binary and http mode.
Created 10-28-2015 09:15 PM
The docs generally look in good shape. One minor correction:
Instead of "hive.server2.enable.SSL" use "hive.server2.use.SSL"
It can be turned ON in both binary and http mode.
Created 11-16-2015 03:12 PM
Thank you!--I'm creating a Jira to make sure this info gets incorporated into the new Security guide.