Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
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_ |
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.
|
inlineprivate |
Definition at line 191 of file FrontendTest.java.
Referenced by com.cloudera.impala.service.FrontendTest.TestGetCatalogs(), com.cloudera.impala.service.FrontendTest.TestGetColumns(), com.cloudera.impala.service.FrontendTest.TestGetFunctions(), com.cloudera.impala.service.FrontendTest.TestGetSchema(), com.cloudera.impala.service.FrontendTest.TestGetTables(), com.cloudera.impala.service.FrontendTest.TestGetTableTypes(), and com.cloudera.impala.service.FrontendTest.TestGetTypeInfo().
|
inline |
Definition at line 47 of file FrontendTest.java.
References com.cloudera.impala.authorization.AuthorizationConfig.createAuthDisabledConfig().
|
inline |
Definition at line 137 of file FrontendTest.java.
References com.cloudera.impala.service.FrontendTest.execMetadataOp().
|
inline |
Definition at line 114 of file FrontendTest.java.
References com.cloudera.impala.service.FrontendTest.execMetadataOp().
|
inline |
Definition at line 163 of file FrontendTest.java.
References com.cloudera.impala.service.FrontendTest.execMetadataOp().
|
inline |
Definition at line 83 of file FrontendTest.java.
References com.cloudera.impala.service.FrontendTest.execMetadataOp().
|
inline |
Definition at line 98 of file FrontendTest.java.
References com.cloudera.impala.service.FrontendTest.execMetadataOp().
|
inline |
Definition at line 150 of file FrontendTest.java.
References com.cloudera.impala.service.FrontendTest.execMetadataOp().
|
inline |
Definition at line 67 of file FrontendTest.java.
References com.cloudera.impala.service.FrontendTest.execMetadataOp().
|
staticprivate |
Definition at line 43 of file FrontendTest.java.