You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Sentry Column Level Security is an improvement which support column level access control, this means sentry support privileges granularity up to a column now. The column level privileges are a fairly standard functionality supported by most RDBMS vendors. This facilitate users to restrict access to sensitive data. In absence of column level privileges, one has to create views with subset of columns and grant privileges on views. This add a major administrative overhead. 

HiveServer2 (hive-site.xml)

Config PropertyValueDescriptionDefault
hive.stats.collect.scancolstrue

Whether column accesses are tracked in the QueryPlan. This is useful to identify how tables are accessed and to determine if there are wasted columns that can be trimmed.

false

 

 

  • No labels