Command Line Upgrade
Also available as:
PDF
loading table of contents...

Set RPC Authentication

To successfully upgrade to HDP 2.5, you must change the value of hadoop.rpc.protection to authentication in core-site.xml:

<property>
 <name>hadoop.rpc.protection</name>
 <value>authentication</value>
</property>