Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save toddlipcon/f1fdac3564379a5606b7e6be563f83ca to your computer and use it in GitHub Desktop.
Save toddlipcon/f1fdac3564379a5606b7e6be563f83ca to your computer and use it in GitHub Desktop.
<configuration>
<property>
<name>dfs.nameservices</name>
<value>nameservice1</value>
</property>
<property>
<name>dfs.ha.namenodes.nameservice1</name>
<value>nn1</value>
</property>
<property>
<name>dfs.namenode.rpc-address.nameservice1.nn1</name>
<value>parna-metadata4-1.vpc.cloudera.com:8020</value>
</property>
<property>
<name>dfs.client.failover.proxy.provider.nameservice1</name>
<value>org.apache.hadoop.hdfs.server.namenode.ha.ConfiguredFailoverProxyProvider</value>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment