Uses of Class
org.apache.hive.service.cli.HiveSQLException

Packages that use HiveSQLException
org.apache.hive.service.cli   
org.apache.hive.service.cli.operation   
org.apache.hive.service.cli.session   
org.apache.hive.service.cli.thrift   
 

Uses of HiveSQLException in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli that throw HiveSQLException
 void ICLIService.cancelOperation(OperationHandle opHandle)
           
 void EmbeddedCLIServiceClient.cancelOperation(OperationHandle opHandle)
           
abstract  void CLIServiceClient.cancelOperation(OperationHandle opHandle)
           
 void CLIService.cancelOperation(OperationHandle opHandle)
           
 void ICLIService.closeOperation(OperationHandle opHandle)
           
 void EmbeddedCLIServiceClient.closeOperation(OperationHandle opHandle)
           
abstract  void CLIServiceClient.closeOperation(OperationHandle opHandle)
           
 void CLIService.closeOperation(OperationHandle opHandle)
           
 void ICLIService.closeSession(SessionHandle sessionHandle)
           
 void EmbeddedCLIServiceClient.closeSession(SessionHandle sessionHandle)
           
abstract  void CLIServiceClient.closeSession(SessionHandle sessionHandle)
           
 void CLIService.closeSession(SessionHandle sessionHandle)
           
 OperationHandle ICLIService.executeStatement(SessionHandle sessionHandle, String statement, Map<String,String> confOverlay)
           
 OperationHandle EmbeddedCLIServiceClient.executeStatement(SessionHandle sessionHandle, String statement, Map<String,String> confOverlay)
           
abstract  OperationHandle CLIServiceClient.executeStatement(SessionHandle sessionHandle, String statement, Map<String,String> confOverlay)
           
 OperationHandle CLIService.executeStatement(SessionHandle sessionHandle, String statement, Map<String,String> confOverlay)
           
 RowSet ICLIService.fetchResults(OperationHandle opHandle)
           
 RowSet CLIServiceClient.fetchResults(OperationHandle opHandle)
           
 RowSet CLIService.fetchResults(OperationHandle opHandle)
           
 RowSet ICLIService.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 RowSet EmbeddedCLIServiceClient.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
abstract  RowSet CLIServiceClient.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 RowSet CLIService.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 OperationHandle ICLIService.getCatalogs(SessionHandle sessionHandle)
           
 OperationHandle EmbeddedCLIServiceClient.getCatalogs(SessionHandle sessionHandle)
           
abstract  OperationHandle CLIServiceClient.getCatalogs(SessionHandle sessionHandle)
           
 OperationHandle CLIService.getCatalogs(SessionHandle sessionHandle)
           
 OperationHandle ICLIService.getColumns(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, String columnName)
           
 OperationHandle EmbeddedCLIServiceClient.getColumns(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, String columnName)
           
abstract  OperationHandle CLIServiceClient.getColumns(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, String columnName)
           
 OperationHandle CLIService.getColumns(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, String columnName)
           
 String CLIService.getDelegationTokenFromMetaStore(String owner)
           
 OperationHandle ICLIService.getFunctions(SessionHandle sessionHandle, String catalogName, String schemaName, String functionName)
           
 OperationHandle EmbeddedCLIServiceClient.getFunctions(SessionHandle sessionHandle, String catalogName, String schemaName, String functionName)
           
abstract  OperationHandle CLIServiceClient.getFunctions(SessionHandle sessionHandle, String catalogName, String schemaName, String functionName)
           
 OperationHandle CLIService.getFunctions(SessionHandle sessionHandle, String catalogName, String schemaName, String functionName)
           
 GetInfoValue ICLIService.getInfo(SessionHandle sessionHandle, GetInfoType infoType)
           
 GetInfoValue EmbeddedCLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
abstract  GetInfoValue CLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
 GetInfoValue CLIService.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
 OperationState ICLIService.getOperationStatus(OperationHandle opHandle)
           
 OperationState EmbeddedCLIServiceClient.getOperationStatus(OperationHandle opHandle)
           
abstract  OperationState CLIServiceClient.getOperationStatus(OperationHandle opHandle)
           
 OperationState CLIService.getOperationStatus(OperationHandle opHandle)
           
 TableSchema ICLIService.getResultSetMetadata(OperationHandle opHandle)
           
 TableSchema EmbeddedCLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
           
abstract  TableSchema CLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
           
 TableSchema CLIService.getResultSetMetadata(OperationHandle opHandle)
           
 OperationHandle ICLIService.getSchemas(SessionHandle sessionHandle, String catalogName, String schemaName)
           
 OperationHandle EmbeddedCLIServiceClient.getSchemas(SessionHandle sessionHandle, String catalogName, String schemaName)
           
