[GitHub] spark pull request: [MLLIB] SPARK-4231, SPARK-3066: Add RankingMet...

2015-04-04 Thread debasish83
Github user debasish83 commented on the pull request: https://github.com/apache/spark/pull/3098#issuecomment-89729377 I meant MAP...what's the MAP on netflix dataset you have seen before and with what lambda ? I am running MAP experiments with various factorization formulations includ

[GitHub] spark pull request: [SPARK-6712][YARN] Allow lower the log level i...

2015-04-04 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/5362#issuecomment-89729144 Writing to stdout/stderr defeats the point of a logging framework, no. I think you could argue that some of these other messages aren't vital at log level ("setting up", "

[GitHub] spark pull request: [SPARK-2808][Streaming][Kafka] update kafka to...

2015-04-04 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/4537#issuecomment-89728917 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 t

[GitHub] spark pull request: [MLLIB] SPARK-4231, SPARK-3066: Add RankingMet...

2015-04-04 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/3098#issuecomment-89728639 @debasish83 do you mean RMSE? it is well-defined but not very useful. MAP is the useful metric. I think that only a rank-dependent metric makes sense. --- If your project

[GitHub] spark pull request: [SPARK-6712][YARN] Allow lower the log level i...

2015-04-04 Thread piaozhexiu
Github user piaozhexiu commented on the pull request: https://github.com/apache/spark/pull/5362#issuecomment-89728738 @srowen I'd like to turn down pretty much every INFO message from YARN client except the AM url. (See below.) As can be seen, none of these is useful for end users exc

[GitHub] spark pull request: [SPARK-6712][YARN] Allow lower the log level i...

2015-04-04 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/5362#issuecomment-89727695 No, println isn't appropriate here. That removes control over the logging entirely. Instead, what log messages do you find noisy? maybe they can be turned *down* since thi

[GitHub] spark pull request: [SPARK-6712][YARN] Allow lower the log level i...

2015-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5362#issuecomment-89724217 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 pro

[GitHub] spark pull request: [SPARK-6712][YARN] Allow lower the log level i...

2015-04-04 Thread piaozhexiu
GitHub user piaozhexiu opened a pull request: https://github.com/apache/spark/pull/5362 [SPARK-6712][YARN] Allow lower the log level in YARN client while keeping AM tracking URL printed In YARN mode, log messages are quite verbose in interactive shells (spark-shell, spark-sql, pysp

[GitHub] spark pull request: [SPARK-6521][Core]executors in the same node r...

2015-04-04 Thread scwf
Github user scwf commented on the pull request: https://github.com/apache/spark/pull/5178#issuecomment-89716003 @maropu , yeah i think it is a common case for yarn mode. We often specify more executors than nodemanager, that means there are more than one executor on one machine. ---

[GitHub] spark pull request: SPARK-6698: where RandomForest input specifies...

2015-04-04 Thread bien
Github user bien commented on the pull request: https://github.com/apache/spark/pull/5351#issuecomment-89713636 The behavior I was seeing was that RandomTree training tasks were spending ~90% of their time doing GC, and when I turned on verbose GC I would see that most of the time was

[GitHub] spark pull request: [MLLIB] SPARK-4231, SPARK-3066: Add RankingMet...

2015-04-04 Thread debasish83
Github user debasish83 commented on the pull request: https://github.com/apache/spark/pull/3098#issuecomment-89706247 @coderxiang @mengxr If I have a dataset with implicit (click or 0) then MAP is not that well defined right since in label set everything is 1.0 and so there is no orde

[GitHub] spark pull request: [SPARK-4897] [PySpark] Python 3 support

2015-04-04 Thread nchammas
Github user nchammas commented on a diff in the pull request: https://github.com/apache/spark/pull/5173#discussion_r27773756 --- Diff: python/pyspark/cloudpickle.py --- @@ -40,164 +40,126 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN

[GitHub] spark pull request: [MLLIB] SPARK-4231, SPARK-3066: Add RankingMet...

2015-04-04 Thread debasish83
Github user debasish83 commented on the pull request: https://github.com/apache/spark/pull/3098#issuecomment-89697236 @srowen For netflix dataset what's the MAP you have seen before...I started experiments on Netflix dataset...lambda is 0.065 for netflix as well right ? For MovieLens

