Ejemplo n.º 1
0
 /**
  * Returns the Hadoop command path.
  *
  * @return the Hadoop command path, or {@code null} if it is not found
  */
 public File getHadoopCommand() {
   if (explicitCommandPath != null) {
     return explicitCommandPath;
   }
   return ConfigurationProvider.findHadoopCommand(environmentVariables);
 }