org.apache.hadoop.hive.service
Class HiveServer.HiveServerCli
java.lang.Object
org.apache.hadoop.hive.common.cli.CommonCliOptions
org.apache.hadoop.hive.service.HiveServer.HiveServerCli
- Enclosing class:
- HiveServer
public static class HiveServer.HiveServerCli
- extends CommonCliOptions
HiveServer specific CLI
Method Summary |
void |
parse(String[] args)
Parse the arguments. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
port
public int port
minWorkerThreads
public int minWorkerThreads
maxWorkerThreads
public int maxWorkerThreads
HiveServer.HiveServerCli
public HiveServer.HiveServerCli()
parse
public void parse(String[] args)
- Description copied from class:
CommonCliOptions
- Parse the arguments.
- Overrides:
parse
in class CommonCliOptions
Copyright © 2013 The Apache Software Foundation