[jira] [Updated] (FLINK-18205) Mitigate the use of reflection in HadoopModule and Utils

2020-06-11 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-18205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-18205:
---
Labels: pull-request-available  (was: )

> Mitigate the use of reflection in HadoopModule and Utils
> 
>
> Key: FLINK-18205
> URL: https://issues.apache.org/jira/browse/FLINK-18205
> Project: Flink
>  Issue Type: Improvement
>  Components: Deployment / YARN
>Reporter: Yangze Guo
>Assignee: Yangze Guo
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.12.0
>
>
> Since Flink drops support for Hadoop 1 since FLINK-4895, it would be good to 
> mitigate the use of reflection in {{HadoopModule}}. To be specific, we could 
> make sure the following methods exist in Hadoop 2+:
> - Credentials#getAllTokens
> - Credentials#readTokenStorageFile
> - UserGroupInformation#addCredentials



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-18205) Mitigate the use of reflection in HadoopModule and Utils

2020-06-11 Thread Yangze Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-18205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yangze Guo updated FLINK-18205:
---
Summary: Mitigate the use of reflection in HadoopModule and Utils  (was: 
Mitigate the use of reflection in HadoopModule)

> Mitigate the use of reflection in HadoopModule and Utils
> 
>
> Key: FLINK-18205
> URL: https://issues.apache.org/jira/browse/FLINK-18205
> Project: Flink
>  Issue Type: Improvement
>  Components: Deployment / YARN
>Reporter: Yangze Guo
>Assignee: Yangze Guo
>Priority: Major
> Fix For: 1.12.0
>
>
> Since Flink drops support for Hadoop 1 since FLINK-4895, it would be good to 
> mitigate the use of reflection in {{HadoopModule}}. To be specific, we could 
> make sure the following methods exist in Hadoop 2+:
> - Credentials#getAllTokens
> - Credentials#readTokenStorageFile
> - UserGroupInformation#addCredentials



--
This message was sent by Atlassian Jira
(v8.3.4#803005)