Uses of Class
org.apache.hadoop.hive.ql.processors.CommandProcessorResponse

Packages that use CommandProcessorResponse
org.apache.hadoop.hive.ql   
org.apache.hadoop.hive.ql.processors   
 

Uses of CommandProcessorResponse in org.apache.hadoop.hive.ql
 

Methods in org.apache.hadoop.hive.ql that return CommandProcessorResponse
 CommandProcessorResponse Driver.compileAndRespond(String command)
           
 CommandProcessorResponse Driver.run()
           
 CommandProcessorResponse Driver.run(String command)
           
 CommandProcessorResponse Driver.run(String command, boolean alreadyCompiled)
           
 

Uses of CommandProcessorResponse in org.apache.hadoop.hive.ql.processors
 

Methods in org.apache.hadoop.hive.ql.processors that return CommandProcessorResponse
 CommandProcessorResponse SetProcessor.run(String command)
           
 CommandProcessorResponse ResetProcessor.run(String command)
           
 CommandProcessorResponse DfsProcessor.run(String command)
           
 CommandProcessorResponse DeleteResourceProcessor.run(String command)
           
 CommandProcessorResponse CompileProcessor.run(String command)
          User supplies dynamic code in this format: COMPILE ` some code here ` AS groovy NAMED something.groovy; CompileProcessor will compile and package this code into a jar.
 CommandProcessorResponse CommandProcessor.run(String command)
           
 CommandProcessorResponse AddResourceProcessor.run(String command)
           
 



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