git commit: Fix for PR #195 for Java 6

2014-04-05 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 6e88583ae - 890d63bd4 Fix for PR #195 for Java 6 Use Java 6's recommended equivalent of Java 7's Logger.getGlobal() to retain Java 6 compatibility. See PR #195 Author: Sean Owen so...@cloudera.com Closes #334 from

git commit: SPARK-1421. Make MLlib work on Python 2.6

2014-04-05 Thread matei
Repository: spark Updated Branches: refs/heads/branch-0.9 d4df0765e - 139fc1a04 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