[GitHub] spark pull request #21662: [SPARK-24662][SQL][SS] Support limit in structure...

2018-06-29 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/21662#discussion_r199286570 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingLimitExec.scala --- @@ -0,0 +1,96 @@ +/* + * Licensed

[GitHub] spark pull request #21662: [SPARK-24662][SQL][SS] Support limit in structure...

2018-06-29 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/21662#discussion_r199286349 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingLimitExec.scala --- @@ -0,0 +1,96 @@ +/* + * Licensed

[GitHub] spark pull request #21662: [SPARK-24662][SQL][SS] Support limit in structure...

2018-06-29 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/21662#discussion_r199279042 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingLimitExec.scala --- @@ -0,0 +1,96 @@ +/* + * Licensed

[GitHub] spark pull request #21662: [SPARK-24662][SQL][SS] Support limit in structure...

2018-06-29 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/21662#discussion_r199280992 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/streaming/StreamSuite.scala --- @@ -615,7 +615,7 @@ class StreamSuite extends StreamTest

[GitHub] spark pull request #21662: [SPARK-24662][SQL][SS] Support limit in structure...

2018-06-29 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/21662#discussion_r199278369 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SparkStrategies.scala --- @@ -72,6 +72,8 @@ abstract class SparkStrategies extends

[GitHub] spark pull request #21662: [SPARK-24662][SQL][SS] Support limit in structure...

2018-06-29 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/21662#discussion_r199278862 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingLimitExec.scala --- @@ -0,0 +1,96 @@ +/* + * Licensed

[GitHub] spark pull request #21662: [SPARK-24662][SQL][SS] Support limit in structure...

2018-06-29 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/21662#discussion_r199279216 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingLimitExec.scala --- @@ -0,0 +1,96 @@ +/* + * Licensed

[GitHub] spark pull request #21662: [SPARK-24662][SQL][SS] Support limit in structure...

2018-06-29 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/21662#discussion_r199278041 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/UnsupportedOperationChecker.scala --- @@ -315,8 +315,10 @@ object

[GitHub] spark pull request #20647: [SPARK-23303][SQL] improve the explain result for...

2018-02-23 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/20647#discussion_r170185948 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala --- @@ -77,31 +79,32 @@ class MicroBatchExecution

[GitHub] spark pull request #20647: [SPARK-23303][SQL] improve the explain result for...

2018-02-22 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/20647#discussion_r170115965 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala --- @@ -415,12 +418,14 @@ class MicroBatchExecution

[GitHub] spark issue #20598: [SPARK-23406] [SS] Enable stream-stream self-joins

2018-02-21 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/20598 Yeah, this seems risky at RC5. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e

[GitHub] spark pull request #20647: [SPARK-23303][SQL] improve the explain result for...

2018-02-21 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/20647#discussion_r169799465 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala --- @@ -107,17 +106,24 @@ case class

[GitHub] spark issue #20511: [SPARK-23340][SQL] Upgrade Apache ORC to 1.4.3

2018-02-14 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/20511 Unfortunately, dependency changes are not typically allowed in patch releases. --- - To unsubscribe, e-mail: reviews-unsubscr

[GitHub] spark pull request #20598: [SPARK-23406] [SS] Enable stream-stream self-join...

2018-02-13 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/20598#discussion_r168011671 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala --- @@ -431,7 +431,11 @@ class MicroBatchExecution

[GitHub] spark pull request #20598: [SPARK-23406] [SS] Enable stream-stream self-join...

2018-02-13 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/20598#discussion_r168011940 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala --- @@ -440,8 +444,6 @@ class MicroBatchExecution

[GitHub] spark issue #20511: [SPARK-23340][SQL] Upgrade Apache ORC to 1.4.3

2018-02-13 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/20511 Sorry if I'm missing some context here, but our typical process this late in the release (we are over a month since the branch was cut) would be to disable any new features that still have

[GitHub] spark issue #20387: [SPARK-23203][SQL]: DataSourceV2: Use immutable logical ...

2018-02-02 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/20387 Regarding, `computeStats`, the logical plan seems like it might not be the right place. As we move towards more CBO it seems like we are going to need to pick physical operators before we can

