[spark] branch master updated: [SPARK-28414][WEBUI] UI updates to show resource info in Standalone

2019-08-27 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 70f4bbc [SPARK-28414][WEBUI] UI updates

[spark] branch master updated: [SPARK-27371][CORE] Support GPU-aware resources scheduling in Standalone

2019-08-09 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new cbad616 [SPARK-27371][CORE] Support GPU-aware

[spark] branch master updated: [SPARK-28213][SQL] Replace ColumnarBatchScan with equivilant from Columnar

2019-07-11 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 8dff711 [SPARK-28213][SQL] Replace

[spark] branch master updated: [SPARK-27945][SQL] Minimal changes to support columnar processing

2019-06-28 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new c341de8 [SPARK-27945][SQL] Minimal changes

[spark] branch master updated: [SPARK-27760][CORE] Spark resources - change user resource config from .count to .amount

2019-06-06 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new d30284b [SPARK-27760][CORE] Spark resources

[spark] branch master updated: [SPARK-27362][K8S] Resource Scheduling support for k8s

2019-05-31 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 1277f8f [SPARK-27362][K8S] Resource Scheduling

[spark] branch master updated: [SPARK-27835][CORE] Resource Scheduling: change driver config from addresses

2019-05-30 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 6748b48 [SPARK-27835][CORE] Resource

[spark] branch master updated: [SPARK-27024] Executor interface for cluster managers to support GPU and other resources

2019-05-14 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new db2e3c4 [SPARK-27024] Executor interface

[spark] branch branch-2.4 updated: [SPARK-26269][YARN][BRANCH-2.4] Yarnallocator should have same blacklist behaviour with yarn to maxmize use of cluster resource

