Hi,
my hadoop cluster is running on HA Service with hadoop 2.6.0 in cdh 5.4.0.I have added the hadoop conf "/etc/hadoop" to the classpath,but when I start the indexing servcie,it doesn't work on hdfs. and when I start indexing service with the params such as -D hadoop.fs.defaultFS=hdfs://hadoop/ -Dhadoop.dfs.nameservices= hadoop -Dhadoop.dfs.ha.namenodes. hadoop =nn,snn -Dhadoop.dfs.namenode.rpc-address. hadoop.nn=
192.168.7.168:9000 -Dhadoop.dfs.namenode.rpc-address.
hadoop.snn=
192.168.7.169:9000 -Dhadoop.dfs.client.failover.proxy.provider. hadoop =org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider -Dhadoop.yarn.resourcemanager.address=
192.168.7.168:9020 ,it can work.
can you see the problem which i describe?and How I can solve it?