Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <unistd.h>
#include <jni.h>
#include "common/logging.h"
#include "common/init.h"
#include "exec/hbase-table-scanner.h"
#include "exec/hbase-table-writer.h"
#include "runtime/hbase-table-factory.h"
#include "codegen/llvm-codegen.h"
#include "common/status.h"
#include "runtime/coordinator.h"
#include "runtime/exec-env.h"
#include "util/jni-util.h"
#include "util/network-util.h"
#include "rpc/thrift-util.h"
#include "rpc/thrift-server.h"
#include "rpc/rpc-trace.h"
#include "service/impala-server.h"
#include "service/fe-support.h"
#include "gen-cpp/ImpalaService.h"
#include "gen-cpp/ImpalaInternalService.h"
#include "util/impalad-metrics.h"
#include "util/thread.h"
#include "common/names.h"
Go to the source code of this file.
Functions | |
DECLARE_string (classpath) | |
DECLARE_bool (use_statestore) | |
DECLARE_int32 (beeswax_port) | |
DECLARE_int32 (hs2_port) | |
DECLARE_int32 (be_port) | |
DECLARE_string (principal) | |
int | main (int argc, char **argv) |
DECLARE_bool | ( | use_statestore | ) |
DECLARE_int32 | ( | beeswax_port | ) |
DECLARE_int32 | ( | hs2_port | ) |
DECLARE_int32 | ( | be_port | ) |
DECLARE_string | ( | classpath | ) |
DECLARE_string | ( | principal | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 54 of file impalad-main.cc.
References impala::CreateImpalaServer(), EXIT_IF_ERROR, impala::Status::GetDetail(), impala::ImpaladMetrics::IMPALA_SERVER_READY, impala::HBaseTableFactory::Init(), impala::HBaseTableScanner::Init(), impala::InitCommonRuntime(), impala::InitFeSupport(), impala::LlvmCodeGen::InitializeLlvm(), impala::HBaseTableWriter::InitJNI(), impala::JniUtil::InitLibhdfs(), impala::InitRpcEventTracing(), impala::ThriftServer::Join(), impala::ExecEnv::metrics(), impala::ShutdownLogging(), impala::ThriftServer::Start(), impala::ExecEnv::StartServices(), impala::StartThreadInstrumentation(), and impala::ExecEnv::webserver().