Re: How to run bin/run_sentry.sh

2018-01-12 Thread Alexander Kolbasov
Running it via studio is not the best idea since it will change ownership of files in your repo. Sentry doesn't need root privileges. > On Jan 12, 2018, at 14:10, Na Li wrote: > > one example > > to creating schema > - command: sudo ./run_sentry.sh --command

Re: Review Request 65053: SENTRY-2120: Escape input string for error response message in LogLevelServlet

2018-01-12 Thread Na Li via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65053/ --- (Updated Jan. 12, 2018, 10:23 p.m.) Review request for sentry, Brian Towles,

Re: How to run bin/run_sentry.sh

2018-01-12 Thread Na Li
one example to creating schema - command: sudo ./run_sentry.sh --command schema-tool --conffile sentry-site.xml --dbType mysql --initSchema On Fri, Jan 12, 2018 at 3:18 PM, Xinran Yu Tinney wrote: > What are the arguments that can be used? I have attached a screenshot,

Re: Review Request 65046: SENTRY-1819 HMSFollower and friends do not belong in sentry.service.thrift

2018-01-12 Thread kalyan kumar kalvagadda via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65046/#review195354 --- Ship it! Ship It! - kalyan kumar kalvagadda On Jan. 11,

Re: Review Request 65046: SENTRY-1819 HMSFollower and friends do not belong in sentry.service.thrift

2018-01-12 Thread kalyan kumar kalvagadda via Review Board
> On Jan. 12, 2018, 8:51 p.m., kalyan kumar kalvagadda wrote: > > Even file HiveNotificationFetcher.java and > > TestHiveNotificationFetcher.java should be moved. These file were not > > listed in the original ticket as these files were created after the ticked > > was opened. > > Xinran

Re: How to run bin/run_sentry.sh

2018-01-12 Thread Xinran Yu Tinney
What are the arguments that can be used? I have attached a screenshot, using "service", but seems not working. 2018-01-12 14:56 GMT-06:00 Alexander Kolbasov : > It is easy. Your current directory should be within the got repo and the > actual script can be anywhere. Just run

Re: How to run bin/run_sentry.sh

2018-01-12 Thread Alexander Kolbasov
It is easy. Your current directory should be within the got repo and the actual script can be anywhere. Just run it with whatever argument you want to pass to main. The script users maven to build and run sentry so it doesn't depend on any class path. On Fri, Jan 12, 2018 at 12:30 Xinran Yu

Re: Review Request 65046: SENTRY-1819 HMSFollower and friends do not belong in sentry.service.thrift

2018-01-12 Thread kalyan kumar kalvagadda via Review Board
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65046/#review195345 --- Even file HiveNotificationFetcher.java and

How to run bin/run_sentry.sh

2018-01-12 Thread Xinran Yu Tinney
Hi, Does anyone know how to run bin/run_sentry.sh? Thanks! Xinran