hazelcast / hazelcast-jet-docker

This repository contains Docker image for Hazelcast Jet open-source distributed computing platform built for high-performance stream processing and fast batch processing.
2 stars 12 forks source link

Web Modules is missing, can use HTTP with Jet docker image #2

Open neilstevenson opened 6 years ago

neilstevenson commented 6 years ago

IMDG dockerfile uses hazelcast-all so includes hazelcast-wm

Jet dockerfile only adds AWS

Download hazelcast-aws jars from maven repo.

ADD https://repo1.maven.org/maven2/com/hazelcast/hazelcast-aws/$HZ_AWS_VERSION/hazelcast-aws-$HZ_AWS_VERSION.jar $JET_HOME

So the HTTP modules can be used with IMDG docker image but not the Jet docker image.