[GitHub] spark pull request: [SPARK-4897] [PySpark] Python 3 support

2015-04-04 Thread nchammas
Github user nchammas commented on the pull request: https://github.com/apache/spark/pull/5173#issuecomment-89697205 > TODO: ec2/spark-ec2.py is not fully tested with python3. I can help with this. Do we want to hold off other spark-ec2 PRs until this one goes in? Do we have a

[GitHub] spark pull request: [SPARK-4897] [PySpark] Python 3 support

2015-04-04 Thread nchammas
Github user nchammas commented on a diff in the pull request: https://github.com/apache/spark/pull/5173#discussion_r27773735 --- Diff: python/pyspark/sql/functions.py --- @@ -116,7 +114,7 @@ def __init__(self, func, returnType): def _create_judf(self): f

[GitHub] spark pull request: [SPARK-2808][Streaming][Kafka] update kafka to...

2015-04-04 Thread zzcclp
Github user zzcclp commented on the pull request: https://github.com/apache/spark/pull/4537#issuecomment-89694634 @koeninger , I can't visit [this url](https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/28872/) , it's 404. ?? --- If your project is set up for it, yo

[GitHub] spark pull request: [SPARK-6661] Python type errors should print t...

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

[GitHub] spark pull request: [SPARK-6661] Python type errors should print t...

2015-04-04 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5361#issuecomment-89671362 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 this

[GitHub] spark pull request: [SPARK-6661] Python type errors should print t...

2015-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5361#issuecomment-89661772 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 pro

[GitHub] spark pull request: [SPARK-6661] Python type errors should print t...

2015-04-04 Thread 31z4
GitHub user 31z4 opened a pull request: https://github.com/apache/spark/pull/5361 [SPARK-6661] Python type errors should print type, not object You can merge this pull request into a Git repository by running: $ git pull https://github.com/31z4/spark spark-6661 Alternatively

[GitHub] spark pull request: [WIP][SQL][SPARK-6632]: Read schema from each ...

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

[GitHub] spark pull request: [SPARK-5990] [MLLIB] Model import/export for I...

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

[GitHub] spark pull request: [SPARK-6602][Core] Replace direct use of Akka ...

2015-04-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5268 --- 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-6602][Core] Replace direct use of Akka ...

2015-04-04 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/5268#issuecomment-89639203 Merging this in master. 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

[GitHub] spark pull request: [SPARK-6264] [MLLIB] Support FPGrowth algorith...

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

[GitHub] spark pull request: [SPARK-5684][SQL]: Pass in partition name alon...

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

[GitHub] spark pull request: [WIP][SQL][SPARK-6632]: Read schema from each ...

2015-04-04 Thread saucam
Github user saucam commented on the pull request: https://github.com/apache/spark/pull/5298#issuecomment-89632303 hmm i see. Would definitely go through these PRs. Anyways fixed the whitespace problem here. --- If your project is set up for it, you can reply to this email and have yo

[GitHub] spark pull request: [SPARK-975][CORE] Visual debugger of stages an...

2015-04-04 Thread wbraik
Github user wbraik commented on the pull request: https://github.com/apache/spark/pull/2077#issuecomment-89632207 Does anyone have a good example of an application which produces multiple (different) jobs, that we could use to test this on ? --- If your project is set up for it, you

[GitHub] spark pull request: [WIP][SQL][SPARK-6632]: Read schema from each ...

2015-04-04 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5298#issuecomment-89631527 Ah, I'm also considering similar optimizations for Spark 1.4 :) The tricky part here is that, when scanning the Parquet table, Spark needs to call `ParquetInput

[GitHub] spark pull request: [SPARK-6602][Core] Replace direct use of Akka ...

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

[GitHub] spark pull request: [SPARK-2883][SQL] Spark Support for ORCFile fo...

2015-04-04 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5275#issuecomment-89623421 @zhzhan I'm right now designing partitioning support for the data sources API, and will hopefully make the design doc next week. Will come back to this PR after that. W

[GitHub] spark pull request: [WIP][SQL][SPARK-6632]: Read schema from each ...

2015-04-04 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5298#issuecomment-89624702 ok to test --- 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 en

