Description
Config.java is using setter for changing hdfsuri parameter for tests that are using hdfs minicluster. Make changes to the code so instead of setter the hdfsuri parameter can be defined using a secondary constructor, which in turn allows the Config objects to be immutable.