Overriding Properties
Let us see how we can override properties while running commands such as hadoop fs. Let us first review properties files such as core-site.xml and hdfs-site.xml. We can override any non-final property using -Dproperty_name=property_value as part of hadoop fs command. We can also use options such as -fs to override Namenode URI We can also change replication …