Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
1.4.2 (#55)
Browse files Browse the repository at this point in the history
* Added go fmt to build_cli.sh.

* Added Flink 1.4.2.
  • Loading branch information
joerg84 authored May 16, 2018
1 parent 94df04b commit 11e3788
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions cli/dcos-flink/tools/build_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CLI_EXE_NAME=dcos-flink-service
# go
cd ..

go fmt
go get

CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags="-s -w" -o $CLI_EXE_NAME".exe"
Expand Down
10 changes: 5 additions & 5 deletions container/appmaster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ RUN chmod -R ugo+rw /var/log/
WORKDIR /

# Copy custom build to image.
COPY flink/flink-dist/target/flink-1.4.1-bin/ .
COPY flink/flink-dist/target/flink-1.4.2-bin/ .

# Copy base Flink configuration to image.
COPY conf/ flink-1.4.1/conf/
COPY conf/ flink-1.4.2/conf/

WORKDIR flink-1.4.1
WORKDIR flink-1.4.2

ENV FLINK_HOME /flink-1.4.1
ENV FLINK_CONF_DIR /flink-1.4.1/conf
ENV FLINK_HOME /flink-1.4.2
ENV FLINK_CONF_DIR /flink-1.4.2/conf
2 changes: 1 addition & 1 deletion container/appmaster/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGENAME = dcos-flink:1.4.0-1.0
IMAGENAME = dcos-flink:1.4.2-1.0

build: build-flink build-container

Expand Down
2 changes: 1 addition & 1 deletion container/appmaster/flink
Submodule flink updated 485 files
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packagingVersion": "3.0",

"name": "flink",
"version": "1.2.dev@55d6061",
"version": "1.4.2-1.0",
"description": "Apache Flink® is an open source platform for distributed stream and batch data processing.",
"framework": true,
"website": "http://flink.apache.org/",
Expand Down
2 changes: 1 addition & 1 deletion service/resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"assets": {
"container": {
"docker": {
"flink": "mesosphere/dcos-flink:1.4.0-1.0",
"flink": "mesosphere/dcos-flink:1.4.2-1.0",
"internal": "openjdk:8-jre"
}
}
Expand Down

0 comments on commit 11e3788

Please sign in to comment.