[GitHub] spark pull request: [WIP][SQL][SPARK-6632]: Read schema from each ...

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

[GitHub] spark pull request: [SPARK-5325] [SQL] Shrink the Hive shim layer

2015-04-04 Thread liancheng
Github user liancheng closed the pull request at: https://github.com/apache/spark/pull/4107 --- 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 e

[GitHub] spark pull request: [SPARK-5325] [SQL] Shrink the Hive shim layer

2015-04-04 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/4107#issuecomment-89621672 Yeah agree. Closing this. Though the `callWithAlternatives` utility function can be very neat to do simple lightweight reflection tricks. --- If your project is set up

[GitHub] spark pull request: [SPARK-6201] [SQL] promote string and do widen...

2015-04-04 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/4945#issuecomment-89621194 The thing that makes me hesitant here is whether we should stick to Hive, because Hive's behavior is actually error prone and unintuitive. In Hive, `IN` is implemented

[GitHub] spark pull request: [SQL] [WIP] Blacklists several Hive 0.13.1 spe...

2015-04-04 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/4851#issuecomment-89615036 No. With the metastore adapter layer, we can always keep our tests consistent with the most recent Hive version. --- If your project is set up for it, you can reply to

[GitHub] spark pull request: [SPARK-5684][SQL]: Pass in partition name alon...

2015-04-04 Thread saucam
Github user saucam commented on the pull request: https://github.com/apache/spark/pull/4469#issuecomment-89613886 Hi @marmbrus , this is a pretty common scenario in production, where the data is generated in some directory and then later partitions are added to tables using alter tabl

[GitHub] spark pull request: [SPARK-6694][SQL]SparkSQL CLI must be able to ...

2015-04-04 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5345#issuecomment-89611702 @adachij2002 Would you mind to add a test case for this in `CliSuite`? We can pass `--database ` via `extraArgs` in `runCliWithin` there. --- If your project is set up

[GitHub] spark pull request: [Doc] [SQL] Addes Hive metastore Parquet table...

2015-04-04 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/5348#discussion_r27770121 --- Diff: docs/sql-programming-guide.md --- @@ -1034,6 +1034,79 @@ df3.printSchema() +### Hive metastore Parquet table conversion +

[GitHub] spark pull request: [SPARK-6696] [SQL] Adds HiveContext.refreshTab...

2015-04-04 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5349#issuecomment-89610598 We need a properly configured Hive environment to run the test. I can add a simple `TestHive`-like class to do metastore / warehouse configurations though. --- If your

[GitHub] spark pull request: [SPARK-6607][SQL] Check invalid characters for...

2015-04-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5263 --- 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-6607][SQL] Check invalid characters for...

2015-04-04 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5263#issuecomment-89608688 Thanks for working on this! Merging to master. --- 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 p

[GitHub] spark pull request: [SPARK-6006][SQL]: Optimize count distinct for...

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

[GitHub] spark pull request: [SPARK-6602][Core] Replace direct use of Akka ...

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

[GitHub] spark pull request: [SPARK-6006][SQL]: Optimize count distinct for...

2015-04-04 Thread saucam
Github user saucam commented on the pull request: https://github.com/apache/spark/pull/4764#issuecomment-89604768 fixed the test case of zero count when there is no data. rebased with latest master. please retest --- If your project is set up for it, you can reply to this email and h

[GitHub] spark pull request: [MLLIB] SPARK-4231, SPARK-3066: Add RankingMet...

2015-04-04 Thread debasish83
Github user debasish83 commented on a diff in the pull request: https://github.com/apache/spark/pull/3098#discussion_r27769592 --- Diff: examples/src/main/scala/org/apache/spark/examples/mllib/MovieLensALS.scala --- @@ -167,23 +169,66 @@ object MovieLensALS { .setProduct

[GitHub] spark pull request: [SQL] Use path.makeQualified in newParquet.

2015-04-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5353 --- 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: [ML] SPARK-2426: Integrate Breeze NNLS with ML...

2015-04-04 Thread debasish83
Github user debasish83 commented on the pull request: https://github.com/apache/spark/pull/5005#issuecomment-89594722 @mengxr any insight on it ? the runtime issue is only in first iteration and I think you can point out if there is any obvious issue in the way I call the solver...loo

