[
https://issues.apache.org/jira/browse/FLINK-8390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329870#comment-16329870
]
ASF GitHub Bot commented on FLINK-8390:
---------------------------------------
GitHub user suez1224 opened a pull request:
https://github.com/apache/flink/pull/5306
[FLINK-8390][security]remove unused integration test code
## What is the purpose of the change
Remove unused integration test code from the main code.
## Brief change log
- Remove unused integration test code
## Verifying this change
- Run RollingSinkSecuredITCase, YARNSessionFIFOSecuredITCase,
Kafka09SecuredRunITCase, and all IT cases pass.
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (no)
- The serializers: ( no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / no / don't know)
- The S3 file system connector: ( no)
## Documentation
- Does this pull request introduce a new feature? ( no)
- If yes, how is the feature documented? (not applicable)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/suez1224/flink FLINK-8390
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5306.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5306
----
commit 8ded3878aa94a20dcdc0292a486111aab9c571b6
Author: Shuyi Chen <shuyi@...>
Date: 2018-01-18T00:56:54Z
remove unused integration test code
----
> Refactor Hadoop kerberos integration test code
> ----------------------------------------------
>
> Key: FLINK-8390
> URL: https://issues.apache.org/jira/browse/FLINK-8390
> Project: Flink
> Issue Type: Bug
> Components: Security
> Affects Versions: 1.5.0
> Reporter: Shuyi Chen
> Assignee: Shuyi Chen
> Priority: Major
>
> As suggested in [Flink-8270|
> https://issues.apache.org/jira/browse/FLINK-8270] and
> [Flink-8275|https://issues.apache.org/jira/browse/FLINK-8275], we want to
> refactor, possibly remove, the Hadoop-kerberos integration test code from the
> main code.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)