zuston opened a new pull request #15131: URL: https://github.com/apache/flink/pull/15131
Linked to [ISSUE](https://issues.apache.org/jira/browse/FLINK-21700#). ### Why I want to support Flink Action on Oozie. As we know, Oozie will obtain HDFS/HBase delegation token using Hadoop proxy user mechanism before starting Flink submitter cli. If not, Flink will obtain delegation token again, this will cause exception. Actually, Spark support disable fetching delegation token on Spark client, [related Spark doc](https://spark.apache.org/docs/latest/running-on-yarn.html#launching-your-application-with-apache-oozie). So i think Flink should allow to disable fetching Hadoop delegation token on Yarn. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org