Skip to content

Commit

Permalink
tweak spelling and docker hub sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacAttack committed Nov 4, 2024
1 parent 04bd31c commit 63b93cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docker/docker-compose-single-dc-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
retries: 5

venice-controller:
image: venicedb/venice-controller:0.4.263
image: venicedb/venice-controller:0.4.340
container_name: venice-controller
hostname: venice-controller
depends_on:
Expand All @@ -41,7 +41,7 @@ services:
retries: 5

venice-server:
image: venicedb/venice-server:0.4.263
image: venicedb/venice-server:0.4.340
container_name: venice-server
hostname: venice-server
depends_on:
Expand All @@ -55,7 +55,7 @@ services:
retries: 5

venice-router:
image: venicedb/venice-router:0.4.263
image: venicedb/venice-router:0.4.340
container_name: venice-router
hostname: venice-router
depends_on:
Expand All @@ -69,7 +69,7 @@ services:
retries: 5

venice-client:
image: venicedb/venice-client:0.4.263
image: venicedb/venice-client:0.4.340
container_name: venice-client
hostname: venice-client
tty: true
Expand All @@ -81,7 +81,7 @@ services:
build:
args:
spark_version: 3.1.2
image: venicedb/venice-client-jupyter:latest-dev
image: venicedb/venice-client-jupyter:0.4.340
container_name: venice-client-jupyter
hostname: venice-client-jupyter
ports:
Expand Down
4 changes: 2 additions & 2 deletions docker/venice-client-jupyter/Venice_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"\n",
"### What is Spark?\n",
"\n",
"[Apache Spark](https://spark.apache.org/) is an open sourced data processing engine that is quite popular. It enables users to set up data processing jobs in a distributed manner on a cluster (if you're familiar with Hadoop you probably understand some of the core concepts). Venice supports writing data to a Venice store via Spark, and we will show case that capability here. In the below cell, we'll use python and pyspark as our means to programmatically interact with a spark cluster that is running as part of this demo.\n",
"[Apache Spark](https://spark.apache.org/) is an open source data processing engine that is quite popular. It enables users to set up data processing jobs in a distributed manner on a cluster (if you're familiar with Hadoop you probably understand some of the core concepts). Venice supports writing data to a Venice store via Spark, and we will show case that capability here. In the below cell, we'll use python and pyspark as our means to programmatically interact with a spark cluster that is running as part of this demo.\n",
"\n",
"### What is our dataset?\n",
"\n",
Expand Down Expand Up @@ -271,7 +271,7 @@
"metadata": {},
"source": [
"<div style=\"background-color:rgba(0, 0, 0, 0.0470588);\">\n",
"And now finall, let's query this dataset from Venice!!\n",
"And now finally, let's query this dataset from Venice!!\n",
" </div>"
]
},
Expand Down

0 comments on commit 63b93cb

Please sign in to comment.