[GitHub] spark pull request: [SQL] Use path.makeQualified in newParquet.

2015-04-04 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/5353#issuecomment-89594648 LGTM, merging to master and branch-1.3. --- 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-6262][MLLIB]Implement missing methods f...

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

[GitHub] spark pull request: [SPARKR-92] Phase 2: implement sum(rdd)

2015-04-04 Thread hqzizania
Github user hqzizania closed the pull request at: https://github.com/apache/spark/pull/5360 --- 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 e

[GitHub] spark pull request: [SPARKR-92] Phase 2: implement sum(rdd)

2015-04-04 Thread hqzizania
GitHub user hqzizania opened a pull request: https://github.com/apache/spark/pull/5360 [SPARKR-92] Phase 2: implement sum(rdd) You can merge this pull request into a Git repository by running: $ git pull https://github.com/hqzizania/spark R3 Alternatively you can review and a

[GitHub] spark pull request: Implement missing methods for MultivariateStat...

2015-04-04 Thread Lewuathe
GitHub user Lewuathe opened a pull request: https://github.com/apache/spark/pull/5359 Implement missing methods for MultivariateStatisticalSummary Add below methods in pyspark for MultivariateStatisticalSummary - normL1 - normL2 You can merge this pull request into a Git rep

[GitHub] spark pull request: [SQL] [WIP] Tries to skip row groups when read...

2015-04-04 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/5334#discussion_r27768822 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -226,7 +224,7 @@ private[sql] case class ParquetRelation2( p

[GitHub] spark pull request: [SPARK-5338][MESOS] Add cluster mode support f...

2015-04-04 Thread dragos
Github user dragos commented on the pull request: https://github.com/apache/spark/pull/5144#issuecomment-89547152 I still want to run this on a local cluster before I say LGTM, but the code looks good so far! --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-5338][MESOS] Add cluster mode support f...

2015-04-04 Thread dragos
Github user dragos commented on a diff in the pull request: https://github.com/apache/spark/pull/5144#discussion_r27768214 --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/mesos/DriverQueue.scala --- @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request: [SQL] SPARK-6489: Optimize lateral view with e...

2015-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5358#issuecomment-89536841 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 pro

[GitHub] spark pull request: [ SQL ] SparkSPARK-6489: Optimize lateral view...

2015-04-04 Thread dreamquster
Github user dreamquster closed the pull request at: https://github.com/apache/spark/pull/5346 --- 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 ] SparkSPARK-6489: Optimize lateral view...

2015-04-04 Thread dreamquster
Github user dreamquster commented on the pull request: https://github.com/apache/spark/pull/5346#issuecomment-89536605 ok,I split it into two pull request. --- 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: [SQL] SPARK-6489: Optimize lateral view with e...

2015-04-04 Thread dreamquster
GitHub user dreamquster opened a pull request: https://github.com/apache/spark/pull/5358 [SQL] SPARK-6489: Optimize lateral view with explode to not unnecessary columns. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dreamquste

[GitHub] spark pull request: [SPARK-6130] [SQL] support if not exists for i...

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

[GitHub] spark pull request: [SQL] SPARK-6548: Adding stddev to DataFrame f...

2015-04-04 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5357#issuecomment-89527728 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 pro

[GitHub] spark pull request: [SQL] SPARK-6548: Adding stddev to DataFrame f...

2015-04-04 Thread dreamquster
GitHub user dreamquster opened a pull request: https://github.com/apache/spark/pull/5357 [SQL] SPARK-6548: Adding stddev to DataFrame functions remerge SPARK-6548 https://github.com/apache/spark/pull/5228 You can merge this pull request into a Git repository by running: $

[GitHub] spark pull request: [SPARK-6705][MLLIB] Add fit intercept api to m...

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

[GitHub] spark pull request: [SPARK-6705][MLLIB] Add fit intercept api to m...

2015-04-04 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/5301#issuecomment-89516426 ok to test --- 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 enabl

[GitHub] spark pull request: [SPARK-6638] [SQL] Improve performance of Stri...

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

[GitHub] spark pull request: Bug fix for SPARK-5242: "ec2/spark_ec2.py lauc...

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