Hi Surneni, With respect to using the service specific to a particular user other than root, do you mean executing queries as a query user rather than Drill process user ? If yes then you need to enable impersonation for that on Drillbit side [1]. Later when you connect using client tool (like sqlline) provide the username with which you want Drill to execute query using user (like user=testUser) parameter in connection url.
[1]: https://drill.apache.org/docs/configuring-user-impersonation/ Thanks, Sorabh ________________________________ From: Surneni Tilak <[email protected]> Sent: Thursday, May 24, 2018 3:01:02 AM To: [email protected] Subject: How to Start Drill Service From Linux Non-root user Hi Team, May I know how to start drill service from a user which should not be root. What are the privileges that a non-root user should fulfill to start drill service. If I start the service as a root user then how to use the service specific to a particular user other than root. Best regards, Tilak
