GitHub user aljoscha opened a pull request:
https://github.com/apache/flink/pull/1644
[FLINK-3400] Move RocksDB Copy Utils to flink-streaming-java
They are not specific to RocksDB, just utilities for copying local
folders to/from HDFS. Moving them to flink-streaming-java means that
they are always in the classpath of the TaskManager, not only in the
user-code jar when using RocksDB. If they are only in the user-code jar
the external process runner cannot find the class files, leading to
ClassNotFoundExceptions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aljoscha/flink rocksdb-fix-copy-utils
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1644.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 #1644
----
commit 6dfdf5d643d9df2598b25f61134e24ab37ecb7df
Author: Aljoscha Krettek <[email protected]>
Date: 2016-02-15T12:57:15Z
[FLINK-3400] Move RocksDB Copy Utils to flink-streaming-java
They are not specific to RocksDB, just utilities for copying local
folders to/from HDFS. Moving them to flink-streaming-java means that
they are always in the classpath of the TaskManager, not only in the
user-code jar when using RocksDB. If they are only in the user-code jar
the external process runner cannot find the class files, leading to
ClassNotFoundExceptions.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---