[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24476792 --- Diff: sql/core/src/test/java/org/apache/spark/sql/sources/JavaSaveLoadSuite.java --- @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software Founda

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread watermen
Github user watermen commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24472324 --- Diff: sql/hive/src/test/java/org/apache/spark/sql/hive/JavaMetastoreDataSourcesSuite.java --- @@ -0,0 +1,147 @@ +/* + * Licensed to the Apache S

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread watermen
Github user watermen commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24472123 --- Diff: sql/core/src/test/java/org/apache/spark/sql/sources/JavaSaveLoadSuite.java --- @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/4446 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73820283 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73820280 [Test build #27244 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27244/consoleFull) for PR 4446 at commit [`f3a96f7`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24467869 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/commands.scala --- @@ -166,15 +160,82 @@ case class CreateMetastoreDataSourceAsSelect(

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24467856 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/commands.scala --- @@ -166,15 +160,82 @@ case class CreateMetastoreDataSourceAsSelect(

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73812456 [Test build #27235 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27235/consoleFull) for PR 4446 at commit [`225ff71`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73812469 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24463328 --- Diff: python/pyspark/sql/dataframe.py --- @@ -146,9 +146,74 @@ def insertInto(self, tableName, overwrite=False): """ self._jdf.ins

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73809902 [Test build #27244 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27244/consoleFull) for PR 4446 at commit [`f3a96f7`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24462846 --- Diff: python/pyspark/sql/dataframe.py --- @@ -146,9 +146,74 @@ def insertInto(self, tableName, overwrite=False): """ self._jdf.inse

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73807646 @yhuai After fix the failed test, and some code style issues (good to have), the Python parts look good to me. --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24461834 --- Diff: python/pyspark/sql/dataframe.py --- @@ -146,9 +146,74 @@ def insertInto(self, tableName, overwrite=False): """ self._jdf.ins

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24461752 --- Diff: python/pyspark/sql/dataframe.py --- @@ -146,9 +146,74 @@ def insertInto(self, tableName, overwrite=False): """ self._jdf.ins

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24461632 --- Diff: python/pyspark/sql/dataframe.py --- @@ -146,9 +146,74 @@ def insertInto(self, tableName, overwrite=False): """ self._jdf.ins

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73800647 [Test build #27232 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27232/consoleFull) for PR 4446 at commit [`2306f93`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73800657 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73797964 [Test build #27235 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27235/consoleFull) for PR 4446 at commit [`225ff71`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73789773 [Test build #27227 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27227/consoleFull) for PR 4446 at commit [`ae4649e`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73789786 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73787311 [Test build #27232 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27232/consoleFull) for PR 4446 at commit [`2306f93`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73780157 [Test build #27222 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27222/consoleFull) for PR 4446 at commit [`609129c`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73780167 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73776188 [Test build #27218 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27218/consoleFull) for PR 4446 at commit [`92b6659`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73776196 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73774518 [Test build #27227 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27227/consoleFull) for PR 4446 at commit [`ae4649e`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73765764 [Test build #27222 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27222/consoleFull) for PR 4446 at commit [`609129c`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73759915 [Test build #27218 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27218/consoleFull) for PR 4446 at commit [`92b6659`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24436299 --- Diff: python/pyspark/sql.py --- @@ -1622,6 +1622,48 @@ def func(iterator): df = self._ssql_ctx.jsonRDD(jrdd.rdd(), scala_datatype)

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24432619 --- Diff: python/pyspark/sql_tests.py --- @@ -285,6 +285,38 @@ def test_aggregator(self): self.assertTrue(95 < g.agg(Dsl.approxCountDistinct(df.

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24432467 --- Diff: python/pyspark/sql_tests.py --- @@ -285,6 +285,38 @@ def test_aggregator(self): self.assertTrue(95 < g.agg(Dsl.approxCountDistinct(df.key

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-10 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24432380 --- Diff: python/pyspark/sql.py --- @@ -1622,6 +1622,48 @@ def func(iterator): df = self._ssql_ctx.jsonRDD(jrdd.rdd(), scala_datatype)

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73648993 [Test build #27175 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27175/consoleFull) for PR 4446 at commit [`0832ce4`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73648996 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73648076 [Test build #27173 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27173/consoleFull) for PR 4446 at commit [`98e7cdb`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73648081 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24390352 --- Diff: python/pyspark/sql.py --- @@ -1889,9 +1931,57 @@ def insertInto(self, tableName, overwrite=False): """ self._jdf.insertInto(

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24390346 --- Diff: python/pyspark/sql.py --- @@ -1889,9 +1931,57 @@ def insertInto(self, tableName, overwrite=False): """ self._jdf.insertInto(ta

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24390301 --- Diff: python/pyspark/sql.py --- @@ -1889,9 +1931,57 @@ def insertInto(self, tableName, overwrite=False): """ self._jdf.insertInto(ta

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24390259 --- Diff: python/pyspark/sql.py --- @@ -1889,9 +1931,57 @@ def insertInto(self, tableName, overwrite=False): """ self._jdf.insertInto(

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24390201 --- Diff: python/pyspark/sql.py --- @@ -1622,6 +1622,48 @@ def func(iterator): df = self._ssql_ctx.jsonRDD(jrdd.rdd(), scala_datatype)

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24390180 --- Diff: python/pyspark/sql.py --- @@ -1622,6 +1622,48 @@ def func(iterator): df = self._ssql_ctx.jsonRDD(jrdd.rdd(), scala_datatype)

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24390084 --- Diff: python/pyspark/sql_tests.py --- @@ -285,6 +285,38 @@ def test_aggregator(self): self.assertTrue(95 < g.agg(Dsl.approxCountDistinct(df.key)

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24390098 --- Diff: python/pyspark/sql.py --- @@ -1622,6 +1622,48 @@ def func(iterator): df = self._ssql_ctx.jsonRDD(jrdd.rdd(), scala_datatype)

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24390027 --- Diff: python/pyspark/sql_tests.py --- @@ -285,6 +285,38 @@ def test_aggregator(self): self.assertTrue(95 < g.agg(Dsl.approxCountDistinct(df.ke

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24389973 --- Diff: python/pyspark/sql_tests.py --- @@ -285,6 +285,38 @@ def test_aggregator(self): self.assertTrue(95 < g.agg(Dsl.approxCountDistinct(df.ke

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24389467 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala --- @@ -608,21 +637,82 @@ trait DataFrame extends RDDApi[Row] { def saveAsTable(

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24389458 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala --- @@ -608,21 +637,82 @@ trait DataFrame extends RDDApi[Row] { def saveAsTable(

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73644832 Unfortunately this no longer merges cleanly... --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your projec

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73643852 [Test build #27175 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27175/consoleFull) for PR 4446 at commit [`0832ce4`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73643758 @davies Can you take a look at the Python APIs? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your proj

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73643191 [Test build #27173 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27173/consoleFull) for PR 4446 at commit [`98e7cdb`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73625545 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73625542 [Test build #27146 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27146/consoleFull) for PR 4446 at commit [`c204967`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73624189 [Test build #27146 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27146/consoleFull) for PR 4446 at commit [`c204967`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73619411 [Test build #27140 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27140/consoleFull) for PR 4446 at commit [`a10223d`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73619413 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-09 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73619319 [Test build #27140 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27140/consoleFull) for PR 4446 at commit [`a10223d`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73469090 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73469082 [Test build #27088 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27088/consoleFull) for PR 4446 at commit [`c2be775`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73463349 [Test build #27088 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27088/consoleFull) for PR 4446 at commit [`c2be775`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24306737 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -398,27 +398,173 @@ class SQLContext(@transient val sparkContext: SparkContext

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73449661 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73449659 [Test build #27065 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27065/consoleFull) for PR 4446 at commit [`cf5703d`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24306375 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/sources/modes.scala --- @@ -0,0 +1,48 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24306331 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -398,27 +398,173 @@ class SQLContext(@transient val sparkContext: SparkContext)

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24306321 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -398,27 +398,173 @@ class SQLContext(@transient val sparkContext: SparkContext)

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24306315 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -398,27 +398,173 @@ class SQLContext(@transient val sparkContext: SparkContext)

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24306115 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala --- @@ -17,6 +17,8 @@ package org.apache.spark.sql +import org.apache.

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/4446#discussion_r24306108 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/DataFrame.scala --- @@ -581,21 +622,79 @@ trait DataFrame extends RDDApi[Row] { def saveAsTable(

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73447253 [Test build #27065 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27065/consoleFull) for PR 4446 at commit [`cf5703d`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73377996 [Test build #27009 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27009/consoleFull) for PR 4446 at commit [`e702386`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-7338 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-7333 [Test build #26973 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26973/consoleFull) for PR 4446 at commit [`b1e9b1b`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-7325 [Test build #26973 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26973/consoleFull) for PR 4446 at commit [`b1e9b1b`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread yhuai
GitHub user yhuai opened a pull request: https://github.com/apache/spark/pull/4446 [SPARK-5658][SQL] Finalize DDL and write support APIs https://issues.apache.org/jira/browse/SPARK-5658 You can merge this pull request into a Git repository by running: $ git pull https://github.

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73398594 [Test build #27030 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27030/consoleFull) for PR 4446 at commit [`7db95ff`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73398595 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73350039 [Test build #26988 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26988/consoleFull) for PR 4446 at commit [`b1e9b1b`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73350042 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73350040 [Test build #26988 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/26988/consoleFull) for PR 4446 at commit [`b1e9b1b`](https://gith

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73349890 test this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73379745 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/27

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73398328 [Test build #27030 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27030/consoleFull) for PR 4446 at commit [`7db95ff`](https://githu

[GitHub] spark pull request: [SPARK-5658][SQL] Finalize DDL and write suppo...

2015-02-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/4446#issuecomment-73379739 [Test build #27009 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/27009/consoleFull) for PR 4446 at commit [`e702386`](https://gith