| Impala
    Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop. | 
#include "testutil/in-process-servers.h"#include "rpc/thrift-client.h"#include "service/impala-server.h"#include <string>#include <gtest/gtest.h>#include "common/init.h"#include "service/fe-support.h"#include "common/names.h"Go to the source code of this file.
| Functions | |
| DECLARE_string (ssl_server_certificate) | |
| DECLARE_string (ssl_private_key) | |
| DECLARE_string (ssl_client_ca_certificate) | |
| DECLARE_int32 (be_port) | |
| DECLARE_int32 (beeswax_port) | |
| TEST (SslTest, Connectivity) | |
| int | main (int argc, char **argv) | 
| DECLARE_int32 | ( | be_port | ) | 
| DECLARE_int32 | ( | beeswax_port | ) | 
| DECLARE_string | ( | ssl_server_certificate | ) | 
| DECLARE_string | ( | ssl_private_key | ) | 
| DECLARE_string | ( | ssl_client_ca_certificate | ) | 
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 67 of file thrift-server-test.cc.
References impala::InitCommonRuntime(), and impala::InitFeSupport().
| TEST | ( | SslTest | , | 
| Connectivity | |||
| ) | 
Definition at line 34 of file thrift-server-test.cc.
References EXIT_IF_ERROR, and impala::InProcessImpalaServer::StartWithClientServers().