[
https://issues.apache.org/jira/browse/FLINK-10318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17173076#comment-17173076
]
Robert Metzger commented on FLINK-10318:
----------------------------------------
{{flink-container/docker}} has been removed in favor of "apache/flink-docker",
and the scripts there don't require a Hadoop version anymore.
I'm closing this ticket.
> Add option to build Hadoop-free job image to build.sh
> -----------------------------------------------------
>
> Key: FLINK-10318
> URL: https://issues.apache.org/jira/browse/FLINK-10318
> Project: Flink
> Issue Type: Improvement
> Components: Deployment / Docker
> Affects Versions: 1.6.0
> Reporter: Ufuk Celebi
> Priority: Minor
>
> When building a Job-specific image from a release via
> {{flink-container/docker/build.sh}}, we require to specify a Hadoop version:
> {code}
> ./build.sh
> --job-jar flink-job.jar
> --from-release
> --flink-version 1.6.0
> --hadoop-version 2.8 # <- currently required
> --scala-version 2.11
> --image-name flink-job
> {code}
> I think for many users a Hadoop-free build is a good default. We should
> consider supporting this out of the box with the {{build.sh}} script.
> The current work around would be to manually download the Hadoop-free release
> and build with the {{--from-archive}} flag.
> Another alternative would be to drop the {{from-release}} option and document
> how to build from an archive with links to the downloads.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)