[GitHub] spark pull request: [SPARK-7646][SQL] Create table from dataframe ...

2015-05-15 Thread gvramana
Github user gvramana commented on a diff in the pull request: https://github.com/apache/spark/pull/6155#discussion_r30458980 --- Diff: sql/hive/src/test/scala/org/apache/spark/sql/hive/MetastoreDataSourcesSuite.scala --- @@ -18,11 +18,14 @@ package org.apache.spark.sql.hive

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6173#issuecomment-102576539 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6173#issuecomment-102576536 [Test build #32882 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32882/consoleFull) for PR 6173 at commit [`e4a3cc7`](https://git

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

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

[GitHub] spark pull request: [SPARK-6888][SQL] Make the jdbc driver handlin...

2015-05-15 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/#issuecomment-102576337 @rtreffer do you have time to update this? --- 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 d

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread adrian-wang
Github user adrian-wang commented on the pull request: https://github.com/apache/spark/pull/6081#issuecomment-102574463 @davies, if we use parallelize to do this, we have to generate the whole seq in driver side, which could be a nightmare if the data size is huge... --- If your proj

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/6081#discussion_r30458857 --- Diff: python/pyspark/sql/context.py --- @@ -427,6 +428,31 @@ def func(iterator): df = self._ssql_ctx.jsonRDD(jrdd.rdd(), scala_datatyp

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread adrian-wang
Github user adrian-wang commented on a diff in the pull request: https://github.com/apache/spark/pull/6081#discussion_r30458848 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -1126,6 +1126,57 @@ class SQLContext(@transient val sparkContext: SparkCont

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102573325 @mengxr Looks like adding `multiply(Vector)` can't pass binary compatibility check. How should it do? --- If your project is set up for it, you can reply to this email a

[GitHub] spark pull request: [SPARK-7627][SPARK-7472] DAG visualization: st...

2015-05-15 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/6171#issuecomment-102573149 Alternatively you could also make them lighter and use dashed lines (http://www.w3schools.com/svg/svg_stroking.asp), but I'm not sure how good that will look. --- If yo

[GitHub] spark pull request: [SPARK-7627][SPARK-7472] DAG visualization: st...

2015-05-15 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/6171#issuecomment-102573123 A small note on the colors -- make them a grayscale version of the colors used in the normal stages, because right now they're quite a bit darker. Just take a picture of

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

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

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102572669 [Test build #32888 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32888/consoleFull) for PR 6189 at commit [`b5772b4`](https://git

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102572670 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-7681][MLlib] Add SparseVector support f...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6209#issuecomment-102572619 [Test build #32889 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32889/consoleFull) for PR 6209 at commit [`c069507`](https://gith

[GitHub] spark pull request: [SPARK-7681][MLlib] Add SparseVector support f...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6209#issuecomment-102572614 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-7681][MLlib] Add SparseVector support f...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6209#issuecomment-102572616 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/6081#issuecomment-102572538 Could you add `range()` for RDD in Python? It could be something like this: ``` sc.parallelize(xrange(start, end, step), numPartition) ``` It will be more

[GitHub] spark pull request: [SPARK-7681][MLlib] Add SparseVector support f...

