Peter Cseh created SQOOP-3177:
---------------------------------
Summary: ParquetJob should check for active tokens in a more
reliable way
Key: SQOOP-3177
URL: https://issues.apache.org/jira/browse/SQOOP-3177
Project: Sqoop
Issue Type: Bug
Affects Versions: 1.4.5
Reporter: Peter Cseh
Right now ParquetJob checks whether there is a Hive token in the job
credentials by calling
[conf.getCredentials.getToken()|https://github.com/apache/sqoop/blob/trunk/src/java/org/apache/sqoop/mapreduce/ParquetJob.java#L112]
with the alias "HCat Token".
This is not finding delegation tokens issued by Oozie as Oozie uses a different
alias.
Sqoop could rely on {{org.apache.hadoop.hive.thrift.DelegationTokenSelector}}
to look for available delegation tokens.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)