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

Go to the source code of this file.

Functions

 DECLARE_string (sentry_config)
 
 DECLARE_int32 (non_impala_java_vlog)
 
 DEFINE_bool (load_catalog_at_startup, false,"if true, load all catalog data at startup")
 
 DEFINE_string (server_name,"","The name to use for securing this impalad ""server during authorization. Set to enable authorization. By default, the ""authorization policy will be loaded from the catalog server (via the statestore).""To use a file based authorization policy, set --authorization_policy_file.")
 
 DEFINE_string (authorization_policy_file,"","HDFS path to the authorization policy ""file. If set, authorization will be enabled and the authorization policy will be ""read from a file.")
 
 DEFINE_string (authorization_policy_provider_class,"org.apache.sentry.provider.common.HadoopGroupResourceAuthorizationProvider","Advanced: The authorization policy provider class name.")
 
 DEFINE_string (authorized_proxy_user_config,"","Specifies the set of authorized proxy users (users who can delegate to other ""users during authorization) and whom they are allowed to delegate. ""Input is a semicolon-separated list of key=value pairs of authorized proxy ""users to the user(s) they can delegate to. These users are specified as a comma ""separated list of short usernames, or '*' to indicate all users. For example: ""hue=user1,user2;admin=*")
 

Function Documentation

DECLARE_int32 ( non_impala_java_vlog  )
DECLARE_string ( sentry_config  )
DEFINE_bool ( load_catalog_at_startup  ,
false  ,
"if  true,
load all catalog data at startup"   
)
DEFINE_string ( server_name  ,
""  ,
"The name to use for securing this impalad ""server during authorization. Set to enable authorization. By  default,
the""authorization policy will be loaded from the catalog server(via the statestore).""To use a file based authorization  policy,
set--authorization_policy_file."   
)
DEFINE_string ( authorization_policy_file  ,
""  ,
"HDFS path to the authorization policy ""file. If  set,
authorization will be enabled and the authorization policy will be""read from a file."   
)
DEFINE_string ( authorization_policy_provider_class  ,
"org.apache.sentry.provider.common.HadoopGroupResourceAuthorizationProvider"  ,
"Advanced: The authorization policy provider class name."   
)
DEFINE_string ( authorized_proxy_user_config  ,
""  ,
"Specifies the set of authorized proxy users (users who can delegate to other ""users during authorization) and whom they are allowed to delegate. ""Input is a semicolon-separated list of  key = value pairs of authorized proxy ""users to the user(s) they can delegate to. These users are specified as a comma ""separated list of short usernames,
or '*'to indicate all users.For example:""  hue = user1 
)