Skip to content

Commit 3a81b93

Browse files
committed
Version 1.0.3
1 parent 2b1ab8b commit 3a81b93

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lazy val root = Project(id = "spark-cyclone-sql-plugin", base = file("."))
2323
.configs(VectorEngine)
2424
.configs(TPC)
2525
.configs(CMake)
26-
.settings(version := "1.0.3-SNAPSHOT")
26+
.settings(version := "1.0.3")
2727

2828
lazy val tracing = project
2929
.enablePlugins(JavaServerAppPackaging)

rddbench/run_rddbench.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ time $SPARK_HOME/bin/spark-submit \
88
--deploy-mode cluster \
99
--name RDDBench \
1010
--conf spark.com.nec.spark.ncc.path=/opt/nec/ve/bin/ncc \
11-
--jars ../target/scala-2.12/spark-cyclone-sql-plugin-assembly-1.0.3-SNAPSHOT.jar \
12-
--conf spark.executor.extraClassPath=../target/scala-2.12/spark-cyclone-sql-plugin-assembly-1.0.3-SNAPSHOT.jar \
11+
--jars ../target/scala-2.12/spark-cyclone-sql-plugin-assembly-1.0.3.jar \
12+
--conf spark.executor.extraClassPath=../target/scala-2.12/spark-cyclone-sql-plugin-assembly-1.0.3.jar \
1313
--conf spark.rpc.message.maxSize=1024 \
1414
--conf spark.plugins=com.nec.spark.AuroraSqlPlugin \
1515
--conf spark.sql.columnVector.offheap.enabled=true \
@@ -19,7 +19,6 @@ time $SPARK_HOME/bin/spark-submit \
1919
--conf spark.executorEnv.VE_OMP_NUM_THREADS=1 \
2020
--conf spark.yarn.maxAppAttempts=1 \
2121
--conf spark.task.maxFailures=1 \
22-
--conf spark.executorEnv.VE_MALLOC_MMAP_THRESHOLD_=1048576 \
2322
target/scala-2.12/rddbench_2.12-0.1.jar \
2423
$*
2524

0 commit comments

Comments
 (0)