nicolautahan opened a new pull request #5:
URL: https://github.com/apache/flink-statefun-docker/pull/5


   In our company we've been using the Apache Flink DataStream API for a while 
now and we have a shared library containing not only classes for our Flink 
projects but as well as data models and etc. That shared library is compiled 
for Scala 2.11.
   
   When we decided to try out Flink StateFun we ran into a problem that our 
library wasn't compatible with the base Flink image that the StateFun images 
were build upon. However we tried a proof-of-concept forking your base images 
but changing the base image to `flink-1.10.1-scala_2.11` and everything seemed 
to workout just fine. So we're running with it.
   
   In this PR I've added another step to `add-version.sh` to also build the 
version Dockerfile with a image from `${FLINK_VERSION}-scala_2.11` and reran 
the commands
   ```
   ./add-version.sh -s 2.0.0 -f 1.10.0
   ./add-version.sh -s 2.1.0 -f 1.10.1
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to