spark git commit: [SPARK-10858] YARN: archives/jar/files rename with # doesn't work unl

2015-10-09 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 12b7191d2 -> 63c340a71 [SPARK-10858] YARN: archives/jar/files rename with # doesn't work unl https://issues.apache.org/jira/browse/SPARK-10858 The issue here is that in resolveURI we default to calling new

spark git commit: [SPARK-10858] YARN: archives/jar/files rename with # doesn't work unl

2015-10-09 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-1.5 f95129c17 -> 156ac2790 [SPARK-10858] YARN: archives/jar/files rename with # doesn't work unl https://issues.apache.org/jira/browse/SPARK-10858 The issue here is that in resolveURI we default to calling new

svn commit: r1707828 - in /spark: releases/_posts/2015-10-02-spark-release-1-5-1.md site/releases/spark-release-1-5-1.html

2015-10-09 Thread rxin
Author: rxin Date: Fri Oct 9 22:43:28 2015 New Revision: 1707828 URL: http://svn.apache.org/viewvc?rev=1707828=rev Log: added Felix Cheung to Spark 1.5.1 credit Modified: spark/releases/_posts/2015-10-02-spark-release-1-5-1.md spark/site/releases/spark-release-1-5-1.html Modified:

[2/2] spark git commit: [SPARK-8673] [LAUNCHER] API and infrastructure for communicating with child apps.

2015-10-09 Thread irashid
[SPARK-8673] [LAUNCHER] API and infrastructure for communicating with child apps. This change adds an API that encapsulates information about an app launched using the library. It also creates a socket-based communication layer for apps that are launched as child processes; the launching

[1/2] spark git commit: [SPARK-8673] [LAUNCHER] API and infrastructure for communicating with child apps.

2015-10-09 Thread irashid
Repository: spark Updated Branches: refs/heads/master 70f44ad2d -> 015f7ef50 http://git-wip-us.apache.org/repos/asf/spark/blob/015f7ef5/yarn/src/test/scala/org/apache/spark/deploy/yarn/BaseYarnClusterSuite.scala -- diff --git

spark git commit: [SPARK-10535] Sync up API for matrix factorization model between Scala and PySpark

2015-10-09 Thread davies
Repository: spark Updated Branches: refs/heads/master 63c340a71 -> c1b4ce432 [SPARK-10535] Sync up API for matrix factorization model between Scala and PySpark Support for recommendUsersForProducts and recommendProductsForUsers in matrix factorization model for PySpark Author: Vladimir

spark git commit: [SPARK-10855] [SQL] Add a JDBC dialect for Apache Derby

2015-10-09 Thread rxin
Repository: spark Updated Branches: refs/heads/master 015f7ef50 -> 12b7191d2 [SPARK-10855] [SQL] Add a JDBC dialect for Apache Derby marmbrus rxin This patch adds a JdbcDialect class, which customizes the datatype mappings for Derby backends. The patch also adds unit tests for the new

spark git commit: [SPARK-10905] [SPARKR] Export freqItems() for DataFrameStatFunctions

2015-10-09 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 5994cfe81 -> 70f44ad2d [SPARK-10905] [SPARKR] Export freqItems() for DataFrameStatFunctions [SPARK-10905][SparkR]: Export freqItems() for DataFrameStatFunctions - Add function (together with roxygen2 doc) to DataFrame.R and generics.R -