Skip to content

Commit 5d80975

Browse files
committed
Update docker image for k8s launcher
Signed-off-by: Khor Shu Heng <khor.heng@gojek.com>
1 parent 23c5005 commit 5d80975

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/python/feast/pyspark/launchers/k8s/k8s.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def historical_feature_retrieval(
218218
job_type=HISTORICAL_RETRIEVAL_JOB_TYPE,
219219
main_application_file=pyspark_script_path,
220220
main_class=None,
221-
packages=job_params.get_extra_packages(),
221+
packages=[],
222222
jars=[],
223223
extra_metadata={METADATA_OUTPUT_URI: job_params.get_destination_path()},
224224
arguments=job_params.get_arguments(),

sdk/python/feast/pyspark/launchers/k8s/k8s_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def _cancel_job_by_id(api: CustomObjectsApi, namespace: str, job_id: str):
256256
spec:
257257
type: Scala
258258
mode: cluster
259-
image: "gcr.io/kf-feast/spark-py:v3.0.1"
259+
image: "gcr.io/kf-feast/spark-py-extra:v3.0.1"
260260
imagePullPolicy: Always
261261
sparkVersion: "3.0.1"
262262
timeToLiveSeconds: 3600

0 commit comments

Comments
 (0)