GitHub user jeromepasvantis opened a pull request:
https://github.com/apache/incubator-samoa/pull/78
Flink-Adapter: fix reflection errors
We were investigating on the issue that SAMOA didn't work with the current
Flink version and had issues with the serialization because some of the classes
of the classifiers were not set to public.
Therefore we propose to change the modifiers to public if there is no
reason (we couldn't come up with one) that speaks against it.
Cheers
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jeromepasvantis/incubator-samoa master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-samoa/pull/78.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 #78
----
commit a56e6cf76c2fcbed8e8bf909233badff8c197799
Author: muenchto <tobi.muench@...>
Date: 2018-06-06T16:26:25Z
fix reflection error: make classes in classifiers.trees public
----
---