Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 426 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 426 Bytes

Provides a base Docker image for Samza jobs running on Mesos. The base image includes an Oracle Java7 JVM and the native Mesos libraries, which the Samza job Mesos framework needs to communicate with the Mesos master.

Usage

Use as the FROM image in your Samza job's Dockerfile:

FROM banno/samza-mesos:0.21.1

#Include the rest of your Samza job...