public final class CommandProcessorFactory extends Object
Modifier and Type | Method and Description |
---|---|
static void |
clean(HiveConf conf) |
static CommandProcessor |
get(String cmd) |
static CommandProcessor |
get(String[] cmd,
HiveConf conf) |
static CommandProcessor |
getForHiveCommand(String[] cmd,
HiveConf conf) |
static CommandProcessor |
getForHiveCommandInternal(String[] cmd,
HiveConf conf,
boolean testOnly) |
public static CommandProcessor get(String cmd) throws SQLException
SQLException
public static CommandProcessor getForHiveCommand(String[] cmd, HiveConf conf) throws SQLException
SQLException
public static CommandProcessor getForHiveCommandInternal(String[] cmd, HiveConf conf, boolean testOnly) throws SQLException
SQLException
public static CommandProcessor get(String[] cmd, HiveConf conf) throws SQLException
SQLException
public static void clean(HiveConf conf)
Copyright © 2017 The Apache Software Foundation. All rights reserved.