|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <boost/foreach.hpp>#include "codegen/llvm-codegen.h"#include "common/logging.h"#include "common/init.h"#include "exec/hbase-table-scanner.h"#include "exec/hbase-table-writer.h"#include "rpc/authentication.h"#include "rpc/thrift-util.h"#include "rpc/thrift-server.h"#include "service/fe-support.h"#include "service/impala-server.h"#include "util/jni-util.h"#include "testutil/in-process-servers.h"#include "common/names.h"Go to the source code of this file.
Functions | |
| DEFINE_int32 (num_backends, 3,"The number of backends to start") | |
| DECLARE_int32 (be_port) | |
| DECLARE_int32 (beeswax_port) | |
| DECLARE_int32 (hs2_port) | |
| DECLARE_string (principal) | |
| DECLARE_bool (use_statestore) | |
| int | main (int argc, char **argv) |
| DECLARE_bool | ( | use_statestore | ) |
| DECLARE_int32 | ( | be_port | ) |
| DECLARE_int32 | ( | beeswax_port | ) |
| DECLARE_int32 | ( | hs2_port | ) |
| DECLARE_string | ( | principal | ) |
| DEFINE_int32 | ( | num_backends | , |
| 3 | , | ||
| "The number of backends to start" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 45 of file mini-impala-cluster.cc.
References EXIT_IF_ERROR, impala::HBaseTableFactory::Init(), impala::HBaseTableScanner::Init(), impala::InitCommonRuntime(), impala::InitFeSupport(), impala::LlvmCodeGen::InitializeLlvm(), impala::HBaseTableWriter::InitJNI(), and impala::JniUtil::InitLibhdfs().