Skip to content

Commit

Permalink
Add in driverExtraClassPath for standalone (NVIDIA#544)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graves <tgraves@nvidia.com>

Co-authored-by: Thomas Graves <tgraves@nvidia.com>
  • Loading branch information
tgravescs and tgravescs authored Aug 11, 2020
1 parent 30b7de6 commit 2058b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/get-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ overlapping I/O and computation.
$SPARK_HOME/bin/spark-shell \
--master spark://${MASTER_HOST}:7077 \
--conf spark.executor.extraClassPath=${SPARK_CUDF_JAR}:${SPARK_RAPIDS_PLUGIN_JAR} \
--conf spark.driver.extraClassPath=${SPARK_CUDF_JAR}:${SPARK_RAPIDS_PLUGIN_JAR} \
--conf spark.rapids.sql.concurrentGpuTasks=1 \
--driver-memory 2G \
--conf spark.executor.memory=4G \
Expand Down

0 comments on commit 2058b2d

Please sign in to comment.