Skip to content

Commit 1ffcd07

Browse files
committed
Remove Samza runner support
1 parent bc6dffe commit 1ffcd07

202 files changed

Lines changed: 23 additions & 23509 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ body:
7272
- label: "Component: Infrastructure"
7373
- label: "Component: Spark Runner"
7474
- label: "Component: Flink Runner"
75-
- label: "Component: Samza Runner"
75+
- label: "Component: Prism Runner"
7676
- label: "Component: Twister2 Runner"
7777
- label: "Component: Hazelcast Jet Runner"
7878
- label: "Component: Google Cloud Dataflow Runner"

.github/ISSUE_TEMPLATE/failing_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ body:
7878
- label: "Component: Infrastructure"
7979
- label: "Component: Spark Runner"
8080
- label: "Component: Flink Runner"
81-
- label: "Component: Samza Runner"
81+
- label: "Component: Prism Runner"
8282
- label: "Component: Twister2 Runner"
8383
- label: "Component: Hazelcast Jet Runner"
8484
- label: "Component: Google Cloud Dataflow Runner"

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ body:
6666
- label: "Component: Infrastructure"
6767
- label: "Component: Spark Runner"
6868
- label: "Component: Flink Runner"
69-
- label: "Component: Samza Runner"
69+
- label: "Component: Prism Runner"
7070
- label: "Component: Twister2 Runner"
7171
- label: "Component: Hazelcast Jet Runner"
7272
- label: "Component: Google Cloud Dataflow Runner"

.github/ISSUE_TEMPLATE/task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ body:
6767
- label: "Component: Infrastructure"
6868
- label: "Component: Spark Runner"
6969
- label: "Component: Flink Runner"
70-
- label: "Component: Samza Runner"
70+
- label: "Component: Prism Runner"
7171
- label: "Component: Twister2 Runner"
7272
- label: "Component: Hazelcast Jet Runner"
7373
- label: "Component: Google Cloud Dataflow Runner"

.github/autolabeler.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,5 @@ io: ["sdks/go/pkg/beam/io/**/*", "sdks/java/io/**/*", "sdks/python/apache_beam/
8989
"local": ["runners/local-java/**/*"]
9090
"portability": ["runners/portability/**/*"]
9191
"prism": ["runners/prism/**/*", "sdks/go/pkg/beam/runners/prism/**/*", "sdks/go/cmd/prism/**/*", "sdks/python/apache_beam/runners/portability/prism_runner.py","sdks/python/apache_beam/runners/portability/prism_runner_test.py"]
92-
"samza": ["runners/samza/**/*"]
9392
"spark": ["runners/spark/**/*", "sdks/go/pkg/beam/runners/spark/**/*"]
9493
"twister2": ["runners/twister2/**/*"]

.github/issue-rules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ rules:
5252
addLabels: ['spark']
5353
- contains: '[x] Component: Flink'
5454
addLabels: ['flink']
55-
- contains: '[x] Component: Samza'
56-
addLabels: ['samza']
55+
- contains: '[x] Component: Prism'
56+
addLabels: ['prism']
5757
- contains: '[x] Component: Twister2'
5858
addLabels: ['twister2']
5959
- contains: '[x] Component: Hazelcast'

.github/trigger_files/beam_PostCommit_Java_ValidatesRunner_Samza.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/README.md

Lines changed: 0 additions & 5 deletions
Large diffs are not rendered by default.

.github/workflows/beam_PostCommit_Go_VR_Samza.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.github/workflows/beam_PostCommit_Java_PVR_Samza.yml

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)