Re: Controlling access to hive/db-tables while using SparkSQL

2016-08-30 Thread ayan guha
Given Record Service is yet to be added to main distributions, I believe the only available solution now is to use hdfs acl to restrict access for spark. On 31 Aug 2016 03:07, "Mich Talebzadeh" wrote: > Have you checked using views in Hive to restrict user access to

Re: Controlling access to hive/db-tables while using SparkSQL

2016-08-30 Thread Mich Talebzadeh
Have you checked using views in Hive to restrict user access to certain tables and columns only. Have a look at this link HTH Dr Mich Talebzadeh LinkedIn *

Re: Controlling access to hive/db-tables while using SparkSQL

2016-08-30 Thread Deepak Sharma
Is it possible to execute any query using SQLContext even if the DB is secured using roles or tools such as Sentry? Thanks Deepak On Tue, Aug 30, 2016 at 7:52 PM, Rajani, Arpan wrote: > Hi All, > > In our YARN cluster, we have setup spark 1.6.1 , we plan to give

Controlling access to hive/db-tables while using SparkSQL

2016-08-30 Thread Rajani, Arpan
Hi All, In our YARN cluster, we have setup spark 1.6.1 , we plan to give access to all the end users/developers/BI users, etc. But we learnt any valid user after getting their own user kerb TGT, can get hold of sqlContext (in program or in shell) and can run any query against any secure