Hi Splunkers!
I have trouble connecting Splunk and HDFS.
I added the Hadoop Connect app in Splunk and filled in HDFS URI, HADOOP_HOME, JAVA_HOME, Namenode HTTP port in the 'Add new HDFS Cluster' tab, but the following error occurred:
Unable to connect to Hadoop cluster 'hdfs://djp01.gitcluster.com:8020/' with principal 'None': Failed to run Hadoop CLI job command '-ls' with options 'hdfs://djp01.gitcluster.com:8020/': ls: No FileSystem for scheme: hdfs..
The '-ls' command does not seem to connect to hdfs. In CLI, $ HADOOP_HOME / bin / hadoop fs -ls hdfs: //djp01.gitcluster.com: 8020 command is executed.
Let me know how to fix this error.