org.apache.hadoop.hive.ql.processors
Interface CommandProcessor

All Known Implementing Classes:
AddResourceProcessor, CompileProcessor, DeleteResourceProcessor, DfsProcessor, Driver, ResetProcessor, SetProcessor

public interface CommandProcessor


Method Summary
 void init()
           
 CommandProcessorResponse run(String command)
           
 

Method Detail

init

void init()

run

CommandProcessorResponse run(String command)
                             throws CommandNeedRetryException
Throws:
CommandNeedRetryException


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