public class AzkabanTags extends Object
| Modifier and Type | Field and Description |
|---|---|
static ImmutableMap<String,String> |
PROPERTIES_TO_TAGS_MAP |
| Constructor and Description |
|---|
AzkabanTags() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getAzkabanTags()
Uses
getAzkabanTags(Configuration) with default Hadoop Configuration |
static Map<String,String> |
getAzkabanTags(Configuration conf)
Gets all useful Azkaban runtime properties required by metrics as a
Map. |
public static final ImmutableMap<String,String> PROPERTIES_TO_TAGS_MAP
public static Map<String,String> getAzkabanTags()
getAzkabanTags(Configuration) with default Hadoop Configurationpublic static Map<String,String> getAzkabanTags(Configuration conf)
Map.conf - Hadoop Configuration that contains the properties. Keys of PROPERTIES_TO_TAGS_MAP lists out
all the properties to look for in Configuration.Map with keys as property names (name mapping in PROPERTIES_TO_TAGS_MAP) and the value
of the property from Configuration