Re: [SPARK-SQL] Does spark-sql have Authorization built in?

2017-09-18 Thread Arun Khetarpal
Ping. 

I did some digging around in the code base - I see that this is not present 
currently. Just looking for an acknowledgement

Regards,
Arun


> On 15-Sep-2017, at 8:43 PM, Arun Khetarpal  wrote:
> 
> Hi - 
> 
> Wanted to understand if spark sql has GRANT and REVOKE statements available? 
> Is anyone working on making that available? 
> 
> Regards,
> Arun


-
To unsubscribe e-mail: user-unsubscr...@spark.apache.org



Re: [SPARK-SQL] Does spark-sql have Authorization built in?

2017-09-16 Thread Jörn Franke
It depends on the permissions the user has on the local file system or HDFS, so 
there is no need to have grant/revoke.

> On 15. Sep 2017, at 17:13, Arun Khetarpal  wrote:
> 
> Hi - 
> 
> Wanted to understand if spark sql has GRANT and REVOKE statements available? 
> Is anyone working on making that available? 
> 
> Regards,
> Arun
> 
> -
> To unsubscribe e-mail: user-unsubscr...@spark.apache.org
> 

-
To unsubscribe e-mail: user-unsubscr...@spark.apache.org



Re: [SPARK-SQL] Does spark-sql have Authorization built in?

2017-09-16 Thread Akhil Das
I guess no. I came across a test case where they are marked as Unsupported,
you can see it here.

However,
the one running inside Databricks has support for this.
https://docs.databricks.com/spark/latest/spark-sql/structured-data-access-controls.html

On Fri, Sep 15, 2017 at 10:13 PM, Arun Khetarpal 
wrote:

> Hi -
>
> Wanted to understand if spark sql has GRANT and REVOKE statements
> available?
> Is anyone working on making that available?
>
> Regards,
> Arun
>
> -
> To unsubscribe e-mail: user-unsubscr...@spark.apache.org
>
>


-- 
Cheers!


[SPARK-SQL] Does spark-sql have Authorization built in?

2017-09-15 Thread Arun Khetarpal
Hi - 

Wanted to understand if spark sql has GRANT and REVOKE statements available? 
Is anyone working on making that available? 

Regards,
Arun

-
To unsubscribe e-mail: user-unsubscr...@spark.apache.org