Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
While trying to submit Hive Job over JDBC , I faced 2 issues
- Space not supported between "Bearer ey.."
- if we remove space then http Authorization header is overwritten by default Basic token .
beeline -u "jdbc:hive2://localhost:8443/;ssl=true;sslTrustStore=/Users/abc/knox/install/knox-1.3.0/data/security/keystores/gateway.jks;trustStorePassword=xxxx;transportMode=http;httpPath=gateway/tokenbased/hive;http.header.Authorization=Bearer eyJraWQiOiJp...df"
Attachments
Attachments
Issue Links
- is related to
-
KNOX-2150 Unable to submit Hive jobs using Knox JWTProvider
- Resolved
-
HIVE-10339 Allow JDBC Driver to pass HTTP header Key/Value pairs
- Closed