[GitHub] spark pull request: Added support for accessing secured HDFS

2014-08-06 Thread dkanoafry
Github user dkanoafry commented on the pull request: https://github.com/apache/spark/pull/265#issuecomment-51365398 hi, whatever happened to this PR? I am interested in reading data from secure HDFS into spark running on Mesos... --- If your project is set up for it, you can reply

[GitHub] spark pull request: SPARK-1703 Warn users if Spark is run on JRE6 ...

2014-05-06 Thread dkanoafry
Github user dkanoafry commented on a diff in the pull request: https://github.com/apache/spark/pull/627#discussion_r12326286 --- Diff: make-distribution.sh --- @@ -50,6 +50,20 @@ if [ $? == -1 ] ;then exit -1; fi +if [ -z ${JAVA_HOME} ]; then + echo

[GitHub] spark pull request: Reset the thread classLoader in the Mesos Exec...

2014-05-02 Thread dkanoafry
Github user dkanoafry commented on the pull request: https://github.com/apache/spark/pull/620#issuecomment-42093656 fwiw, I experienced the same error with branch-1.0 and mesos 0.17, and applying the patch in this PR fixes the problem. --- If your project is set up for it, you can