| Constructor and Description |
|---|
ELUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
resolveAppName(String name,
org.apache.hadoop.conf.Configuration conf)
Resolves the application name using the configuration properties to resolve any EL variable.
|
public ELUtils()
public static String resolveAppName(String name, org.apache.hadoop.conf.Configuration conf) throws Exception
name - name to EL resolve.conf - configuration to use for resolving any EL variable in the name.Exception - thrown if the name could not be EL resolved.Copyright © 2015 Apache Software Foundation. All Rights Reserved.