Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
mini-impala-cluster.cc File Reference
#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"
Include dependency graph for mini-impala-cluster.cc:

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)
 

Function Documentation

DECLARE_bool ( use_statestore  )
DECLARE_int32 ( be_port  )
DECLARE_int32 ( beeswax_port  )
DECLARE_int32 ( hs2_port  )
DECLARE_string ( principal  )
DEFINE_int32 ( num_backends  ,
,
"The number of backends to start"   
)