Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrusso8 committed Sep 20, 2023
1 parent 05f19ae commit 5b1b7f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .env

This file was deleted.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ readme = "README.md"
homepage = "https://github.com/sjrusso8/spark-connect-rs"
repository = "https://github.com/sjrusso8/spark-connect-rs"
include = [
".env",
"build.rs",
"docker-compose.yml",
"examples/**/*",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: '3.7'
services:
spark:
image: "apache/spark:${SPARK_VERSION}-scala${SCALA_VERSION}-java${JAVA_VERSION}-r-${OS}"
image: "apache/spark:3.5.0-scala2.12-java11-r-ubuntu"
command:
- "/opt/spark/sbin/start-connect-server.sh"
- "--conf"
- "spark.driver.extraJavaOptions=-Divy.cache.dir=/tmp -Divy.home=/tmp"
- "--packages"
- "org.apache.spark:spark-connect_${SCALA_VERSION}:${SPARK_VERSION}"
- "org.apache.spark:spark-connect_2.12:3.5.0"
environment:
- SPARK_NO_DAEMONIZE=true
ports:
Expand Down

0 comments on commit 5b1b7f3

Please sign in to comment.