spark git commit: [SPARK-7475] [MLLIB] adjust ldaExample for online LDA

2015-05-09 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-1.4 5110f3efe -> e96fc8630 [SPARK-7475] [MLLIB] adjust ldaExample for online LDA jira: https://issues.apache.org/jira/browse/SPARK-7475 Add a new argument to specify the algorithm applied to LDA, to exhibit the basic usage of LDAOptimizer

spark git commit: [SPARK-7475] [MLLIB] adjust ldaExample for online LDA

2015-05-09 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master bd74301ff -> b13162b36 [SPARK-7475] [MLLIB] adjust ldaExample for online LDA jira: https://issues.apache.org/jira/browse/SPARK-7475 Add a new argument to specify the algorithm applied to LDA, to exhibit the basic usage of LDAOptimizer. c

spark git commit: [BUILD] Reference fasterxml.jackson.version in sql/core/pom.xml

2015-05-09 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.4 6c5b9ffda -> 5110f3efe [BUILD] Reference fasterxml.jackson.version in sql/core/pom.xml Author: tedyu Closes #6031 from tedyu/master and squashes the following commits: 5c2580c [tedyu] Reference fasterxml.jackson.version in sql/core/p

spark git commit: [BUILD] Reference fasterxml.jackson.version in sql/core/pom.xml

2015-05-09 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 3071aac38 -> bd74301ff [BUILD] Reference fasterxml.jackson.version in sql/core/pom.xml Author: tedyu Closes #6031 from tedyu/master and squashes the following commits: 5c2580c [tedyu] Reference fasterxml.jackson.version in sql/core/pom.x

spark git commit: Upgrade version of jackson-databind in sql/core/pom.xml

2015-05-09 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.4 5dbc7bbe3 -> 6c5b9ffda Upgrade version of jackson-databind in sql/core/pom.xml Currently version of jackson-databind in sql/core/pom.xml is 2.3.0 This is older than the version specified in root pom.xml This PR upgrades the version in

spark git commit: Upgrade version of jackson-databind in sql/core/pom.xml

2015-05-09 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 7d0f17208 -> 3071aac38 Upgrade version of jackson-databind in sql/core/pom.xml Currently version of jackson-databind in sql/core/pom.xml is 2.3.0 This is older than the version specified in root pom.xml This PR upgrades the version in sql

spark git commit: [STREAMING] [DOCS] Fix wrong url about API docs of StreamingListener

2015-05-09 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.4 869a52d9c -> 5dbc7bbe3 [STREAMING] [DOCS] Fix wrong url about API docs of StreamingListener A little fix about wrong url of the API document. (org.apache.spark.streaming.scheduler.StreamingListener) Author: dobashim Closes #6024 fro

spark git commit: [STREAMING] [DOCS] Fix wrong url about API docs of StreamingListener

2015-05-09 Thread srowen
Repository: spark Updated Branches: refs/heads/master 12b95abc7 -> 7d0f17208 [STREAMING] [DOCS] Fix wrong url about API docs of StreamingListener A little fix about wrong url of the API document. (org.apache.spark.streaming.scheduler.StreamingListener) Author: dobashim Closes #6024 from do

spark git commit: [SPARK-7403] [WEBUI] Link URL in objects on Timeline View is wrong in case of running on YARN

2015-05-09 Thread srowen
Repository: spark Updated Branches: refs/heads/master dda6d9f40 -> 12b95abc7 [SPARK-7403] [WEBUI] Link URL in objects on Timeline View is wrong in case of running on YARN When we use Spark on YARN and have AllJobPage via ResourceManager's proxy, the link URL in objects which represent each j

spark git commit: [SPARK-7403] [WEBUI] Link URL in objects on Timeline View is wrong in case of running on YARN

2015-05-09 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.4 b0460f414 -> 869a52d9c [SPARK-7403] [WEBUI] Link URL in objects on Timeline View is wrong in case of running on YARN When we use Spark on YARN and have AllJobPage via ResourceManager's proxy, the link URL in objects which represent ea

spark git commit: [SPARK-7438] [SPARK CORE] Fixed validation of relativeSD in countApproxDistinct

2015-05-09 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.4 25972d371 -> b0460f414 [SPARK-7438] [SPARK CORE] Fixed validation of relativeSD in countApproxDistinct Author: Vinod K C Closes #5974 from vinodkc/fix_countApproxDistinct_Validation and squashes the following commits: 3a3d59c [Vinod

spark git commit: [SPARK-7438] [SPARK CORE] Fixed validation of relativeSD in countApproxDistinct

2015-05-09 Thread srowen
Repository: spark Updated Branches: refs/heads/master 299262384 -> dda6d9f40 [SPARK-7438] [SPARK CORE] Fixed validation of relativeSD in countApproxDistinct Author: Vinod K C Closes #5974 from vinodkc/fix_countApproxDistinct_Validation and squashes the following commits: 3a3d59c [Vinod K C