Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
com.cloudera.impala.service.FrontendTest Class Reference
Collaboration diagram for com.cloudera.impala.service.FrontendTest:

Public Member Functions

void TestCatalogNotReady () throws ImpalaException
 
void TestGetTypeInfo () throws ImpalaException
 
void TestGetSchema () throws ImpalaException
 
void TestGetTables () throws ImpalaException
 
void TestGetColumns () throws ImpalaException
 
void TestGetCatalogs () throws ImpalaException
 
void TestGetTableTypes () throws ImpalaException
 
void TestGetFunctions () throws ImpalaException
 

Private Member Functions

TResultSet execMetadataOp (TMetadataOpRequest req) throws ImpalaException
 

Static Private Attributes

static Frontend fe_
 

Detailed Description

Unit test for Frontend.execHiveServer2MetadataOp, which executes a HiveServer2 metadata operation and returns a TMetadataOpResponse (which contains a result set and the schema of the result set). HiveServer2 API specifies the result set schema for each of the operation. Each test will validate the result set schema and the expected result set.

Definition at line 42 of file FrontendTest.java.

Member Function Documentation

void com.cloudera.impala.service.FrontendTest.TestCatalogNotReady ( ) throws ImpalaException
inline
void com.cloudera.impala.service.FrontendTest.TestGetCatalogs ( ) throws ImpalaException
inline
void com.cloudera.impala.service.FrontendTest.TestGetColumns ( ) throws ImpalaException
inline
void com.cloudera.impala.service.FrontendTest.TestGetFunctions ( ) throws ImpalaException
inline
void com.cloudera.impala.service.FrontendTest.TestGetSchema ( ) throws ImpalaException
inline
void com.cloudera.impala.service.FrontendTest.TestGetTables ( ) throws ImpalaException
inline
void com.cloudera.impala.service.FrontendTest.TestGetTableTypes ( ) throws ImpalaException
inline
void com.cloudera.impala.service.FrontendTest.TestGetTypeInfo ( ) throws ImpalaException
inline

Member Data Documentation

Frontend com.cloudera.impala.service.FrontendTest.fe_
staticprivate
Initial value:
= new Frontend(
AuthorizationConfig.createAuthDisabledConfig(), new ImpaladTestCatalog())

Definition at line 43 of file FrontendTest.java.


The documentation for this class was generated from the following file: