Skip to content

How to execute the RESTful command get admin engine as an admin user? #4671

Answered by zwangsheng
HaoYang670 asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for forget version affect, leaving aside the above administrator, you can still use

KyuubiRestClient.builder("http://ip:port",)
  .authHeaderMethod(KyuubiRestClient.AuthHeaderMethod.BASIC)
  .username("remziy")
  .build();

By the way, can you parse Kyuubi Server Log about why this error happened Failed to validate proxy privilege of anonymous for remziy

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@HaoYang670
Comment options

@HaoYang670
Comment options

@zwangsheng
Comment options

Answer selected by HaoYang670
@HaoYang670
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants