public class SystemVariables extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ENV_PREFIX |
static String |
HIVECONF_PREFIX |
static String |
HIVEVAR_PREFIX |
static String |
METACONF_PREFIX |
static String |
SET_COLUMN_NAME |
static String |
SYSTEM_PREFIX |
protected static Pattern |
varPat |
Constructor and Description |
---|
SystemVariables() |
Modifier and Type | Method and Description |
---|---|
static boolean |
containsVar(String expr) |
protected String |
getSubstitute(org.apache.hadoop.conf.Configuration conf,
String var) |
protected String |
substitute(org.apache.hadoop.conf.Configuration conf,
String expr,
int depth) |
protected static Pattern varPat
public static final String ENV_PREFIX
public static final String SYSTEM_PREFIX
public static final String HIVECONF_PREFIX
public static final String HIVEVAR_PREFIX
public static final String METACONF_PREFIX
public static final String SET_COLUMN_NAME
Copyright © 2017 The Apache Software Foundation. All rights reserved.