-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run Benchto over HTTPS enabled Presto cluster #15
Comments
It seems like I've run into the same issue as yours. https://prestosql.slack.com/archives/CGB0QHWSW/p1600449526028200 @sopel39 mentioned in the thread that metrics collection isn't currently supported for secured Presto. So atm |
Thanks for looking into this issue @dongwoo1005. |
@joshuav11 I think the issue should still be open. I would like to eventually have |
Closing as stale. |
Hi, I'm getting a
401 Unauthorized
error while trying to execute benchmark over a HTTPS-enabled Presto cluster. I can see that Presto receives the queries from Benchto and runs them without a hitch. I'm thinking that Benchto has troubles getting the metrics/results back. I got this idea because I noticed that we're using two separate Java classes to send (presto driver) and retrieve (benchto-driver) the queries .Presto version: 340
Presto authn: via LDAP
Benchmark driver: 340
I also used the same build to run a benchmark over HTTP and it worked flawlessly.
I think I also got where the error came from. When I try to go to this URL, the browser still asks for my login credentials. After pressing cancel, I get the
Unauthorized
response.Can somebody point me to the correct way of doing it? Or is it possible at all? Thanks!
The text was updated successfully, but these errors were encountered: