Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
catalog.cc File Reference
#include "catalog/catalog.h"
#include <list>
#include <string>
#include "common/logging.h"
#include "rpc/jni-thrift-util.h"
#include "util/logging-support.h"
#include "common/names.h"
Include dependency graph for catalog.cc:

Go to the source code of this file.

Functions

 DEFINE_bool (load_catalog_in_background, false,"If true, loads catalog metadata in the background. If false, metadata is loaded ""lazily (on access).")
 
 DEFINE_int32 (num_metadata_loading_threads, 16,"(Advanced) The number of metadata loading threads (degree of parallelism) to use ""when loading catalog metadata.")
 
 DEFINE_string (sentry_config,"","Local path to a sentry-site.xml configuration ""file. If set, authorization will be enabled.")
 
 DECLARE_int32 (non_impala_java_vlog)
 

Function Documentation

DECLARE_int32 ( non_impala_java_vlog  )
DEFINE_bool ( load_catalog_in_background  ,
false  ,
"If  true,
loads catalog metadata in the background.If  false,
metadata is loaded""lazily(on access)."   
)
DEFINE_int32 ( num_metadata_loading_threads  ,
16  ,
"(Advanced) The number of metadata loading threads (degree of parallelism) to use ""when loading catalog metadata."   
)
DEFINE_string ( sentry_config  ,
""  ,
"Local path to a sentry-site.xml configuration ""file. If  set,
authorization will be enabled."   
)