Reputation: 61
I have a question regarding Spark privileges with Sentry on Hadoop cluster.
First, some background -
Scenario
There are two databases, db_a and db_b. In db_a there is a view which selects from table which is defined in db_b.
I granted privilege for a specific user with read access (grant select) on db_a.
In Beeline/Impala/Hue the behavior is as expected:
The problem with Spark SQL:
Again, same query with same user works fine in Hive/Impala.
Is there any configuration or workaround to resolve the problem?
Upvotes: 1
Views: 396