Member since
12-28-2015
9
Posts
3
Kudos Received
0
Solutions
10-21-2019
04:22 AM
Hi, Did adding Nifi hostnames to the load balancer certificate's SAN help?
... View more
08-13-2018
05:44 AM
Thanks for your comments, @Akhil S Naik. IIUC, HDP-3.0 is HDP-3.0.0.0-1634 which includes the fix. https://github.com/hortonworks/hadoop-release/commit/2021f4bdce3b27c46edaad198f0007a26a8a1391 We will consider the backport request. I'd like to accept your answer. Thanks again.
... View more
08-21-2017
02:00 AM
2 Kudos
I solved this problem after adding this property to core-site.xml. <configuration>
<property>
<name>hadoop.security.authentication</name>
<value>kerberos</value>
</property>
</configuration>
... View more