aboutsummaryrefslogtreecommitdiff
path: root/docs/mllib-guide.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@databricks.com>2014-01-15 14:20:39 -0800
committerMatei Zaharia <matei@databricks.com>2014-01-15 14:20:39 -0800
commit2ffdaefbcb7a3471c548c0584003c9cbffa1d625 (patch)
treed06da1f5d1107ffaee696735face77671c809311 /docs/mllib-guide.md
parent59f475c79fc8fd6d3485e4d0adf6768b6a9225a4 (diff)
downloadspark-2ffdaefbcb7a3471c548c0584003c9cbffa1d625.tar.gz
spark-2ffdaefbcb7a3471c548c0584003c9cbffa1d625.tar.bz2
spark-2ffdaefbcb7a3471c548c0584003c9cbffa1d625.zip
Clarify that Python 2.7 is only needed for MLlib
Diffstat (limited to 'docs/mllib-guide.md')
-rw-r--r--docs/mllib-guide.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/mllib-guide.md b/docs/mllib-guide.md
index 1a5c640d10..a22a22184b 100644
--- a/docs/mllib-guide.md
+++ b/docs/mllib-guide.md
@@ -21,7 +21,8 @@ depends on native Fortran routines. You may need to install the
if it is not already present on your nodes. MLlib will throw a linking error if it cannot
detect these libraries automatically.
-To use MLlib in Python, you will also need [NumPy](http://www.numpy.org) version 1.7 or newer.
+To use MLlib in Python, you will need [NumPy](http://www.numpy.org) version 1.7 or newer
+and Python 2.7.
# Binary Classification