Skip to content

Commit

Permalink
address comments and fix path error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacAttack committed Nov 1, 2024
1 parent 64000ff commit 9c80907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-single-dc-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:
build:
args:
spark_version: 3.1.2
image: venice-client-jupyter
image: venicedb/venice-client-jupyter:latest-dev
container_name: venice-client-jupyter
hostname: venice-client-jupyter
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/venice-client-jupyter/batch-push-job.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ controller.request.retry.attempts=5
venice.writer.close.timeout.ms=500
push.job.status.upload.enable=false
poll.job.status.interval.ms=1000
data.writer.compute.job.class=com.linkedin.venice.hadoop.spark.datawriter.jobs.DataWriterSparkJob
data.writer.compute.job.class=com.linkedin.venice.spark.datawriter.jobs.DataWriterSparkJob
spark.native.input.format.enabled=true

0 comments on commit 9c80907

Please sign in to comment.