/**
  * Returns the name of the current classloader context set on this scanner
  *
  * @param job the Hadoop job instance to be configured
  * @return name of the current context
  * @since 1.8.0
  */
 public static String getClassLoaderContext(JobConf job) {
   return InputConfigurator.getClassLoaderContext(CLASS, job);
 }