public class TezConverterUtils extends Object
| Constructor and Description |
|---|
TezConverterUtils() |
| Modifier and Type | Method and Description |
|---|---|
static TezLocalResource |
convertYarnLocalResourceToTez(org.apache.hadoop.yarn.api.records.LocalResource lr) |
static org.apache.tez.runtime.api.TaskFailureType |
failureTypeFromProto(SystemEventProtos.TaskFailureTypeProto proto) |
static SystemEventProtos.TaskFailureTypeProto |
failureTypeToProto(org.apache.tez.runtime.api.TaskFailureType taskFailureType) |
static URI |
getURIFromYarnURL(org.apache.hadoop.yarn.api.records.URL url)
return a
URI from a given url |
@InterfaceAudience.Private public static URI getURIFromYarnURL(org.apache.hadoop.yarn.api.records.URL url) throws URISyntaxException
URI from a given urlurl - url to convertURLURISyntaxException@InterfaceAudience.Private public static TezLocalResource convertYarnLocalResourceToTez(org.apache.hadoop.yarn.api.records.LocalResource lr) throws URISyntaxException
URISyntaxExceptionpublic static org.apache.tez.runtime.api.TaskFailureType failureTypeFromProto(SystemEventProtos.TaskFailureTypeProto proto)
public static SystemEventProtos.TaskFailureTypeProto failureTypeToProto(org.apache.tez.runtime.api.TaskFailureType taskFailureType)
Copyright © 2017 Apache Software Foundation. All rights reserved.