I have 4 node (CentOS 6.5) HDP 2.1 cluster running, with 5th node running Ambari. Hue is running on one of the 4 node. Everything is online and running. Only issue is I cannot browse files. When I try from the my desktop browser http://FQDN-of-NameNode:50070/explorer.html#/, I get “Failed to retreive data from /webhdfs/v1/?op=LISTSTATUS: java.lang.reflect.InvocationTargetException”.
Following is excerpt from hdfs-site.xml :
<property>
<name>dfs.webhdfs.enabled</name>
<value>true</value>
</property>
I would appreciate if anyone can anyone help with resolving this issue?