We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfa6f1 commit 08e900bCopy full SHA for 08e900b
docs/ml-guide.md
@@ -62,7 +62,7 @@ project and read the [netlib-java](https://github.com/fommil/netlib-java) docume
62
platform's additional installation instructions.
63
64
Some popular native BLAS (e.g. Intel MKL, OpenBLAS) are based on multi-threading, which will conflict with Spark.
65
-To use multi-threading based native BLAS, you must set it to use single thread first.
+To use multi-threading based native BLAS, you must set it to use single thread first (SPARK-21305).
66
67
To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.4 or newer.
68
0 commit comments