loader = localLoader;
return localLoader.getClassLoader();
}
// Create the Accumulo Context ClassLoader using the DEFAULT_CONTEXT
localLoader = createDynamicClassloader(new VFSClassLoader(vfsCP, vfs, parent));
loader = localLoader;
//An HDFS FileSystem and Configuration object were created for each unique HDFS namespace in the call to resolve above.
//The HDFS Client did us a favor and cached these objects so that the next time someone calls FileSystem.get(uri), they
//get the cached object. However, these objects were created not with the system VFS classloader, but the classloader above