Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 703 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 703 Bytes

Flink State Metadata Manipulation

Download

Download state-metadata-1.0.0.jar from Maven Central.

Usage

usage: java -jar state-metadata-1.0.0.jar --input.file old_metadata --output.file _metadata \
  --input.uri s3://old-bucket/old-savepoints/savepoint-b9888f-a23df1784fa3 \
  --output.uri s3://new-bucket/new-savepoints/savepoint-b9888f-a23df1784fa3

Requirements

Java and Maven

Build

mvn clean package

This repository is part of the example how-to guide: https://michalklempa.com/2020/03/move-flink-savepoint-to-different-s3-bucket/