spark git commit: SPARK-5983 [WEBUI] Don't respond to HTTP TRACE in HTTP-based UIs

2015-02-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master b36b1bc22 - f91298e2c SPARK-5983 [WEBUI] Don't respond to HTTP TRACE in HTTP-based UIs Disallow TRACE HTTP method in servlets Author: Sean Owen so...@cloudera.com Closes #4765 from srowen/SPARK-5983 and squashes the following commits:

spark git commit: SPARK-1965 [WEBUI] Spark UI throws NPE on trying to load the app page for non-existent app

2015-02-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master f91298e2c - 86fcdaef6 SPARK-1965 [WEBUI] Spark UI throws NPE on trying to load the app page for non-existent app Don't throw NPE if appId is unknown. kayousterhout is this a decent enough band-aid for avoiding a full-blown NPE? it should

spark git commit: SPARK-6063 MLlib doesn't pass mvn scalastyle check due to UTF chars in LDAModel.scala

2015-02-28 Thread srowen
Repository: spark Updated Branches: refs/heads/master e6003f0a5 - b36b1bc22 SPARK-6063 MLlib doesn't pass mvn scalastyle check due to UTF chars in LDAModel.scala Remove unicode characters from MLlib file. Author: Michael Griffiths msjgriffi...@gmail.com Author: Griffiths, Michael (NYC-RPM)

spark git commit: [SPARK-5775] [SQL] BugFix: GenericRow cannot be cast to SpecificMutableRow when nested data and partitioned table

2015-02-28 Thread lian
Repository: spark Updated Branches: refs/heads/branch-1.3 5a55c9604 - aa39460d4 [SPARK-5775] [SQL] BugFix: GenericRow cannot be cast to SpecificMutableRow when nested data and partitioned table This PR adapts anselmevignon's #4697 to master and branch-1.3. Please refer to PR description of

spark git commit: [SPARK-5775] [SQL] BugFix: GenericRow cannot be cast to SpecificMutableRow when nested data and partitioned table

2015-02-28 Thread lian
Repository: spark Updated Branches: refs/heads/master 916825981 - e6003f0a5 [SPARK-5775] [SQL] BugFix: GenericRow cannot be cast to SpecificMutableRow when nested data and partitioned table This PR adapts anselmevignon's #4697 to master and branch-1.3. Please refer to PR description of

spark git commit: SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsException

2015-02-28 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.3 aa39460d4 - 317694ccf SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsException Fix TimSort bug which causes a ArrayOutOfBoundsException. Using the proposed fix here

spark git commit: SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsException

2015-02-28 Thread rxin
Repository: spark Updated Branches: refs/heads/master 86fcdaef6 - 643300a6e SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsException Fix TimSort bug which causes a ArrayOutOfBoundsException. Using the proposed fix here

spark git commit: [SPARK-6075] Fix bug in that caused lost accumulator updates: do not store WeakReferences in localAccums map

2015-02-28 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 643300a6e - 2df5f1f00 [SPARK-6075] Fix bug in that caused lost accumulator updates: do not store WeakReferences in localAccums map This fixes a non-deterministic bug introduced in #4021 that could cause tasks' accumulator updates to be