spark-instrumented-optimizer/python
Matei Zaharia 0b85516781 SPARK-1421. Make MLlib work on Python 2.6
The reason it wasn't working was passing a bytearray to stream.write(), which is not supported in Python 2.6 but is in 2.7. (This array came from NumPy when we converted data to send it over to Java). Now we just convert those bytearrays to strings of bytes, which preserves nonprintable characters as well.

Author: Matei Zaharia <matei@databricks.com>

Closes #335 from mateiz/mllib-python-2.6 and squashes the following commits:

f26c59f [Matei Zaharia] Update docs to no longer say we need Python 2.7
a84d6af [Matei Zaharia] SPARK-1421. Make MLlib work on Python 2.6
2014-04-05 20:52:05 -07:00
..
examples Merge pull request #562 from jyotiska/master. Closes #562. 2014-02-08 23:36:48 -08:00
lib Changes on top of Prashant's patch. 2014-01-03 18:30:17 -08:00
pyspark SPARK-1421. Make MLlib work on Python 2.6 2014-04-05 20:52:05 -07:00
test_support License headers 2013-12-09 16:41:01 -08:00
.gitignore Rename top-level 'pyspark' directory to 'python' 2013-01-01 15:05:00 -08:00
epydoc.conf Fix some Python docs and make sure to unset SPARK_TESTING in Python 2013-12-29 20:15:07 -05:00
run-tests SPARK-1336 Reducing the output of run-tests script. 2014-03-29 23:03:03 -07:00