[GitHub] spark pull request: Spark 1384 - Fix spark-shell on yarn access to...

2014-06-10 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/287#issuecomment-45576980 LGTM. 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 your project does not have this feature

[GitHub] spark pull request: SPARK-2085: [MLlib] Apply user-specific regula...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1026#issuecomment-45577910 Merged build finished. All automated tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: SPARK-2085: [MLlib] Apply user-specific regula...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1026#issuecomment-45577911 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15604/ --- If your

[GitHub] spark pull request: [SPARK-1516]Throw exception in yarn client ins...

2014-06-10 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/490#issuecomment-45578114 @codeboyyong It is not mergable now. Do you mind merging the master branch and also create a separate PR for branch-0.9? --- If your project is set up for it, you can

[GitHub] spark pull request: SPARK-1917: fix PySpark import of scipy.specia...

2014-06-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/866#issuecomment-45578368 @mateiz @laserson This patched introduced a change which breaks the unit tests on Python 2.6. The `skipIf` feature is not supported in Python 2.7 --- If your project is

[GitHub] spark pull request: SPARK-1917: fix PySpark import of scipy.specia...

2014-06-10 Thread laserson
Github user laserson commented on the pull request: https://github.com/apache/spark/pull/866#issuecomment-45578676 Yes, that's annoying about python 2.6 Note that I just copied the same pattern that was present in `spark/python/pyspark/mllib/tests.py`. One option would be to import

[GitHub] spark pull request: SPARK-1917: fix PySpark import of scipy.specia...

2014-06-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/866#issuecomment-45578792 @laserson is it possible to just wrap the test in an if statement? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark pull request: SPARK-1917: fix PySpark import of scipy.specia...

2014-06-10 Thread laserson
Github user laserson commented on the pull request: https://github.com/apache/spark/pull/866#issuecomment-45579062 I guess that would work, though I've never seen anyone do that. `unittest2` was created to backport all of the new functionality in `unittest` to py2.6. --- If your

[GitHub] spark pull request: Moved hiveOperators.scala to the right package...

2014-06-10 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/1029#issuecomment-45579331 Jenkins, 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

[GitHub] spark pull request: SPARK-2085: [MLlib] Apply user-specific regula...

2014-06-10 Thread mengxr
Github user mengxr commented on a diff in the pull request: https://github.com/apache/spark/pull/1026#discussion_r13579821 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/recommendation/ALS.scala --- @@ -533,7 +538,7 @@ class ALS private ( // Add regularization

[GitHub] spark pull request: SPARK-1917: fix PySpark import of scipy.specia...

2014-06-10 Thread mateiz
Github user mateiz commented on the pull request: https://github.com/apache/spark/pull/866#issuecomment-45579547 FYI we've also been using skipIf for a while in python/pyspark/mllib/tests.py. I guess you're trying Jenkins on 2.6 now? --- If your project is set up for it, you can

[GitHub] spark pull request: Moved hiveOperators.scala to the right package...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1029#issuecomment-45579557 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

[GitHub] spark pull request: [SPARK-2049] [sql] Avg function may cause over...

2014-06-10 Thread egraldlo
Github user egraldlo closed the pull request at: https://github.com/apache/spark/pull/978 --- 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

[GitHub] spark pull request: [SPARK-2049] [sql] Avg function may cause over...

2014-06-10 Thread egraldlo
Github user egraldlo commented on the pull request: https://github.com/apache/spark/pull/978#issuecomment-45579617 yes, maybe I don't make the version of test branch to be up-to-date at that time. I will close the issue. --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: Moved hiveOperators.scala to the right package...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1029#issuecomment-45579679 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

[GitHub] spark pull request: [SPARK-2052] [SQL] Add optimization for CaseCo...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/990#issuecomment-45582226 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

[GitHub] spark pull request: [SPARK-2052] [SQL] Add optimization for CaseCo...

2014-06-10 Thread ueshin
Github user ueshin commented on the pull request: https://github.com/apache/spark/pull/990#issuecomment-45582389 @marmbrus I checked and remove the unneeded rules from `NullPropagation`. Could you please check the changes? --- If your project is set up for it, you can reply to

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/1030#issuecomment-45583246 Jenkins, 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

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread pwendell
GitHub user pwendell opened a pull request: https://github.com/apache/spark/pull/1030 Jenkins fix (testing) You can merge this pull request into a Git repository by running: $ git pull https://github.com/pwendell/spark jenkins-fix Alternatively you can review and apply these

