org.apache.hadoop.hive.service
Class HiveServer.HiveServerCli

java.lang.Object
  extended by org.apache.hadoop.hive.common.cli.CommonCliOptions
      extended by org.apache.hadoop.hive.service.HiveServer.HiveServerCli
Enclosing class:
HiveServer

public static class HiveServer.HiveServerCli
extends CommonCliOptions

HiveServer specific CLI


Field Summary
 int maxWorkerThreads
           
 int minWorkerThreads
           
 int port
           
 
Fields inherited from class org.apache.hadoop.hive.common.cli.CommonCliOptions
cliname, commandLine, OPTIONS
 
Constructor Summary
HiveServer.HiveServerCli()
           
 
Method Summary
 void parse(String[] args)
          Parse the arguments.
 
Methods inherited from class org.apache.hadoop.hive.common.cli.CommonCliOptions
addHiveconfToSystemProperties, isVerbose, printUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

public int port

minWorkerThreads

public int minWorkerThreads

maxWorkerThreads

public int maxWorkerThreads
Constructor Detail

HiveServer.HiveServerCli

public HiveServer.HiveServerCli()
Method Detail

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