Skip to content

Commit d0d94e1

Browse files
author
Peng Meng
committed
disable multi-threading in spark-env.sh
1 parent 5800144 commit d0d94e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conf/spark-env.sh.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@
6161
# - SPARK_IDENT_STRING A string representing this instance of spark. (Default: $USER)
6262
# - SPARK_NICENESS The scheduling priority for daemons. (Default: 0)
6363
# - SPARK_NO_DAEMONIZE Run the proposed command in the foreground. It will not output a PID file.
64+
# Options for native BLAS, like Intel MKL, OpenBLAS, and so on.
65+
# You shoud enable these options if use native BLAS (SPARK-21305).
66+
# - MKL_NUM_THREADS=1 Disable multi-threading of Intel MKL
67+
# - OPENBLAS_NUM_THREADS=1 Disable multi-threading of OpenBLAS

0 commit comments

Comments
 (0)