org.apache.tez.dag.utils
Class TezRuntimeChildJVM

java.lang.Object
  extended by org.apache.tez.dag.utils.TezRuntimeChildJVM

public class TezRuntimeChildJVM
extends Object


Nested Class Summary
static class TezRuntimeChildJVM.LogName
           
 
Constructor Summary
TezRuntimeChildJVM()
           
 
Method Summary
static List<String> getVMCommand(InetSocketAddress taskAttemptListenerAddr, String containerIdentifier, String tokenIdentifier, int applicationAttemptNumber, boolean shouldProfile, String profileOpts, String javaOpts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TezRuntimeChildJVM

public TezRuntimeChildJVM()
Method Detail

getVMCommand

public static List<String> getVMCommand(InetSocketAddress taskAttemptListenerAddr,
                                        String containerIdentifier,
                                        String tokenIdentifier,
                                        int applicationAttemptNumber,
                                        boolean shouldProfile,
                                        String profileOpts,
                                        String javaOpts)


Copyright © 2014 Apache Software Foundation. All rights reserved.