[GitHub] spark pull request: [WIP][SPARK-1720]use LD_LIBRARY_PATH instead o...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1031#issuecomment-45583315 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

[GitHub] spark pull request: [SPARK-2052] [SQL] Add optimization for CaseCo...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/990#issuecomment-45583299 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15606/ --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-2052] [SQL] Add optimization for CaseCo...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/990#issuecomment-45583276 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: [WIP][SPARK-1720]use LD_LIBRARY_PATH instead o...

2014-06-10 Thread witgo
GitHub user witgo opened a pull request: https://github.com/apache/spark/pull/1031 [WIP][SPARK-1720]use LD_LIBRARY_PATH instead of -Djava.library.path You can merge this pull request into a Git repository by running: $ git pull https://github.com/witgo/spark SPARK-1720

[GitHub] spark pull request: [SPARK-1672][MLLIB] Separate user and product ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1014#issuecomment-45583319 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

[GitHub] spark pull request: [SPARK-2052] [SQL] Add optimization for CaseCo...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/990#issuecomment-45583298 Merged build finished. --- 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

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1030#issuecomment-45583318 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

[GitHub] spark pull request: Resolve scalatest warnings during build

2014-06-10 Thread witgo
GitHub user witgo opened a pull request: https://github.com/apache/spark/pull/1032 Resolve scalatest warnings during build You can merge this pull request into a Git repository by running: $ git pull https://github.com/witgo/spark ShouldMatchers Alternatively you can review

[GitHub] spark pull request: [WIP][SPARK-1720]use LD_LIBRARY_PATH instead o...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1031#issuecomment-45583325 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

[GitHub] spark pull request: [WIP][SPARK-1720]use LD_LIBRARY_PATH instead o...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1031#issuecomment-45583404 Merged build finished. --- 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

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1030#issuecomment-45583408 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

[GitHub] spark pull request: [WIP][SPARK-1720]use LD_LIBRARY_PATH instead o...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1031#issuecomment-45583405 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15607/ --- If your project is set up for it, you can

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1030#issuecomment-45583581 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15608/ --- If your project is set up for it, you can

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1030#issuecomment-45583579 Merged build finished. --- 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

[GitHub] spark pull request: [SPARK-1508][SQL] Add SQLConf to SQLContext.

2014-06-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/956 --- 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

[GitHub] spark pull request: Resolve scalatest warnings during build

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1032#issuecomment-45583710 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

[GitHub] spark pull request: Resolve scalatest warnings during build

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1032#issuecomment-45583729 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

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/1030#issuecomment-45583859 Jenkins, 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

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/1030#issuecomment-45584007 Jenkins, 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

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1030#issuecomment-45584151 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

[GitHub] spark pull request: Resolve scalatest warnings during build

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1032#issuecomment-45584173 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15609/ --- If your project is set up for it, you can

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1030#issuecomment-45584174 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

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1030#issuecomment-45584185 Merged build finished. --- 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

[GitHub] spark pull request: Resolve scalatest warnings during build

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1032#issuecomment-45584171 Merged build finished. --- 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

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1030#issuecomment-45584186 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15610/ --- If your project is set up for it, you can

[GitHub] spark pull request: [SQL] Add average overflow test case from #978

2014-06-10 Thread marmbrus
GitHub user marmbrus opened a pull request: https://github.com/apache/spark/pull/1033 [SQL] Add average overflow test case from #978 By @egraldlo. You can merge this pull request into a Git repository by running: $ git pull https://github.com/marmbrus/spark pr/978

[GitHub] spark pull request: Moved hiveOperators.scala to the right package...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1029#issuecomment-45585252 Merged build finished. All automated tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: Moved hiveOperators.scala to the right package...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1029#issuecomment-45585253 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15605/ --- If your

[GitHub] spark pull request: [SPARK-2093] [SQL] NullPropagation should use ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1034#issuecomment-45585254 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

[GitHub] spark pull request: [SPARK-2093] [SQL] NullPropagation should use ...

