Description
HADOOP-1967 added accessor methods to set the default filesystem. We should start using them.
While doing this, we should also replace uses of "local" and "host:port" with proper URIs, e.g., "file:///" and "hdfs://host:port/". This will silence warnings about the use of old-format names.