2019-01-07 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new b4202e7 [SPARK-26269][YARN][BRANCH-2.4

[spark] branch master updated: [SPARK-26285][CORE] accumulator metrics sources for LongAccumulator and Doub…

2018-12-22 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 0a02d5c [SPARK-26285][CORE] accumulator

[spark] branch master updated: [SPARK-26269][YARN] Yarnallocator should have same blacklist behaviour with yarn to maxmize use of cluster resource

2018-12-21 Thread tgraves
This is an automated email from the ASF dual-hosted git repository. tgraves pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new d6a5f85 [SPARK-26269][YARN] Yarnallocator

spark git commit: [SPARK-26201] Fix python broadcast with encryption

2018-11-30 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.4 4661ac76a -> b68decf19 [SPARK-26201] Fix python broadcast with encryption ## What changes were proposed in this pull request? Python with rpc and disk encryption enabled along with a python broadcast variable and just read the value

spark git commit: [SPARK-26201] Fix python broadcast with encryption

2018-11-30 Thread tgraves
Repository: spark Updated Branches: refs/heads/master c3f27b243 -> 9b23be2e9 [SPARK-26201] Fix python broadcast with encryption ## What changes were proposed in this pull request? Python with rpc and disk encryption enabled along with a python broadcast variable and just read the value back

[1/3] spark git commit: [SPARK-21809] Change Stage Page to use datatables to support sorting columns and searching

2018-11-26 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 3df307aa5 -> 76ef02e49 http://git-wip-us.apache.org/repos/asf/spark/blob/76ef02e4/core/src/test/resources/HistoryServerExpectations/stage_task_list_expectation.json -- diff

[3/3] spark git commit: [SPARK-21809] Change Stage Page to use datatables to support sorting columns and searching

2018-11-26 Thread tgraves
[SPARK-21809] Change Stage Page to use datatables to support sorting columns and searching Support column sort, pagination and search for Stage Page using jQuery DataTable and REST API. Before this commit, the Stage page generated a hard-coded HTML table that could not support search.

[2/3] spark git commit: [SPARK-21809] Change Stage Page to use datatables to support sorting columns and searching

2018-11-26 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark/blob/76ef02e4/core/src/main/scala/org/apache/spark/status/api/v1/api.scala -- diff --git a/core/src/main/scala/org/apache/spark/status/api/v1/api.scala

spark git commit: [SPARK-22148][SPARK-15815][SCHEDULER] Acquire new executors to avoid hang because of blacklisting

2018-11-06 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.4 f98c0ad02 -> 52e9711d0 [SPARK-22148][SPARK-15815][SCHEDULER] Acquire new executors to avoid hang because of blacklisting ## What changes were proposed in this pull request? Every time a task is unschedulable because of the condition

spark git commit: [SPARK-22148][SPARK-15815][SCHEDULER] Acquire new executors to avoid hang because of blacklisting

2018-11-06 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 3ed91c9b8 -> fdd3bace1 [SPARK-22148][SPARK-15815][SCHEDULER] Acquire new executors to avoid hang because of blacklisting ## What changes were proposed in this pull request? Every time a task is unschedulable because of the condition where

spark git commit: [SPARK-25023] Clarify Spark security documentation

2018-11-02 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.4 8c508da2a -> ea11d1142 [SPARK-25023] Clarify Spark security documentation ## What changes were proposed in this pull request? Clarify documentation about security. ## How was this patch tested? None, just documentation Closes

spark git commit: [SPARK-25023] Clarify Spark security documentation

2018-11-02 Thread tgraves
Repository: spark Updated Branches: refs/heads/master e91b60771 -> c00186f90 [SPARK-25023] Clarify Spark security documentation ## What changes were proposed in this pull request? Clarify documentation about security. ## How was this patch tested? None, just documentation Closes #22852

spark git commit: [SPARK-24851][UI] Map a Stage ID to it's Associated Job ID

2018-10-09 Thread tgraves
Repository: spark Updated Branches: refs/heads/master e3133f4ab -> deb9588b2 [SPARK-24851][UI] Map a Stage ID to it's Associated Job ID It would be nice to have a field in Stage Page UI which would show mapping of the current stage id to the job id's to which that stage belongs to. ## What

spark git commit: [SPARK-25641] Change the spark.shuffle.server.chunkFetchHandlerThreadsPercent default to 100

2018-10-08 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 1a2862535 -> 6353425af [SPARK-25641] Change the spark.shuffle.server.chunkFetchHandlerThreadsPercent default to 100 ## What changes were proposed in this pull request? We want to change the default percentage to 100 for

spark git commit: [SPARK-18364][YARN] Expose metrics for YarnShuffleService

2018-10-01 Thread tgraves
Repository: spark Updated Branches: refs/heads/master b96fd44f0 -> a802c69b1 [SPARK-18364][YARN] Expose metrics for YarnShuffleService ## What changes were proposed in this pull request? This PR is follow-up of closed https://github.com/apache/spark/pull/17401 which only ended due to of

spark git commit: [SPARK-24355] Spark external shuffle server improvement to better handle block fetch requests.

2018-09-21 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 2c9d8f56c -> ff601cf71 [SPARK-24355] Spark external shuffle server improvement to better handle block fetch requests. ## What changes were proposed in this pull request? Description: Right now, the default server side netty handler

spark git commit: [SPARK-24415][CORE] Fixed the aggregated stage metrics by retaining stage objects in liveStages until all tasks are complete

2018-09-07 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.3 84922e506 -> 5b8b6b4e9 [SPARK-24415][CORE] Fixed the aggregated stage metrics by retaining stage objects in liveStages until all tasks are complete The problem occurs because stage object is removed from liveStages in

spark git commit: [SPARK-25231] Fix synchronization of executor heartbeat receiver in TaskSchedulerImpl

2018-09-05 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 925449283 -> 559b899ac [SPARK-25231] Fix synchronization of executor heartbeat receiver in TaskSchedulerImpl Running a large Spark job with speculation turned on was causing executor heartbeats to time out on the driver end after

spark git commit: [SPARK-25231] Fix synchronization of executor heartbeat receiver in TaskSchedulerImpl

2018-09-05 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.3 dbf0b9340 -> 31e46ec60 [SPARK-25231] Fix synchronization of executor heartbeat receiver in TaskSchedulerImpl Running a large Spark job with speculation turned on was causing executor heartbeats to time out on the driver end after

spark git commit: [SPARK-24909][CORE] Always unregister pending partition on task completion.

2018-08-30 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.3 b072717b3 -> dbf0b9340 [SPARK-24909][CORE] Always unregister pending partition on task completion. Spark scheduler can hang when fetch failures, executor lost, task running on lost executor, and multiple stage attempts. To fix this we

spark git commit: [SPARK-25043] print master and appId from spark-sql on startup

2018-08-14 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 102487584 -> b81e3031f [SPARK-25043] print master and appId from spark-sql on startup ## What changes were proposed in this pull request? A small change to print the master and appId from spark-sql as with logging turned down all the way

spark git commit: [SPARK-24992][CORE] spark should randomize yarn local dir selection

2018-08-06 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 1a5e46076 -> 51e2b38d9 [SPARK-24992][CORE] spark should randomize yarn local dir selection **Description: [SPARK-24992](https://issues.apache.org/jira/browse/SPARK-24992)** Utils.getLocalDir is used to get path of a temporary directory.

spark git commit: [SPARK-24981][CORE] ShutdownHook timeout causes job to fail when succeeded when SparkContext stop() not called by user program

2018-08-06 Thread tgraves
Repository: spark Updated Branches: refs/heads/master c1760da5d -> 35700bb7f [SPARK-24981][CORE] ShutdownHook timeout causes job to fail when succeeded when SparkContext stop() not called by user program **Description** The issue is described in

spark git commit: [SPARK-13343] speculative tasks that didn't commit shouldn't be marked as success

2018-07-27 Thread tgraves
Repository: spark Updated Branches: refs/heads/master ee5a5a092 -> 5828f41a5 [SPARK-13343] speculative tasks that didn't commit shouldn't be marked as success **Description** Currently Speculative tasks that didn't commit can show up as success (depending on timing of commit). This is a bit

spark git commit: [SPARK-22151] PYTHONPATH not picked up from the spark.yarn.appMaste…

2018-07-18 Thread tgraves
Repository: spark Updated Branches: refs/heads/master c8bee932c -> 1272b2034 [SPARK-22151] PYTHONPATH not picked up from the spark.yarn.appMaste… …rEnv properly Running in yarn cluster mode and trying to set pythonpath via spark.yarn.appMasterEnv.PYTHONPATH doesn't work. the yarn

spark git commit: [SPARK-24677][CORE] Avoid NoSuchElementException from MedianHeap

2018-07-18 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.2 17db57213 -> 144426cff [SPARK-24677][CORE] Avoid NoSuchElementException from MedianHeap ## What changes were proposed in this pull request? When speculation is enabled, TaskSetManager#markPartitionCompleted should write successful task

spark git commit: [SPARK-24677][CORE] Avoid NoSuchElementException from MedianHeap

2018-07-18 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.3 e31b4766b -> 7be70e29d [SPARK-24677][CORE] Avoid NoSuchElementException from MedianHeap ## What changes were proposed in this pull request? When speculation is enabled, TaskSetManager#markPartitionCompleted should write successful task

spark git commit: [SPARK-24677][CORE] Avoid NoSuchElementException from MedianHeap

2018-07-18 Thread tgraves
Repository: spark Updated Branches: refs/heads/master fc0c8c971 -> c8bee932c [SPARK-24677][CORE] Avoid NoSuchElementException from MedianHeap ## What changes were proposed in this pull request? When speculation is enabled, TaskSetManager#markPartitionCompleted should write successful task

spark git commit: Update for spark 2.2.2 release

2018-07-16 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.2 4bc4ccd63 -> 17db57213 Update for spark 2.2.2 release Release process for Spark 2.2.2 say to update the test. Author: Thomas Graves Closes #21707 from tgravescs/spark222-release. Project:

spark git commit: [SPARK-24610] fix reading small files via wholeTextFiles

2018-07-12 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 9fa4a1ed3 -> 1055c94cd [SPARK-24610] fix reading small files via wholeTextFiles ## What changes were proposed in this pull request? The `WholeTextFileInputFormat` determines the `maxSplitSize` for the file/s being read using the

svn commit: r28003 - /dev/spark/v2.2.2-rc2-docs/

2018-07-09 Thread tgraves
Author: tgraves Date: Mon Jul 9 16:12:21 2018 New Revision: 28003 Log: Removing RC artifacts. Removed: dev/spark/v2.2.2-rc2-docs/ - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e

spark-website git commit: Adding missing spark 2.2.2 announcement html files

2018-07-09 Thread tgraves
Repository: spark-website Updated Branches: refs/heads/asf-site 179a5897a -> 2b5ba2f62 Adding missing spark 2.2.2 announcement html files Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/2b5ba2f6 Tree:

[2/3] spark-website git commit: Spark 2.2.2 release announcements

2018-07-09 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/179a5897/site/news/spark-2-3-1-released.html -- diff --git a/site/news/spark-2-3-1-released.html b/site/news/spark-2-3-1-released.html index a6ab537..06b718a 100644 ---

[1/3] spark-website git commit: Spark 2.2.2 release announcements

2018-07-09 Thread tgraves
Repository: spark-website Updated Branches: refs/heads/asf-site 390743e8a -> 179a5897a http://git-wip-us.apache.org/repos/asf/spark-website/blob/179a5897/site/releases/spark-release-1-6-2.html -- diff --git

[3/3] spark-website git commit: Spark 2.2.2 release announcements

2018-07-09 Thread tgraves
Spark 2.2.2 release announcements 2.2.2 docs look fine, created the announcement and regenerated the docs. Author: Thomas Graves Closes #129 from tgravescs/spark222-announce. Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit:

spark-website git commit: Empty commit to trigger asf to github sync

2018-07-09 Thread tgraves
Repository: spark-website Updated Branches: refs/heads/asf-site e10014632 -> 390743e8a Empty commit to trigger asf to github sync Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/390743e8 Tree:

[42/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/intersect.html -- diff --git a/site/docs/2.2.2/api/R/intersect.html b/site/docs/2.2.2/api/R/intersect.html new file mode 100644 index

[50/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/documentation.md -- diff --git a/documentation.md b/documentation.md index 6c587e0..8a9b62d 100644 --- a/documentation.md +++ b/documentation.md @@ -14,6 +14,7 @@

[43/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/gapplyCollect.html -- diff --git a/site/docs/2.2.2/api/R/gapplyCollect.html b/site/docs/2.2.2/api/R/gapplyCollect.html new file mode 100644

[37/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/spark.bisectingKmeans.html -- diff --git a/site/docs/2.2.2/api/R/spark.bisectingKmeans.html

[33/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/write.jdbc.html -- diff --git a/site/docs/2.2.2/api/R/write.jdbc.html b/site/docs/2.2.2/api/R/write.jdbc.html new file mode 100644 index

[24/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fml%2Fclustering%2FLDAModel.html -- diff --git

[36/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/spark.randomForest.html -- diff --git a/site/docs/2.2.2/api/R/spark.randomForest.html b/site/docs/2.2.2/api/R/spark.randomForest.html new

[19/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fml%2Fregression%2FLeastSquaresCostFun.html -- diff --git

[28/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html -- diff --git a/site/docs/2.2.2/api/java/index.html b/site/docs/2.2.2/api/java/index.html new file mode 100644 index

[38/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/sd.html -- diff --git a/site/docs/2.2.2/api/R/sd.html b/site/docs/2.2.2/api/R/sd.html new file mode 100644 index 000..16a114a ---

[08/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/lib/jquery.js -- diff --git a/site/docs/2.2.2/api/java/lib/jquery.js b/site/docs/2.2.2/api/java/lib/jquery.js new file mode 100644 index

[12/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fmllib%2Ftree%2Fmodel%2FDecisionTreeModel.html -- diff --git

[49/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/00Index.html -- diff --git a/site/docs/2.2.2/api/R/00Index.html b/site/docs/2.2.2/api/R/00Index.html new file mode 100644 index

[18/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fmllib%2Fclassification%2FClassificationModel.html -- diff --git

[46/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/coalesce.html -- diff --git a/site/docs/2.2.2/api/R/coalesce.html b/site/docs/2.2.2/api/R/coalesce.html new file mode 100644 index

[25/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fml%2Fclassification%2FLogisticRegressionTrainingSummary.html -- diff --git

[09/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fsql%2Fstreaming%2FStreamingQueryStatus.html -- diff --git

[30/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/constant-values.html -- diff --git a/site/docs/2.2.2/api/java/constant-values.html b/site/docs/2.2.2/api/java/constant-values.html new

[32/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/allclasses-frame.html -- diff --git a/site/docs/2.2.2/api/java/allclasses-frame.html b/site/docs/2.2.2/api/java/allclasses-frame.html new

[03/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/org/apache/spark/ExceptionFailure.html -- diff --git a/site/docs/2.2.2/api/java/org/apache/spark/ExceptionFailure.html

[31/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/allclasses-noframe.html -- diff --git a/site/docs/2.2.2/api/java/allclasses-noframe.html

[13/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fmllib%2Fregression%2Fpackage-tree.html -- diff --git

[15/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fmllib%2Flinalg%2FMatrixImplicits.html -- diff --git

[02/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/org/apache/spark/FetchFailed.html -- diff --git a/site/docs/2.2.2/api/java/org/apache/spark/FetchFailed.html

[05/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/org/apache/spark/Aggregator.html -- diff --git a/site/docs/2.2.2/api/java/org/apache/spark/Aggregator.html

[29/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index-all.html -- diff --git a/site/docs/2.2.2/api/java/index-all.html b/site/docs/2.2.2/api/java/index-all.html new file mode 100644

[10/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fsql%2Fexpressions%2Fjavalang%2Ftyped.html -- diff --git

[35/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/structField.html -- diff --git a/site/docs/2.2.2/api/R/structField.html b/site/docs/2.2.2/api/R/structField.html new file mode 100644 index

[04/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/org/apache/spark/CleanShuffle.html -- diff --git a/site/docs/2.2.2/api/java/org/apache/spark/CleanShuffle.html

[45/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/crossJoin.html -- diff --git a/site/docs/2.2.2/api/R/crossJoin.html b/site/docs/2.2.2/api/R/crossJoin.html new file mode 100644 index

[14/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fmllib%2Foptimization%2FLeastSquaresGradient.html -- diff --git

[34/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/translate.html -- diff --git a/site/docs/2.2.2/api/R/translate.html b/site/docs/2.2.2/api/R/translate.html new file mode 100644 index

[07/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/org/apache/index.html -- diff --git a/site/docs/2.2.2/api/java/org/apache/index.html b/site/docs/2.2.2/api/java/org/apache/index.html new

[39/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/read.parquet.html -- diff --git a/site/docs/2.2.2/api/R/read.parquet.html b/site/docs/2.2.2/api/R/read.parquet.html new file mode 100644

[47/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/arrange.html -- diff --git a/site/docs/2.2.2/api/R/arrange.html b/site/docs/2.2.2/api/R/arrange.html new file mode 100644 index

[11/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fsql%2FDataFrameStatFunctions.html -- diff --git

[20/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fml%2Fregression%2FDecisionTreeRegressionModel.html -- diff --git

[41/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/log1p.html -- diff --git a/site/docs/2.2.2/api/R/log1p.html b/site/docs/2.2.2/api/R/log1p.html new file mode 100644 index 000..ec4b4dc

[22/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fml%2Ffeature%2FStringIndexerModel.html -- diff --git

[01/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
Repository: spark-website Updated Branches: refs/heads/asf-site 5660fb9a4 -> e10014632 http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/org/apache/spark/InternalAccumulator.output$.html

[44/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/R/encode.html -- diff --git a/site/docs/2.2.2/api/R/encode.html b/site/docs/2.2.2/api/R/encode.html new file mode 100644 index

[06/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/org/apache/spark/AccumulatorParam.IntAccumulatorParam$.html -- diff --git

[23/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fml%2Ffeature%2FIndexToString.html -- diff --git

[16/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fmllib%2Ffeature%2FHashingTF.html -- diff --git

[27/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fapi%2Fjava%2Ffunction%2FForeachPartitionFunction.html -- diff --git

[21/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fml%2Fparam%2FDoubleArrayParam.html -- diff --git

[17/51] [partial] spark-website git commit: Spark 2.2.2 docs

2018-07-06 Thread tgraves
http://git-wip-us.apache.org/repos/asf/spark-website/blob/e1001463/site/docs/2.2.2/api/java/index.html?org%2Fapache%2Fspark%2Fmllib%2Fclustering%2FLDA.html -- diff --git

[spark] Git Push Summary

2018-07-03 Thread tgraves
Repository: spark Updated Tags: refs/tags/v2.2.2 [created] fc28ba3db - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

svn commit: r27902 - /dev/spark/v2.2.2-rc2-bin/ /release/spark/spark-2.2.2/

2018-07-03 Thread tgraves
Author: tgraves Date: Tue Jul 3 18:08:54 2018 New Revision: 27902 Log: Publish spark 2.2.2 Added: release/spark/spark-2.2.2/ - copied from r27901, dev/spark/v2.2.2-rc2-bin/ Removed: dev/spark/v2.2.2-rc2-bin

svn commit: r27774 - /dev/spark/KEYS

2018-06-27 Thread tgraves
Author: tgraves Date: Wed Jun 27 20:22:34 2018 New Revision: 27774 Log: Update KEYS Modified: dev/spark/KEYS Modified: dev/spark/KEYS == --- dev/spark/KEYS (original) +++ dev/spark/KEYS Wed Jun 27 20:22:34 2018

svn commit: r27773 - /release/spark/KEYS

2018-06-27 Thread tgraves
Author: tgraves Date: Wed Jun 27 20:04:43 2018 New Revision: 27773 Log: Update KEYS Modified: release/spark/KEYS Modified: release/spark/KEYS == --- release/spark/KEYS (original) +++ release/spark/KEYS Wed Jun 27 20

svn commit: r27769 - in /dev/spark/v2.2.2-rc2-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _site/api/java/org/apache/spark

2018-06-27 Thread tgraves
Author: tgraves Date: Wed Jun 27 17:44:22 2018 New Revision: 27769 Log: Apache Spark v2.2.2-rc2 docs [This commit notification would consist of 1346 parts, which exceeds the limit of 50 ones, so it was shortened to the summary

svn commit: r27768 - /dev/spark/v2.2.2-rc2-bin/

2018-06-27 Thread tgraves
Author: tgraves Date: Wed Jun 27 17:16:26 2018 New Revision: 27768 Log: Apache Spark v2.2.2-rc2 Added: dev/spark/v2.2.2-rc2-bin/ dev/spark/v2.2.2-rc2-bin/SparkR_2.2.2.tar.gz (with props) dev/spark/v2.2.2-rc2-bin/SparkR_2.2.2.tar.gz.asc dev/spark/v2.2.2-rc2-bin/SparkR_2.2.2

[spark] Git Push Summary

2018-06-27 Thread tgraves
Repository: spark Updated Tags: refs/tags/v2.2.2-rc2 [created] fc28ba3db - To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org

[2/2] spark git commit: Preparing development version 2.2.3-SNAPSHOT

2018-06-27 Thread tgraves
Preparing development version 2.2.3-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/47958270 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/47958270 Diff:

[1/2] spark git commit: Preparing Spark release v2.2.2-rc2

2018-06-27 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-2.2 72575d0bb -> 47958270f Preparing Spark release v2.2.2-rc2 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/fc28ba3d Tree:

<    1   2   3   4   5   6   7   8   9   10   >