@InterfaceAudience.Private @InterfaceStability.Unstable public class SLSUtils extends Object
Constructor and Description |
---|
SLSUtils() |
Modifier and Type | Method and Description |
---|---|
static String[] |
getRackHostName(String hostname) |
static Set<String> |
parseNodesFromNodeFile(String nodeFile)
parse the input node file, return each host name
|
static Set<String> |
parseNodesFromRumenTrace(String jobTrace)
parse the rumen trace file, return each host name
|
static Set<String> |
parseNodesFromSLSTrace(String jobTrace)
parse the sls trace file, return each host name
|
public static Set<String> parseNodesFromRumenTrace(String jobTrace) throws IOException
IOException
public static Set<String> parseNodesFromSLSTrace(String jobTrace) throws IOException
IOException
public static Set<String> parseNodesFromNodeFile(String nodeFile) throws IOException
IOException
Copyright © 2015 Apache Software Foundation. All Rights Reserved.