org.apache.hive.service.cli.session
Interface HiveSessionHook

All Superinterfaces:
Hook
All Known Implementing Classes:
TestSessionHooks.SessionHookTest

public interface HiveSessionHook
extends Hook

HiveSessionHook. HiveServer2 session level Hook interface. The run method is executed when session manager starts a new session


Method Summary
 void run(HiveSessionHookContext sessionHookContext)
           
 

Method Detail

run

void run(HiveSessionHookContext sessionHookContext)
         throws HiveSQLException
Parameters:
sessionHookContext - context
Throws:
HiveSQLException


Copyright © 2012 The Apache Software Foundation