2015-05-15 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/6209#issuecomment-102572527 retest 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 fea

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6081#discussion_r30458679 --- Diff: python/pyspark/sql/context.py --- @@ -427,6 +428,31 @@ def func(iterator): df = self._ssql_ctx.jsonRDD(jrdd.rdd(), scala_datatype)

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102572396 [Test build #32888 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32888/consoleFull) for PR 6189 at commit [`b5772b4`](https://gith

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6081#discussion_r30458668 --- Diff: python/pyspark/sql/context.py --- @@ -427,6 +428,31 @@ def func(iterator): df = self._ssql_ctx.jsonRDD(jrdd.rdd(), scala_datatype)

[GitHub] spark pull request: [SPARK-7681][MLlib] Add SparseVector support f...

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

[GitHub] spark pull request: [SPARK-7681][MLlib] Add SparseVector support f...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6209#issuecomment-102572374 [Test build #32885 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32885/consoleFull) for PR 6209 at commit [`c069507`](https://git

[GitHub] spark pull request: [SPARK-7655][Core][SQL] Remove 'scala.concurre...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6200#issuecomment-102572372 [Test build #32887 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32887/consoleFull) for PR 6200 at commit [`cfdc605`](https://gith

[GitHub] spark pull request: [SPARK-7681][MLlib] Add SparseVector support f...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6209#issuecomment-102572376 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102572353 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102572351 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-7655][Core][SQL] Remove 'scala.concurre...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6200#issuecomment-102572349 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-7655][Core][SQL] Remove 'scala.concurre...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6200#issuecomment-102572352 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7655][Core][SQL] Remove 'scala.concurre...

2015-05-15 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/6200#issuecomment-102572270 lgtm --- 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

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

2015-05-15 Thread zhzhan
Github user zhzhan commented on a diff in the pull request: https://github.com/apache/spark/pull/6194#discussion_r30458636 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/HadoopTypeConverter.scala --- @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6194#issuecomment-10257 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6194#issuecomment-102572221 [Test build #32881 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32881/consoleFull) for PR 6194 at commit [`eda453d`](https://git

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

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

[GitHub] spark pull request: [SPARK-7681][MLlib] Add SparseVector support f...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6209#issuecomment-102572163 [Test build #32885 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32885/consoleFull) for PR 6209 at commit [`c069507`](https://gith

[GitHub] spark pull request: [SPARK-7655][Core][SQL] Remove 'scala.concurre...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6200#issuecomment-102572171 [Test build #32886 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32886/consoleFull) for PR 6200 at commit [`cf83153`](https://gith

[GitHub] spark pull request: [SPARK-7681][MLlib] Add SparseVector support f...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6209#issuecomment-102572110 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-7681][MLlib] Add SparseVector support f...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6209#issuecomment-102572120 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7655][Core][SQL] Remove 'scala.concurre...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6200#issuecomment-102572112 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-7655][Core][SQL] Remove 'scala.concurre...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6200#issuecomment-102572123 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7655][Core][SQL] Remove 'scala.concurre...

2015-05-15 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/6200#discussion_r30458606 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastHashJoin.scala --- @@ -74,3 +74,9 @@ case class BroadcastHashJoin( }

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/6081#discussion_r30458603 --- Diff: python/pyspark/sql/context.py --- @@ -427,6 +428,31 @@ def func(iterator): df = self._ssql_ctx.jsonRDD(jrdd.rdd(), scala_datatype)

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102572055 @mengxr I added the support for `SparseVector` on gemv (only with `DenseMatrix`) in #6209. Also updated this PR to use it. --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-7478][SQL] Added SQLContext.getOrCreate

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6006#issuecomment-102572014 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-7478][SQL] Added SQLContext.getOrCreate

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6006#issuecomment-102572010 [Test build #32880 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32880/consoleFull) for PR 6006 at commit [`83bc950`](https://git

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

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

[GitHub] spark pull request: [SPARK-7478][SQL] Added SQLContext.getOrCreate

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

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

2015-05-15 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/6194#discussion_r30458591 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/package.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software Foundation (AS

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102571988 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102571986 [Test build #32884 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32884/consoleFull) for PR 6189 at commit [`2f65186`](https://git

[GitHub] spark pull request: [SPARK-7681][MLlib] Add SparseVector support f...

2015-05-15 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/6209 [SPARK-7681][MLlib] Add SparseVector support for gemv with DenseMatrix JIRA: https://issues.apache.org/jira/browse/SPARK-7681 You can merge this pull request into a Git repository by running: $

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

2015-05-15 Thread zhzhan
Github user zhzhan commented on a diff in the pull request: https://github.com/apache/spark/pull/6194#discussion_r30458552 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/package.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software Foundation (

[GitHub] spark pull request: [SPARK-7654][SQL] DataFrameReader and DataFram...

2015-05-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/6175 --- 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-7654][SQL] DataFrameReader and DataFram...

2015-05-15 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/6175#issuecomment-102571787 I'm going to merge this. @marmbrus please take a look at this again. I will address feedbacks in followup prs. --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-6747] [SQL] Support List<> as a return ...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6179#issuecomment-102571753 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-6747] [SQL] Support List<> as a return ...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6179#issuecomment-102571748 [Test build #32879 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32879/consoleFull) for PR 6179 at commit [`1e82316`](https://git

[GitHub] spark pull request: [SPARK-6747] [SQL] Support List<> as a return ...

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

[GitHub] spark pull request: [SPARK-7654][SQL] DataFrameReader and DataFram...

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

[GitHub] spark pull request: [SPARK-7654][SQL] DataFrameReader and DataFram...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6175#issuecomment-102571703 [Test build #32877 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32877/consoleFull) for PR 6175 at commit [`b146c95`](https://git

[GitHub] spark pull request: [SPARK-7654][SQL] DataFrameReader and DataFram...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6175#issuecomment-102571707 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102571739 [Test build #32884 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32884/consoleFull) for PR 6189 at commit [`2f65186`](https://gith

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102571697 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-7652][MLlib] Update the implementation ...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6189#issuecomment-102571699 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/6081#discussion_r30458519 --- Diff: python/pyspark/sql/context.py --- @@ -21,6 +21,7 @@ if sys.version >= '3': basestring = unicode = str +long = int --- En

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/6081#discussion_r30458514 --- Diff: python/pyspark/sql/context.py --- @@ -21,6 +21,7 @@ if sys.version >= '3': basestring = unicode = str +long = int --- En

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/6081#discussion_r30458516 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -1126,6 +1126,57 @@ class SQLContext(@transient val sparkContext: SparkContext)