2014-06-10 Thread ueshin
GitHub user ueshin opened a pull request: https://github.com/apache/spark/pull/1034 [SPARK-2093] [SQL] NullPropagation should use exact type value. `NullPropagation` should use exact type value when transform `Count` or `Sum`. You can merge this pull request into a Git repository

[GitHub] spark pull request: [SPARK-2049] [sql] Avg function may cause over...

2014-06-10 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/978#issuecomment-45584899 No worries. I'm going to commit the test case anyway here: #1033 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark pull request: [SQL] Add average overflow test case from #978

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1033#issuecomment-45585457 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

[GitHub] spark pull request: [WIP][SPARK-2054][SQL] Code Generation for Exp...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/993#issuecomment-45585458 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 have

[GitHub] spark pull request: Jenkins fix (testing)

2014-06-10 Thread pwendell
Github user pwendell closed the pull request at: https://github.com/apache/spark/pull/1030 --- 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

[GitHub] spark pull request: Moved hiveOperators.scala to the right package...

2014-06-10 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/1029#issuecomment-45585679 Thanks! Merged in to master and 1.0. --- 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: Moved hiveOperators.scala to the right package...

2014-06-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/1029 --- 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

[GitHub] spark pull request: [SQL] Add average overflow test case from #978

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1033#issuecomment-45585012 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

[GitHub] spark pull request: [SPARK-2093] [SQL] NullPropagation should use ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1034#issuecomment-45585010 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

[GitHub] spark pull request: [SPARK-2091][MLLIB] use numpy.dot instead of n...

2014-06-10 Thread mengxr
GitHub user mengxr opened a pull request: https://github.com/apache/spark/pull/1035 [SPARK-2091][MLLIB] use numpy.dot instead of ndarray.dot `ndarray.dot` is not available in numpy 1.4. This PR makes pyspark/mllib compatible with numpy 1.4. You can merge this pull request into a

[GitHub] spark pull request: [SPARK-2076][SQL] Pushdown the join filter p...

2014-06-10 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/1015#discussion_r13582164 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -254,28 +257,74 @@ object PushPredicateThroughProject

[GitHub] spark pull request: [SPARK-2076][SQL] Pushdown the join filter p...

2014-06-10 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/1015#discussion_r13582199 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -254,28 +257,74 @@ object PushPredicateThroughProject

[GitHub] spark pull request: [SPARK-2076][SQL] Pushdown the join filter p...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1015#issuecomment-45586292 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

[GitHub] spark pull request: [SPARK-1508][SQL] Add SQLConf to SQLContext.

2014-06-10 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/956#discussion_r13582230 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -269,6 +271,22 @@ class SQLContext(@transient val sparkContext: SparkContext)

[GitHub] spark pull request: [SPARK-2091][MLLIB] use numpy.dot instead of n...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1035#issuecomment-45586291 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

[GitHub] spark pull request: [SQL] Add average overflow test case from #978

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1033#issuecomment-45586848 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

[GitHub] spark pull request: [SPARK-1508][SQL] Add SQLConf to SQLContext.

2014-06-10 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/956#issuecomment-45586813 Thanks, merged into master an 1.0. --- 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

[GitHub] spark pull request: [SQL] Add average overflow test case from #978

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1033#issuecomment-45586989 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

[GitHub] spark pull request: [SQL] Add average overflow test case from #978

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1033#issuecomment-45587191 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15613/ --- If your project is set up for it, you can

[GitHub] spark pull request: [SQL] Add average overflow test case from #978

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1033#issuecomment-45587190 Merged build finished. --- 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

[GitHub] spark pull request: [SPARK-1508][SQL] Add SQLConf to SQLContext.

2014-06-10 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/956#discussion_r13582575 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala --- @@ -269,6 +271,22 @@ class SQLContext(@transient val sparkContext: SparkContext)

[GitHub] spark pull request: [SPARK-2093] [SQL] NullPropagation should use ...

2014-06-10 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/1034#discussion_r13582627 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -100,8 +100,8 @@ object ColumnPruning extends

[GitHub] spark pull request: Resolve scalatest warnings during build

2014-06-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/1032#issuecomment-45588857 Jenkins, 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

[GitHub] spark pull request: Resolve scalatest warnings during build

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1032#issuecomment-45589054 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