[GitHub] spark pull request #20387: [SPARK-23203][SQL]: DataSourceV2: Use immutable l...

2018-02-02 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/20387#discussion_r165751660 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DataSourceV2Relation.scala --- @@ -17,15 +17,149 @@ package

[GitHub] spark issue #20085: [SPARK-22739][Catalyst][WIP] Additional Expression Suppo...

2018-01-14 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/20085 This blocks better support for encoders on spark-avro, and seems safe, so I'd really like to include it in possible

[GitHub] spark issue #20219: [SPARK-23025][SQL] Support Null type in scala reflection

2018-01-11 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/20219 This seems reasonable to me. You can already do `sql("SELECT null")` --- - To unsubscribe, e-mail: review

[GitHub] spark issue #20010: [SPARK-22826][SQL] findWiderTypeForTwo Fails over Struct...

2018-01-03 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/20010 /cc @cloud-fan @sameeragarwal --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e

[GitHub] spark issue #20085: [SPARK-22739][Catalyst][WIP] Additional Expression Suppo...

2018-01-03 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/20085 /cc @cloud-fan @sameeragarwal --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e

[GitHub] spark issue #16578: [SPARK-4502][SQL] Parquet nested column pruning

2018-01-03 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/16578 I agree that this PR needs to be allocated more review bandwidth, and it is unfortunate that it has been blocked on that. However, I am -1 on merging a change this large after branch cut

[GitHub] spark pull request #20048: [SPARK-22862] Docs on lazy elimination of columns...

2017-12-21 Thread marmbrus
GitHub user marmbrus opened a pull request: https://github.com/apache/spark/pull/20048 [SPARK-22862] Docs on lazy elimination of columns missing from an encoder This behavior has confused some users, so lets clarify it. You can merge this pull request into a Git repository

[GitHub] spark issue #19925: [SPARK-22732] Add Structured Streaming APIs to DataSourc...

2017-12-14 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/19925 I would probably do ... streaming.reader/writer if we are going to namespace it. --- - To unsubscribe, e-mail: reviews

[GitHub] spark issue #19771: [SPARK-22544][SS]FileStreamSource should use its own had...

2017-11-17 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/19771 LGTM --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark issue #19461: [SPARK-22230] Swap per-row order in state store restore.

2017-10-09 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/19461 LGTM --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark issue #19314: [SPARK-22094][SS]processAllAvailable should check the qu...

2017-09-21 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/19314 LGTM! --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark issue #19240: [SPARK-22018][SQL]Preserve top-level alias metadata when...

2017-09-14 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/19240 LGTM --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark pull request #19240: [SPARK-22018][SQL]Preserve top-level alias metada...

2017-09-14 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/19240#discussion_r139042816 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -2256,7 +2256,10 @@ object CleanupAliases extends Rule

[GitHub] spark pull request #19080: [SPARK-21865][SQL] simplify the distribution sema...

2017-08-30 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/19080#discussion_r136213945 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/physical/partitioning.scala --- @@ -30,18 +30,43 @@ import

[GitHub] spark pull request #19080: [SPARK-21865][SQL] simplify the distribution sema...

2017-08-30 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/19080#discussion_r136213879 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/physical/partitioning.scala --- @@ -30,18 +30,43 @@ import

[GitHub] spark pull request #19080: [SPARK-21865][SQL] simplify the distribution sema...

2017-08-30 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/19080#discussion_r136209980 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/physical/partitioning.scala --- @@ -30,18 +30,43 @@ import

[GitHub] spark pull request #18923: [SPARK-21710][StSt] Fix OOM on ConsoleSink with l...

2017-08-11 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/18923#discussion_r132801760 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/console.scala --- @@ -49,7 +49,7 @@ class ConsoleSink(options: Map[String

[GitHub] spark pull request #18923: [SPARK-21710][StSt] Fix OOM on ConsoleSink with l...

2017-08-11 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/18923#discussion_r132792708 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/console.scala --- @@ -49,7 +49,7 @@ class ConsoleSink(options: Map[String

[GitHub] spark pull request #18925: [SPARK-21713][SC] Replace streaming bit with Outp...

2017-08-11 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/18925#discussion_r132791950 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala --- @@ -779,10 +780,16 @@ case object

