I've been writing some unit tests around some extensions to Hive recently and came across an issue that left me perplexed. If I execute:
System.err.println(new HiveConf().get(FileSystem.FS_DEFAULT_NAME_KEY, FileSystem.DEFAULT_FS)); this prints: core-site.xml I suspect I need to provide a better configuration. However, in the absence of a correct configuration is the intended behaviour of a bug? If intended, can someone explain the purpose of returning this value in this scenario? Thanks - Elliot.