[GitHub] spark pull request: [WIP][SPARK-1720]use LD_LIBRARY_PATH instead o...

2014-06-10 Thread pwendell
Github user pwendell commented on the pull request: https://github.com/apache/spark/pull/1031#issuecomment-45589268 Jenkins, 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

[GitHub] spark pull request: [WIP][SPARK-1720]use LD_LIBRARY_PATH instead o...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1031#issuecomment-45589497 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

[GitHub] spark pull request: [SPARK-2093] [SQL] NullPropagation should use ...

2014-06-10 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/1034#discussion_r13584575 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -100,8 +100,8 @@ object ColumnPruning extends

[GitHub] spark pull request: [SPARK-2093] [SQL] NullPropagation should use ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1034#issuecomment-45592471 Merged build finished. --- 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

[GitHub] spark pull request: [SPARK-2093] [SQL] NullPropagation should use ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1034#issuecomment-45592473 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15611/ --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-2076][SQL] Pushdown the join filter p...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1015#issuecomment-45592475 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

[GitHub] spark pull request: Resolve scalatest warnings during build

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1032#issuecomment-45594232 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

[GitHub] spark pull request: [SQL] Add average overflow test case from #978

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1033#issuecomment-45594227 Merged build finished. All automated tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: [SPARK-2091][MLLIB] use numpy.dot instead of n...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1035#issuecomment-45594228 Merged build finished. --- 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

[GitHub] spark pull request: [SQL] Add average overflow test case from #978

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1033#issuecomment-45594231 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15612/ --- If your

[GitHub] spark pull request: [WIP][SPARK-1720]use LD_LIBRARY_PATH instead o...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1031#issuecomment-45594235 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

[GitHub] spark pull request: [SPARK-2093] [SQL] NullPropagation should use ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1034#issuecomment-45596512 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

[GitHub] spark pull request: [SPARK-2076][SQL] Pushdown the join filter p...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1015#issuecomment-45599134 Merged build finished. All automated tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: [SPARK-2076][SQL] Pushdown the join filter p...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1015#issuecomment-45599135 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15616/ --- If your

[GitHub] spark pull request: [SPARK-2069] MIMA false positives

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1021#issuecomment-45601048 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

[GitHub] spark pull request: [WIP][SPARK-1720]use LD_LIBRARY_PATH instead o...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1031#issuecomment-45601284 Merged build finished. All automated tests passed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: Resolve scalatest warnings during build

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1032#issuecomment-45601285 Merged build finished. --- 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

[GitHub] spark pull request: Resolve scalatest warnings during build

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1032#issuecomment-45601287 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15617/ --- If your project is set up for it, you can

[GitHub] spark pull request: [WIP][SPARK-1720]use LD_LIBRARY_PATH instead o...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1031#issuecomment-45601286 All automated tests passed. Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15618/ --- If your

[GitHub] spark pull request: [SPARK-2093] [SQL] NullPropagation should use ...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1034#issuecomment-45601480 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

[GitHub] spark pull request: SPARK-1949. Servlet 2.5 vs 3.0 conflict in SBT...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/906#issuecomment-45601785 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

[GitHub] spark pull request: [SPARK-2069] MIMA false positives

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1021#issuecomment-45605114 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

[GitHub] spark pull request: [SPARK-2069] MIMA false positives

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1021#issuecomment-45605270 Merged build finished. --- 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

[GitHub] spark pull request: SPARK-1949. Servlet 2.5 vs 3.0 conflict in SBT...

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/906#issuecomment-45605272 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-2069] MIMA false positives

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1021#issuecomment-45605271 Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15620/ --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-2069] MIMA false positives

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1021#issuecomment-45605851 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

[GitHub] spark pull request: [SPARK-2069] MIMA false positives

2014-06-10 Thread ScrapCodes
Github user ScrapCodes commented on the pull request: https://github.com/apache/spark/pull/1021#issuecomment-45606311 Hey @pwendell, This patch might do a little more than asked, one of them is it checks for experimental annotations too. I added them thinking it will be useful,

[GitHub] spark pull request: [SPARK-2069] MIMA false positives

2014-06-10 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/1021#issuecomment-45606820 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

  1   2   3   4   5   >