[GitHub] spark pull request #18925: [SPARK-21713][SC] Replace streaming bit with Outp...

2017-08-11 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/18925#discussion_r132791711 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/Optimizer.scala --- @@ -1185,7 +1186,7 @@ object

[GitHub] spark issue #18925: [SPARK-21713][SC] Replace streaming bit with OutputMode

2017-08-11 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/18925 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 enabled and wishes so

[GitHub] spark issue #18925: [SPARK-21713][SC] Replace streaming bit with OutputMode

2017-08-11 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/18925 add to whitelist --- 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

[GitHub] spark pull request #18828: [SPARK-21619][SQL] Fail the execution of canonica...

2017-08-03 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/18828#discussion_r131250896 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/QueryPlan.scala --- @@ -181,17 +181,38 @@ abstract class QueryPlan[PlanType

[GitHub] spark issue #18822: [SPARK-21546][SS] dropDuplicates should ignore watermark...

2017-08-02 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/18822 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 wishes so

[GitHub] spark issue #18803: [SPARK-21597][SS]Fix a potential overflow issue in Event...

2017-08-01 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/18803 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 wishes so

[GitHub] spark issue #18780: [INTRA] Close stale PRs

2017-07-31 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/18780 I'm in favor of fairly aggressive closing of inactive pull requests. The cost of reopening them is small, and the benefits of having a clear view of what is in progress are large. I think as long

[GitHub] spark issue #18658: [SPARK-20871][SQL] only log Janino code at debug level

2017-07-17 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/18658 That seems reasonable. I'm kind of pro-truncation for very very large code. Even though its not great to have something truncated, outputting GBs of logs is also pretty bad for downstream

[GitHub] spark issue #18658: [SPARK-20871][SQL] only log Janino code at debug level

2017-07-17 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/18658 I don't have super strong opinions here, but in my experience its not always easy to get users to rerun a failed query with a different logging level. Have we considered truncating or special

[GitHub] spark issue #18638: [SPARK-21421][SS]Add the query id as a local property to...

2017-07-14 Thread marmbrus
Github user marmbrus commented on the issue: https://github.com/apache/spark/pull/18638 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 wishes so

spark-website git commit: Add pyspark instructions

2017-07-13 Thread marmbrus
Repository: spark-website Updated Branches: refs/heads/asf-site 5ddf243fd -> f57f0702b Add pyspark instructions Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/f57f0702 Tree:

spark-website git commit: More 2.2.0 Release Notes

2017-07-12 Thread marmbrus
Repository: spark-website Updated Branches: refs/heads/asf-site 40f588bb5 -> 869f8a6fb More 2.2.0 Release Notes Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/869f8a6f Tree:

spark-website git commit: Fix 2.2.0 contributor list

2017-07-12 Thread marmbrus
Repository: spark-website Updated Branches: refs/heads/asf-site 2fac17731 -> 40f588bb5 Fix 2.2.0 contributor list Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/40f588bb Tree:

spark-website git commit: Fix downloads page

2017-07-11 Thread marmbrus
Repository: spark-website Updated Branches: refs/heads/asf-site ee654d1f3 -> f2d5d2a68 Fix downloads page Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/f2d5d2a6 Tree:

