#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"
Go to the source code of this file.
|
| 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) |
|
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." |
|
|
) |
| |