Re: SparkThriftServer Authorization design

2019-02-16 Thread Marco Gaido
Is this a feature request or a proposal? If it is the latter, may you please provide a design doc, so the community can look at it? Otherwise I think one of the main issues with authorization in STS is that all the queries are actually run inside the same spark job and hence with the same user. Th

SparkThriftServer Authorization design

2019-02-15 Thread t4
Goal is to provide ability to deny/allow access to given tables on a per user basis (this is the user connecting via jdbc to spark thrift server. ie with LDAP creds). ie user bob can see table A but not table B. user mary can see table B but not table A. What are folks thoughts on the approach? 1.