[GitHub] spark pull request: [SPARK-7655][Core][SQL] Remove 'scala.concurre...

2015-05-15 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/6200#discussion_r30458490 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastHashJoin.scala --- @@ -74,3 +74,9 @@ case class BroadcastHashJoin( }

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

2015-05-15 Thread scwf
Github user scwf commented on a diff in the pull request: https://github.com/apache/spark/pull/6194#discussion_r30458478 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/OrcFilters.scala --- @@ -0,0 +1,144 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] spark pull request: [SPARK-6649] [SQL] Made double quotes denote i...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6208#issuecomment-102571379 Can one of the admins verify this patch? --- 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 pr

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

2015-05-15 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/6194#discussion_r30458451 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/package.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software Foundation (AS

[GitHub] spark pull request: [SPARK-7150] add range() api

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

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6081#issuecomment-102571325 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-7150] add range() api

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6081#issuecomment-102571321 [Test build #32875 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32875/consoleFull) for PR 6081 at commit [`bd3f63e`](https://git

[GitHub] spark pull request: [SPARK-6649] [SQL] Made double quotes denote i...

2015-05-15 Thread frreiss
GitHub user frreiss opened a pull request: https://github.com/apache/spark/pull/6208 [SPARK-6649] [SQL] Made double quotes denote identifiers Jira link: https://issues.apache.org/jira/browse/SPARK-6649 After this change, the Spark SQL parser treats anything enclosed in d

[GitHub] spark pull request: [SPARK-6216] [PySpark] check python version of...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6203#issuecomment-102571059 [Test build #32883 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32883/consoleFull) for PR 6203 at commit [`b8fb76e`](https://gith

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

2015-05-15 Thread scwf
Github user scwf commented on a diff in the pull request: https://github.com/apache/spark/pull/6194#discussion_r30458421 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/HadoopTypeConverter.scala --- @@ -0,0 +1,61 @@ +/* + * Licensed to the Apache Software F

