public static final class TezSessionState.HiveResources extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,org.apache.hadoop.yarn.api.records.LocalResource> |
additionalFilesNotFromConf |
org.apache.hadoop.fs.Path |
dagResourcesDir
A directory that will contain resources related to DAGs and specified in configs.
|
Set<org.apache.hadoop.yarn.api.records.LocalResource> |
localizedResources
Localized resources of this session; both from conf and not from conf (above).
|
| Constructor and Description |
|---|
HiveResources(org.apache.hadoop.fs.Path dagResourcesDir) |
public final org.apache.hadoop.fs.Path dagResourcesDir
public final Map<String,org.apache.hadoop.yarn.api.records.LocalResource> additionalFilesNotFromConf
public final Set<org.apache.hadoop.yarn.api.records.LocalResource> localizedResources
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.