Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wmeddie committed Apr 6, 2022
1 parent 2b1ab8b commit 3a81b93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ lazy val root = Project(id = "spark-cyclone-sql-plugin", base = file("."))
.configs(VectorEngine)
.configs(TPC)
.configs(CMake)
.settings(version := "1.0.3-SNAPSHOT")
.settings(version := "1.0.3")

lazy val tracing = project
.enablePlugins(JavaServerAppPackaging)
Expand Down
5 changes: 2 additions & 3 deletions rddbench/run_rddbench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ time $SPARK_HOME/bin/spark-submit \
--deploy-mode cluster \
--name RDDBench \
--conf spark.com.nec.spark.ncc.path=/opt/nec/ve/bin/ncc \
--jars ../target/scala-2.12/spark-cyclone-sql-plugin-assembly-1.0.3-SNAPSHOT.jar \
--conf spark.executor.extraClassPath=../target/scala-2.12/spark-cyclone-sql-plugin-assembly-1.0.3-SNAPSHOT.jar \
--jars ../target/scala-2.12/spark-cyclone-sql-plugin-assembly-1.0.3.jar \
--conf spark.executor.extraClassPath=../target/scala-2.12/spark-cyclone-sql-plugin-assembly-1.0.3.jar \
--conf spark.rpc.message.maxSize=1024 \
--conf spark.plugins=com.nec.spark.AuroraSqlPlugin \
--conf spark.sql.columnVector.offheap.enabled=true \
Expand All @@ -19,7 +19,6 @@ time $SPARK_HOME/bin/spark-submit \
--conf spark.executorEnv.VE_OMP_NUM_THREADS=1 \
--conf spark.yarn.maxAppAttempts=1 \
--conf spark.task.maxFailures=1 \
--conf spark.executorEnv.VE_MALLOC_MMAP_THRESHOLD_=1048576 \
target/scala-2.12/rddbench_2.12-0.1.jar \
$*

Expand Down

0 comments on commit 3a81b93

Please sign in to comment.