[GitHub] spark pull request: [SPARK-6216] [PySpark] check python version of...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6203#issuecomment-102570802 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-6216] [PySpark] check python version of...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6203#issuecomment-102570808 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

2015-05-15 Thread scwf
Github user scwf commented on a diff in the pull request: https://github.com/apache/spark/pull/6194#discussion_r30458409 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala --- @@ -143,6 +145,9 @@ private[sql] class SQLConf extends Serializable with CatalystConf {

[GitHub] spark pull request: [SQL] [Minor] added check analysis rule for un...

2015-05-15 Thread scwf
Github user scwf closed the pull request at: https://github.com/apache/spark/pull/6174 --- 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 enable

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6173#issuecomment-102570084 [Test build #32882 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32882/consoleFull) for PR 6173 at commit [`e4a3cc7`](https://gith

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6173#issuecomment-102570041 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7269] [SQL] Incorrect analysis for aggr...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6173#issuecomment-102570039 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-7654][SQL] DataFrameReader and DataFram...

2015-05-15 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/6175#discussion_r30458350 --- Diff: examples/src/main/java/org/apache/spark/examples/sql/JavaSparkSQL.java --- @@ -99,7 +99,7 @@ public String call(Row row) { // Read in the parq

[GitHub] spark pull request: [SPARK-7654][SQL] DataFrameReader and DataFram...

2015-05-15 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/6175#discussion_r30458352 --- Diff: examples/src/main/java/org/apache/spark/examples/sql/JavaSparkSQL.java --- @@ -120,7 +120,7 @@ public String call(Row row) { // The path can b

[GitHub] spark pull request: [SPARK-6964][SQL][WIP] Support Cancellation in...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6207#issuecomment-102569389 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-6964][SQL][WIP] Support Cancellation in...

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

[GitHub] spark pull request: [SPARK-6964][SQL][WIP] Support Cancellation in...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6207#issuecomment-102569385 [Test build #32878 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32878/consoleFull) for PR 6207 at commit [`13c53b1`](https://git

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

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

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6194#issuecomment-102569335 [Test build #32874 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32874/consoleFull) for PR 6194 at commit [`563ee1a`](https://git

[GitHub] spark pull request: [SPARK-2883] [SQL] ORC data source for Spark S...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6194#issuecomment-102569336 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-7473][MLLIB] Add reservoir sample in Ra...

2015-05-15 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/5988#issuecomment-102568920 @AiHe Can you please ping me on the JIRA with your username so I can assign it to you? --- If your project is set up for it, you can reply to this email and have you

[GitHub] spark pull request: [SPARK-7473][MLLIB] Add reservoir sample in Ra...

2015-05-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5988 --- 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-7654][SQL] DataFrameReader and DataFram...

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

[GitHub] spark pull request: [SPARK-7654][SQL] DataFrameReader and DataFram...

2015-05-15 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6175#issuecomment-102568823 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-7654][SQL] DataFrameReader and DataFram...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6175#issuecomment-102568821 [Test build #32873 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32873/consoleFull) for PR 6175 at commit [`bd8abdf`](https://git

[GitHub] spark pull request: [SPARK-7654][SQL] DataFrameReader and DataFram...

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

[GitHub] spark pull request: [SPARK-7473][MLLIB] Add reservoir sample in Ra...

2015-05-15 Thread jkbradley
Github user jkbradley commented on the pull request: https://github.com/apache/spark/pull/5988#issuecomment-102568198 LGTM merging into master and branch-1.4 Thanks! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-7654][SQL] DataFrameReader and DataFram...

2015-05-15 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6175#issuecomment-102568180 [Test build #32871 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/32871/consoleFull) for PR 6175 at commit [`8bb3fef`](https://git

  1   2   3   4   5   6   7   8   9   10   >