[
https://issues.apache.org/jira/browse/FLINK-4315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15536348#comment-15536348
]
Greg Hogan commented on FLINK-4315:
-----------------------------------
>From the coding guidelines (http://flink.apache.org/contribute-code.html): "No
>WIP pull requests. We consider pull requests as requests to merge the
>referenced code as is into the current stable master branch. Therefore, a pull
>request should not be “work in progress”. Open a pull request if you are
>confident that it can be merged into the current master branch without
>problems. If you rather want comments on your code, post a link to your
>working branch."
I like the alternative recommendation to open then close a pull request a good
alternative to linking to a user's working branch given the potential delay
before future consideration for the next major release.
> Remove Hadoop Dependency from flink-java
> ----------------------------------------
>
> Key: FLINK-4315
> URL: https://issues.apache.org/jira/browse/FLINK-4315
> Project: Flink
> Issue Type: Sub-task
> Components: Java API
> Reporter: Stephan Ewen
> Assignee: Evgeny Kincharov
> Fix For: 2.0.0
>
>
> The API projects should be independent of Hadoop, because Hadoop is not an
> integral part of the Flink stack, and we should have the option to offer
> Flink without Hadoop dependencies.
> The current batch APIs have a hard dependency on Hadoop, mainly because the
> API has utility methods like `readHadoopFile(...)`.
> I suggest to remove those methods and instead add helpers in the
> `flink-hadoop-compatibility` project.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)