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
SQLExceptionpublic static CommandProcessor getForHiveCommand(String[] cmd, HiveConf conf) throws SQLException
SQLExceptionpublic static CommandProcessor getForHiveCommandInternal(String[] cmd, HiveConf conf, boolean testOnly) throws SQLException
SQLExceptionpublic static CommandProcessor get(String[] cmd, HiveConf conf) throws SQLException
SQLExceptionpublic static void clean(HiveConf conf)
Copyright © 2017 The Apache Software Foundation. All rights reserved.