public class HiveSetProcessor extends Object
SetProcessor
.Constructor and Description |
---|
HiveSetProcessor() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
dumpOptions(Properties p,
HiveConf hiveConf,
Map<String,String> hiveVariables,
TableConfig tableConfig) |
static String |
getVariable(Map<String,String> flinkConf,
HiveConf hiveConf,
Map<String,String> hiveVariables,
String varname) |
static void |
setVariable(HiveConf hiveConf,
Map<String,String> hiveVariables,
String varname,
String varvalue)
Set variable following Hive's implementation.
|
static boolean |
startWithHiveSpecialVariablePrefix(String varname)
check whether the variable's name is started with the special variable prefix that Hive
reserves.
|
public static void setVariable(HiveConf hiveConf, Map<String,String> hiveVariables, String varname, String varvalue)
public static boolean startWithHiveSpecialVariablePrefix(String varname)
public static String getVariable(Map<String,String> flinkConf, HiveConf hiveConf, Map<String,String> hiveVariables, String varname)
public static List<String> dumpOptions(Properties p, HiveConf hiveConf, Map<String,String> hiveVariables, TableConfig tableConfig)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.