DelegationToken
- Last Updated: March 1, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Hive 6.0
- Documentation
Purpose
Specifies the delegation token used to authenticate users to the server
when Hadoop Delegation Token Authentication is enabled (AuthenticationToken=delegationToken).
Important: If setting the delegation token using a DataSource class, be aware
that the DelegationToken property, like all DataSource properties, is persisted in clear
text.
Valid Values
string
where:
- string
- is the value of the delegation token used to authenticate users to the server.
Data Source Method
setDelegationToken
Default
No default value
Data Type
String