bug: delegation token parameter should be renamed when using WebHDFS as storage #16742
Open
1 of 2 tasks
Labels
C-bug
Category: something isn't working
C-want-help
Category: want help
good first issue
Category: good first issue
Search before asking
Version
What's Wrong?
Hello, Im new to Databend.
I'm trying to test Databend with my data on secure hadoop.
I've setup Query node as describe in Deploying with HDFS using WebHDFS
My current setting is like this:
When I run
INSERT INTO
I got an error:I think
delegation_token
should be renamed todelegation
.You can see not
delegation_token
butdelegation
on WebHDFS REST API -> AuthenticationI've tested using
curl
and confirm that following url worked well.How to Reproduce?
Described above.
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: