Skip to content

Commit 2ef42a2

Browse files
committed
upgraded to apache-beam 2.33.0
1 parent cd34b01 commit 2ef42a2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: deployment.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: spark-beam-jobserver
19-
image: apache/beam_spark_job_server:2.32.0
19+
image: apache/beam_spark_job_server:2.33.0
2020
imagePullPolicy: Always
2121
ports:
2222
- containerPort: 8099
@@ -49,10 +49,10 @@ spec:
4949
type: NodePort
5050
ports:
5151
- port: 8099
52-
nodePort: 30090
52+
nodePort: 32090
5353
name: job-service
5454
- port: 8098
55-
nodePort: 30091
55+
nodePort: 32091
5656
name: artifacts
5757
# type: ClusterIP
5858
# ports:

Diff for: example.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run():
2323
"--artifact_endpoint=10.0.2.15:30091",
2424
"--save_main_session",
2525
"--environment_type=DOCKER",
26-
"--environment_config=docker.io/apache/beam_python3.7_sdk:2.32.0"
26+
"--environment_config=docker.io/apache/beam_python3.7_sdk:2.33.0"
2727

2828
])
2929

Diff for: readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
### Run Example
4444
- Install Apache beam python library
4545
```
46-
pip install apache-beam==2.30.0
46+
pip install apache-beam==2.33.0
4747
```
4848
- Get the IP and input it into example.py for --job_endpoint and --artifact_endpoint. No need to change to the port number
4949
```

0 commit comments

Comments
 (0)