public class VariableSubstitution extends SystemVariables
ENV_PREFIX, HIVECONF_PREFIX, HIVEVAR_PREFIX, METACONF_PREFIX, SET_COLUMN_NAME, SYSTEM_PREFIX, varPat| Constructor and Description |
|---|
VariableSubstitution(HiveVariableSource hiveVariableSource) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getSubstitute(org.apache.hadoop.conf.Configuration conf,
String var)
The super method will handle with the case of substitutions for system variables,
hive conf variables and env variables.
|
String |
substitute(HiveConf conf,
String expr) |
containsVar, substitutepublic VariableSubstitution(HiveVariableSource hiveVariableSource)
protected String getSubstitute(org.apache.hadoop.conf.Configuration conf, String var)
getSubstitute in class SystemVariablesconf - var - Copyright © 2019 The Apache Software Foundation. All Rights Reserved.