abstract  OperationHandle CLIServiceClient.getSchemas(SessionHandle sessionHandle, String catalogName, String schemaName)
           
 OperationHandle CLIService.getSchemas(SessionHandle sessionHandle, String catalogName, String schemaName)
           
 OperationHandle ICLIService.getTables(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
 OperationHandle EmbeddedCLIServiceClient.getTables(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
abstract  OperationHandle CLIServiceClient.getTables(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
 OperationHandle CLIService.getTables(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
 OperationHandle ICLIService.getTableTypes(SessionHandle sessionHandle)
           
 OperationHandle EmbeddedCLIServiceClient.getTableTypes(SessionHandle sessionHandle)
           
abstract  OperationHandle CLIServiceClient.getTableTypes(SessionHandle sessionHandle)
           
 OperationHandle CLIService.getTableTypes(SessionHandle sessionHandle)
           
 OperationHandle ICLIService.getTypeInfo(SessionHandle sessionHandle)
           
 OperationHandle EmbeddedCLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
           
abstract  OperationHandle CLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
           
 OperationHandle CLIService.getTypeInfo(SessionHandle sessionHandle)
           
 SessionHandle CLIServiceClient.openSession(String username, String password)
           
 SessionHandle ICLIService.openSession(String username, String password, Map<String,String> configuration)
           
 SessionHandle EmbeddedCLIServiceClient.openSession(String username, String password, Map<String,String> configuration)
           
abstract  SessionHandle CLIServiceClient.openSession(String username, String password, Map<String,String> configuration)
           
 SessionHandle CLIService.openSession(String username, String password, Map<String,String> configuration)
           
 SessionHandle ICLIService.openSessionWithImpersonation(String username, String password, Map<String,String> configuration, String delegationToken)
           
 SessionHandle EmbeddedCLIServiceClient.openSessionWithImpersonation(String username, String password, Map<String,String> configuration, String delegationToken)
           
 SessionHandle CLIService.openSessionWithImpersonation(String username, String password, Map<String,String> configuration, String delegationToken)
           
 void OperationState.validateTransition(OperationState newState)
           
static void OperationState.validateTransition(OperationState oldState, OperationState newState)
           
 

Uses of HiveSQLException in org.apache.hive.service.cli.operation
 

Methods in org.apache.hive.service.cli.operation that throw HiveSQLException
protected  void Operation.assertState(OperationState state)
           
 void SQLOperation.cancel()
           
 void Operation.cancel()
           
 void OperationManager.cancelOperation(OperationHandle opHandle)
           
 void SQLOperation.close()
           
abstract  void Operation.close()
           
 void MetadataOperation.close()
           
 void HiveCommandOperation.close()
           
 void OperationManager.closeOperation(OperationHandle opHandle)
           
 RowSet Operation.getNextRowSet()
           
 RowSet SQLOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
abstract  RowSet Operation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet HiveCommandOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetTypeInfoOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetTablesOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetTableTypesOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetSchemasOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetFunctionsOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetColumnsOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetCatalogsOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 Operation OperationManager.getOperation(OperationHandle operationHandle)
           
 RowSet OperationManager.getOperationNextRowSet(OperationHandle opHandle)
           
 RowSet OperationManager.getOperationNextRowSet(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 TableSchema OperationManager.getOperationResultSetSchema(OperationHandle opHandle)
           
 OperationState OperationManager.getOperationState(OperationHandle opHandle)
           
 TableSchema SQLOperation.getResultSetSchema()
           
abstract  TableSchema Operation.getResultSetSchema()
           
 TableSchema HiveCommandOperation.getResultSetSchema()
           
 TableSchema GetTypeInfoOperation.getResultSetSchema()
           
 TableSchema GetTablesOperation.getResultSetSchema()
           
 TableSchema GetTableTypesOperation.getResultSetSchema()
           
 TableSchema GetSchemasOperation.getResultSetSchema()
           
 TableSchema GetFunctionsOperation.getResultSetSchema()
           
 TableSchema GetColumnsOperation.getResultSetSchema()
           
 TableSchema GetCatalogsOperation.getResultSetSchema()
           
 void SQLOperation.prepare()
           
 void SQLOperation.run()
           
abstract  void Operation.run()
           
 void HiveCommandOperation.run()
           
 void GetTypeInfoOperation.run()
           
 void GetTablesOperation.run()
           
 void GetTableTypesOperation.run()
           
 void GetSchemasOperation.run()
           
 void GetFunctionsOperation.run()
           
 void GetColumnsOperation.run()
           
 void GetCatalogsOperation.run()
           
protected  OperationState Operation.setState(OperationState newState)
           
 

Uses of HiveSQLException in org.apache.hive.service.cli.session
 

Methods in org.apache.hive.service.cli.session that throw HiveSQLException
protected  void HiveSessionImplwithUGI.acquire()
           
protected  void HiveSessionImpl.acquire()
           
 void HiveSessionImpl.cancelOperation(OperationHandle opHandle)
           
 void HiveSession.cancelOperation(OperationHandle opHandle)
           
 void HiveSessionImplwithUGI.close()
          close the file systems for the session cancel the session's delegation token and close the metastore connection
 void HiveSessionImpl.close()
           
 void HiveSession.close()
          close the session
 void HiveSessionImpl.closeOperation(OperationHandle opHandle)
           
 void HiveSession.closeOperation(OperationHandle opHandle)
           
 void SessionManager.closeSession(SessionHandle sessionHandle)
           
 OperationHandle HiveSessionImpl.executeStatement(String statement, Map<String,String> confOverlay)
           
 OperationHandle HiveSession.executeStatement(String statement, Map<String,String> confOverlay)
          execute operation handler
 RowSet HiveSessionImpl.fetchResults(OperationHandle opHandle)
           
 RowSet HiveSession.fetchResults(OperationHandle opHandle)
           
 RowSet HiveSessionImpl.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 RowSet HiveSession.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 OperationHandle HiveSessionImpl.getCatalogs()
           
 OperationHandle HiveSession.getCatalogs()
          getCatalogs operation handler
 OperationHandle HiveSessionImpl.getColumns(String catalogName, String schemaName, String tableName, String columnName)
           
 OperationHandle HiveSession.getColumns(String catalogName, String schemaName, String tableName, String columnName)
          getColumns operation handler
 OperationHandle HiveSessionImpl.getFunctions(String catalogName, String schemaName, String functionName)
           
 OperationHandle HiveSession.getFunctions(String catalogName, String schemaName, String functionName)
          getFunctions operation handler
 GetInfoValue HiveSessionImpl.getInfo(GetInfoType getInfoType)
           
 GetInfoValue HiveSession.getInfo(GetInfoType getInfoType)
          getInfo operation handler
 IMetaStoreClient HiveSessionImpl.getMetaStoreClient()
           
 IMetaStoreClient HiveSession.getMetaStoreClient()
           
static HiveSession HiveSessionProxy.getProxy(HiveSession hiveSession, UserGroupInformation ugi)
           
 TableSchema HiveSessionImpl.getResultSetMetadata(OperationHandle opHandle)
           
 TableSchema HiveSession.getResultSetMetadata(OperationHandle opHandle)
           
 OperationHandle HiveSessionImpl.getSchemas(String catalogName, String schemaName)
           
 OperationHandle HiveSession.getSchemas(String catalogName, String schemaName)
          getSchemas operation handler
 HiveSession SessionManager.getSession(SessionHandle sessionHandle)
           
 OperationHandle HiveSessionImpl.getTables(String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
 OperationHandle HiveSession.getTables(String catalogName, String schemaName, String tableName, List<String> tableTypes)
          getTables operation handler
 OperationHandle HiveSessionImpl.getTableTypes()
           
 OperationHandle HiveSession.getTableTypes()
          getTableTypes operation handler
 OperationHandle HiveSessionImpl.getTypeInfo()
           
 OperationHandle HiveSession.getTypeInfo()
          getTypeInfo operation handler
 SessionHandle SessionManager.openSession(String username, String password, Map<String,String> sessionConf)
           
 SessionHandle SessionManager.openSession(String username, String password, Map<String,String> sessionConf, boolean withImpersonation, String delegationToken)
           
 void HiveSessionImplwithUGI.setSessionUGI(String owner)
           
 

Constructors in org.apache.hive.service.cli.session that throw HiveSQLException
HiveSessionImplwithUGI(String username, String password, Map<String,String> sessionConf, String delegationToken)
           
 

Uses of HiveSQLException in org.apache.hive.service.cli.thrift
 

Methods in org.apache.hive.service.cli.thrift that throw HiveSQLException
 void ThriftCLIServiceClient.cancelOperation(OperationHandle opHandle)
           
 void ThriftCLIServiceClient.checkStatus(TStatus status)
           
 void ThriftCLIServiceClient.closeOperation(OperationHandle opHandle)
           
 void ThriftCLIServiceClient.closeSession(SessionHandle sessionHandle)
           
 OperationHandle ThriftCLIServiceClient.executeStatement(SessionHandle sessionHandle, String statement, Map<String,String> confOverlay)
           
 RowSet ThriftCLIServiceClient.fetchResults(OperationHandle opHandle)
           
 RowSet ThriftCLIServiceClient.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 OperationHandle ThriftCLIServiceClient.getCatalogs(SessionHandle sessionHandle)
           
 OperationHandle ThriftCLIServiceClient.getColumns(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, String columnName)
           
 OperationHandle ThriftCLIServiceClient.getFunctions(SessionHandle sessionHandle, String catalogName, String schemaName, String functionName)
           
 GetInfoValue ThriftCLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType infoType)
           
 OperationState ThriftCLIServiceClient.getOperationStatus(OperationHandle opHandle)
           
 TableSchema ThriftCLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
           
 OperationHandle ThriftCLIServiceClient.getSchemas(SessionHandle sessionHandle, String catalogName, String schemaName)
           
 OperationHandle ThriftCLIServiceClient.getTables(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
 OperationHandle ThriftCLIServiceClient.getTableTypes(SessionHandle sessionHandle)
           
 OperationHandle ThriftCLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
           
 SessionHandle ThriftCLIServiceClient.openSession(String username, String password, Map<String,String> configuration)
           
 SessionHandle ThriftCLIServiceClient.openSessionWithImpersonation(String username, String password, Map<String,String> configuration, String delegationToken)
           
 



Copyright © 2012 The Apache Software Foundation