Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Issue #32
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasters committed Feb 14, 2019
1 parent 7e3652b commit 936c013
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/main/java/org/kettle/beam/metastore/BeamJobConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,44 +125,63 @@ public class BeamJobConfig {
//
// Flink options
//
@MetaStoreAttribute
private String flinkMaster;

@MetaStoreAttribute
private String flinkParallelism;

@MetaStoreAttribute
private String flinkCheckpointingInterval;

@MetaStoreAttribute
private String flinkCheckpointingMode;

@MetaStoreAttribute
private String flinkCheckpointTimeoutMillis;

@MetaStoreAttribute
private String flinkMinPauseBetweenCheckpoints;

@MetaStoreAttribute
private String flinkNumberOfExecutionRetries;

@MetaStoreAttribute
private String flinkExecutionRetryDelay;

@MetaStoreAttribute
private String flinkObjectReuse;

@MetaStoreAttribute
private String flinkStateBackend;

@MetaStoreAttribute
private String flinkEnableMetrics;

@MetaStoreAttribute
private String flinkExternalizedCheckpointsEnabled;

@MetaStoreAttribute
private String flinkRetainExternalizedCheckpointsOnCancellation;

@MetaStoreAttribute
private String flinkMaxBundleSize;

@MetaStoreAttribute
private String flinkMaxBundleTimeMills;

@MetaStoreAttribute
private String flinkShutdownSourcesOnFinalWatermark;

@MetaStoreAttribute
private String flinkLatencyTrackingInterval;

@MetaStoreAttribute
private String flinkAutoWatermarkInterval;

@MetaStoreAttribute
private String flinkExecutionModeForBatch;


public BeamJobConfig() {
parameters = new ArrayList<>();
Expand Down

0 comments on commit 936c013

Please sign in to comment.