[36/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/groupBy.html -- diff --git a/site/docs/2.2.0/api/R/groupBy.html b/site/docs/2.2.0/api/R/groupBy.html new file mode 100644 index

[30/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/nafunctions.html -- diff --git a/site/docs/2.2.0/api/R/nafunctions.html b/site/docs/2.2.0/api/R/nafunctions.html new file mode 100644 index

[24/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/shiftLeft.html -- diff --git a/site/docs/2.2.0/api/R/shiftLeft.html b/site/docs/2.2.0/api/R/shiftLeft.html new file mode 100644 index

[32/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/listColumns.html -- diff --git a/site/docs/2.2.0/api/R/listColumns.html b/site/docs/2.2.0/api/R/listColumns.html new file mode 100644 index

[42/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/crosstab.html -- diff --git a/site/docs/2.2.0/api/R/crosstab.html b/site/docs/2.2.0/api/R/crosstab.html new file mode 100644 index

[11/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/constant-values.html -- diff --git a/site/docs/2.2.0/api/java/constant-values.html b/site/docs/2.2.0/api/java/constant-values.html new

[19/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/tableNames.html -- diff --git a/site/docs/2.2.0/api/R/tableNames.html b/site/docs/2.2.0/api/R/tableNames.html new file mode 100644 index

[22/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/spark.lda.html -- diff --git a/site/docs/2.2.0/api/R/spark.lda.html b/site/docs/2.2.0/api/R/spark.lda.html new file mode 100644 index

[34/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/intersect.html -- diff --git a/site/docs/2.2.0/api/R/intersect.html b/site/docs/2.2.0/api/R/intersect.html new file mode 100644 index

[49/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/00Index.html -- diff --git a/site/docs/2.2.0/api/R/00Index.html b/site/docs/2.2.0/api/R/00Index.html new file mode 100644 index

[41/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/dayofyear.html -- diff --git a/site/docs/2.2.0/api/R/dayofyear.html b/site/docs/2.2.0/api/R/dayofyear.html new file mode 100644 index

[38/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/first.html -- diff --git a/site/docs/2.2.0/api/R/first.html b/site/docs/2.2.0/api/R/first.html new file mode 100644 index 000..2a4edc9

[37/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/gapply.html -- diff --git a/site/docs/2.2.0/api/R/gapply.html b/site/docs/2.2.0/api/R/gapply.html new file mode 100644 index

[06/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/org/apache/spark/AccumulatorParam.IntAccumulatorParam$.html -- diff --git

[27/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/regexp_replace.html -- diff --git a/site/docs/2.2.0/api/R/regexp_replace.html b/site/docs/2.2.0/api/R/regexp_replace.html new file mode

[02/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/org/apache/spark/FetchFailed.html -- diff --git a/site/docs/2.2.0/api/java/org/apache/spark/FetchFailed.html

[13/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/allclasses-frame.html -- diff --git a/site/docs/2.2.0/api/java/allclasses-frame.html b/site/docs/2.2.0/api/java/allclasses-frame.html new

[18/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/to_json.html -- diff --git a/site/docs/2.2.0/api/R/to_json.html b/site/docs/2.2.0/api/R/to_json.html new file mode 100644 index

[44/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/coltypes.html -- diff --git a/site/docs/2.2.0/api/R/coltypes.html b/site/docs/2.2.0/api/R/coltypes.html new file mode 100644 index

[01/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
Repository: spark-website Updated Branches: refs/heads/asf-site 04d5ce051 -> ee654d1f3 http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/org/apache/spark/InternalAccumulator.output$.html

[53/56] spark-website git commit: Rebuild for 2.2.0

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/ee654d1f/site/screencasts/3-transformations-and-caching.html -- diff --git a/site/screencasts/3-transformations-and-caching.html

[26/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/round.html -- diff --git a/site/docs/2.2.0/api/R/round.html b/site/docs/2.2.0/api/R/round.html new file mode 100644 index 000..35b3cbf

[09/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/index.html -- diff --git a/site/docs/2.2.0/api/java/index.html b/site/docs/2.2.0/api/java/index.html new file mode 100644 index

[50/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/README.md -- diff --git a/site/docs/2.2.0/README.md b/site/docs/2.2.0/README.md new file mode 100644 index 000..90e10a1 --- /dev/null +++

[05/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/org/apache/spark/Aggregator.html -- diff --git a/site/docs/2.2.0/api/java/org/apache/spark/Aggregator.html

[28/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/randn.html -- diff --git a/site/docs/2.2.0/api/R/randn.html b/site/docs/2.2.0/api/R/randn.html new file mode 100644 index 000..ed45118

[39/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/explain.html -- diff --git a/site/docs/2.2.0/api/R/explain.html b/site/docs/2.2.0/api/R/explain.html new file mode 100644 index

[40/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/dropDuplicates.html -- diff --git a/site/docs/2.2.0/api/R/dropDuplicates.html b/site/docs/2.2.0/api/R/dropDuplicates.html new file mode

[20/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/subset.html -- diff --git a/site/docs/2.2.0/api/R/subset.html b/site/docs/2.2.0/api/R/subset.html new file mode 100644 index

[31/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/merge.html -- diff --git a/site/docs/2.2.0/api/R/merge.html b/site/docs/2.2.0/api/R/merge.html new file mode 100644 index 000..0bc3629

[56/56] spark-website git commit: Rebuild for 2.2.0

2017-07-11 Thread marmbrus
Rebuild for 2.2.0 Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/ee654d1f Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/ee654d1f Diff:

[54/56] spark-website git commit: Rebuild for 2.2.0

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/ee654d1f/site/releases/spark-release-0-5-2.html -- diff --git a/site/releases/spark-release-0-5-2.html b/site/releases/spark-release-0-5-2.html index 1ebbb72..ad37cd1

[12/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/allclasses-noframe.html -- diff --git a/site/docs/2.2.0/api/java/allclasses-noframe.html

[47/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/add_months.html -- diff --git a/site/docs/2.2.0/api/R/add_months.html b/site/docs/2.2.0/api/R/add_months.html new file mode 100644 index

[04/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/org/apache/spark/CleanShuffle.html -- diff --git a/site/docs/2.2.0/api/java/org/apache/spark/CleanShuffle.html

[43/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/cosh.html -- diff --git a/site/docs/2.2.0/api/R/cosh.html b/site/docs/2.2.0/api/R/cosh.html new file mode 100644 index 000..0b06194 ---

[29/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/over.html -- diff --git a/site/docs/2.2.0/api/R/over.html b/site/docs/2.2.0/api/R/over.html new file mode 100644 index 000..539a56f ---

[17/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/unpersist.html -- diff --git a/site/docs/2.2.0/api/R/unpersist.html b/site/docs/2.2.0/api/R/unpersist.html new file mode 100644 index

[35/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/histogram.html -- diff --git a/site/docs/2.2.0/api/R/histogram.html b/site/docs/2.2.0/api/R/histogram.html new file mode 100644 index

[16/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/with.html -- diff --git a/site/docs/2.2.0/api/R/with.html b/site/docs/2.2.0/api/R/with.html new file mode 100644 index 000..d6e656c ---

[10/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/index-all.html -- diff --git a/site/docs/2.2.0/api/java/index-all.html b/site/docs/2.2.0/api/java/index-all.html new file mode 100644

[15/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/write.json.html -- diff --git a/site/docs/2.2.0/api/R/write.json.html b/site/docs/2.2.0/api/R/write.json.html new file mode 100644 index

[46/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/atan2.html -- diff --git a/site/docs/2.2.0/api/R/atan2.html b/site/docs/2.2.0/api/R/atan2.html new file mode 100644 index 000..4a141c7

[25/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/schema.html -- diff --git a/site/docs/2.2.0/api/R/schema.html b/site/docs/2.2.0/api/R/schema.html new file mode 100644 index

[52/56] spark-website git commit: Update for 2.2.0

2017-07-11 Thread marmbrus
Update for 2.2.0 Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/76d1abf1 Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/76d1abf1 Diff:

[14/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/write.text.html -- diff --git a/site/docs/2.2.0/api/R/write.text.html b/site/docs/2.2.0/api/R/write.text.html new file mode 100644 index

[48/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/00frame_toc.html -- diff --git a/site/docs/2.2.0/api/R/00frame_toc.html b/site/docs/2.2.0/api/R/00frame_toc.html new file mode 100644 index

[07/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/org/apache/spark/Accumulable.html -- diff --git a/site/docs/2.2.0/api/java/org/apache/spark/Accumulable.html

[08/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/java/lib/jquery.js -- diff --git a/site/docs/2.2.0/api/java/lib/jquery.js b/site/docs/2.2.0/api/java/lib/jquery.js new file mode 100644 index

[45/56] [partial] spark-website git commit: Add Spark 2.2.0 docs

2017-07-11 Thread marmbrus
http://git-wip-us.apache.org/repos/asf/spark-website/blob/f7ec1155/site/docs/2.2.0/api/R/cancelJobGroup.html -- diff --git a/site/docs/2.2.0/api/R/cancelJobGroup.html b/site/docs/2.2.0/api/R/cancelJobGroup.html new file mode

  1   2   3   4   5   6   7   8   9   10   >