org.apache.hadoop.hive.ql.processors
Class SetProcessor

java.lang.Object
  extended by org.apache.hadoop.hive.ql.processors.SetProcessor
All Implemented Interfaces:
CommandProcessor

public class SetProcessor
extends Object
implements CommandProcessor

SetProcessor.


Field Summary
static String ENV_PREFIX
           
static String HIVECONF_PREFIX
           
static String HIVEVAR_PREFIX
           
static String SET_COLUMN_NAME
           
static String SYSTEM_PREFIX
           
 
Constructor Summary
SetProcessor()
           
 
Method Summary
static boolean getBoolean(String value)
           
 void init()
           
 CommandProcessorResponse run(String command)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENV_PREFIX

public static final String ENV_PREFIX
See Also:
Constant Field Values

SYSTEM_PREFIX

public static final String SYSTEM_PREFIX
See Also:
Constant Field Values

HIVECONF_PREFIX

public static final String HIVECONF_PREFIX
See Also:
Constant Field Values

HIVEVAR_PREFIX

public static final String HIVEVAR_PREFIX
See Also:
Constant Field Values

SET_COLUMN_NAME

public static final String SET_COLUMN_NAME
See Also:
Constant Field Values
Constructor Detail

SetProcessor

public SetProcessor()
Method Detail

getBoolean

public static boolean getBoolean(String value)

init

public void init()
Specified by:
init in interface CommandProcessor

run

public CommandProcessorResponse run(String command)
Specified by:
run in interface CommandProcessor


Copyright © 2014 The Apache Software Foundation. All rights reserved.