GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/2338
[FLINK-4316] [core] [hadoop compatibility] Make flink-core independent of Hadoop This pull request moves all 'Writable' related code to the 'flink-hadoop-compatibility' project and uses reflection in 'flink-core' to instantiate WritableTypeInfo when needed. The test are also moved and adjusted to reflect this. One remaining issue is how to instantiate the WritableTypeInfo from within the Scala Macros. I'd need @aljoscha or @tillrohrmann to look at this. You can merge this pull request into a Git repository by running: $ git pull https://github.com/StephanEwen/incubator-flink core_no_hadoop Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2338.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 #2338 ---- commit dc509d6d4b5388a40cdd13f7102daf4a7c932dba Author: Stephan Ewen <se...@apache.org> Date: 2016-08-05T10:56:41Z [hadoop compatibility] Remove unneeded dependency to 'flink-clients' Also includes minor code cleanups for warnings and more explicit serialization behavior. commit 538759b047b337c3f2199ac400790f9a15ed4200 Author: Stephan Ewen <se...@apache.org> Date: 2016-08-05T12:27:48Z [FLINK-4316] [core] [hadoop compatibility] Make flink-core independent of Hadoop This commit moves all 'Writable' related code to the 'flink-hadoop-compatibility' project and uses reflection in 'flink-core' to instantiate WritableTypeInfo when needed. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---