Hi,
I want to connect to hive through hive datasource, but the following error occurs
Connection Test Failed:
Unknown error occurred while performing connection test. Please try again later.
Hi,
I want to connect to hive through hive datasource, but the following error occurs
Connection Test Failed:
Unknown error occurred while performing connection test. Please try again later.
Can you provide some logs? You haven’t provided any information that the community can use to debug this.
Connection Test Failed:
Bad status: 3 (Error validating the login: Authentication failed: Incorrect password)
First up, you shouldn’t need to modify any source code just to connect to Hive. It sounds like you haven’t entered correct credentials.
Secondly, hive doesn’t accept a password field for these connections. Your password is base64 encoded along with your username and included in the HTTP request headers. That’s why you don’t see it in the connection built. It’s bundled into the username
shown in your screenshot.
Your screenshot did not upload completely. Can you try again?
thank you