[3/3] spark git commit: [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFrames

2015-02-14 Thread rxin
[SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFrames - The old implicit would convert RDDs directly to DataFrames, and that added too many methods. - toDataFrame - toDF - Dsl - functions - implicits moved into SQLContext.implicits - addColumn - withColumn - renameColumn -

[2/3] spark git commit: [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFrames

2015-02-14 Thread rxin
http://git-wip-us.apache.org/repos/asf/spark/blob/e98dfe62/sql/core/src/main/scala/org/apache/spark/sql/DataFrameImpl.scala -- diff --git a/sql/core/src/main/scala/org/apache/spark/sql/DataFrameImpl.scala

spark git commit: SPARK-5819 Backported the fix described in SPARK-5805

2015-02-14 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.2 26410a2d3 - f9d8c5e3f SPARK-5819 Backported the fix described in SPARK-5805 Fixes SPARK-5819 Author: Emre Sevinç emre.sev...@gmail.com Closes #4605 from emres/SPARK-5819 and squashes the following commits: 33bd4b6 [Emre Sevinç]

spark git commit: SPARK-5822 [BUILD] cannot import src/main/scala src/test/scala into eclipse as source folder

2015-02-14 Thread srowen
Repository: spark Updated Branches: refs/heads/master 15a2ab5f8 - ed5f4bb7c SPARK-5822 [BUILD] cannot import src/main/scala src/test/scala into eclipse as source folder When import the whole project into eclipse as maven project, found that the src/main/scala src/test/scala can not

[2/2] spark git commit: Revise formatting of previous commit f80e2629bb74bc62960c61ff313f7e7802d61319

2015-02-14 Thread srowen
Revise formatting of previous commit f80e2629bb74bc62960c61ff313f7e7802d61319 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/15a2ab5f Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/15a2ab5f Diff:

[1/2] spark git commit: [SPARK-5800] Streaming Docs. Change linked files according the selected language

2015-02-14 Thread srowen
Repository: spark Updated Branches: refs/heads/master e98dfe627 - 15a2ab5f8 [SPARK-5800] Streaming Docs. Change linked files according the selected language Currently, Spark Streaming Programming Guide after updateStateByKey explanation links to file stateful_network_wordcount.py and note

[1/2] spark git commit: [SPARK-5800] Streaming Docs. Change linked files according the selected language

2015-02-14 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.3 ba91bf5f4 - 1945fcfd9 [SPARK-5800] Streaming Docs. Change linked files according the selected language Currently, Spark Streaming Programming Guide after updateStateByKey explanation links to file stateful_network_wordcount.py and

[2/2] spark git commit: Revise formatting of previous commit f80e2629bb74bc62960c61ff313f7e7802d61319

2015-02-14 Thread srowen
Revise formatting of previous commit f80e2629bb74bc62960c61ff313f7e7802d61319 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1945fcfd Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1945fcfd Diff:

spark git commit: SPARK-3290 [GRAPHX] No unpersist callls in SVDPlusPlus

2015-02-14 Thread ankurdave
Repository: spark Updated Branches: refs/heads/branch-1.3 152147f5f - db5747921 SPARK-3290 [GRAPHX] No unpersist callls in SVDPlusPlus This just unpersist()s each RDD in this code that was cache()ed. Author: Sean Owen so...@cloudera.com Closes #4234 from srowen/SPARK-3290 and squashes the

[2/3] spark git commit: [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFrames

2015-02-14 Thread rxin
http://git-wip-us.apache.org/repos/asf/spark/blob/ba91bf5f/sql/core/src/main/scala/org/apache/spark/sql/DataFrameImpl.scala -- diff --git a/sql/core/src/main/scala/org/apache/spark/sql/DataFrameImpl.scala

[3/3] spark git commit: [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFrames

2015-02-14 Thread rxin
[SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFrames - The old implicit would convert RDDs directly to DataFrames, and that added too many methods. - toDataFrame - toDF - Dsl - functions - implicits moved into SQLContext.implicits - addColumn - withColumn - renameColumn -

[1/3] spark git commit: [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFrames

2015-02-14 Thread rxin
Repository: spark Updated Branches: refs/heads/master 0ce4e430a - e98dfe627 http://git-wip-us.apache.org/repos/asf/spark/blob/e98dfe62/sql/hive/src/test/scala/org/apache/spark/sql/hive/InsertIntoHiveTableSuite.scala -- diff