org.apache.tez.common
Class TezYARNUtils

java.lang.Object
  extended by org.apache.tez.common.TezYARNUtils

@InterfaceAudience.Private
public class TezYARNUtils
extends Object


Constructor Summary
TezYARNUtils()
           
 
Method Summary
static void addToEnvironment(Map<String,String> environment, String variable, String value, String classPathSeparator)
           
static void setEnvFromInputString(Map<String,String> env, String envString, String classPathSeparator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TezYARNUtils

public TezYARNUtils()
Method Detail

setEnvFromInputString

public static void setEnvFromInputString(Map<String,String> env,
                                         String envString,
                                         String classPathSeparator)

addToEnvironment

public static void addToEnvironment(Map<String,String> environment,
                                    String variable,
                                    String value,
                                    String classPathSeparator)


Copyright © 2014 Apache Software Foundation. All rights reserved.