Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CF278200B30 for ; Mon, 4 Jul 2016 10:22:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CDAB1160A65; Mon, 4 Jul 2016 08:22:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CB986160A55 for ; Mon, 4 Jul 2016 10:22:20 +0200 (CEST) Received: (qmail 89768 invoked by uid 500); 4 Jul 2016 08:22:20 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 89759 invoked by uid 99); 4 Jul 2016 08:22:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2016 08:22:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D243DE03C0; Mon, 4 Jul 2016 08:22:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: srowen@apache.org To: commits@spark.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: spark git commit: [MINOR][DOCS] Remove unused images; crush PNGs that could use it for good measure Date: Mon, 4 Jul 2016 08:22:19 +0000 (UTC) archived-at: Mon, 04 Jul 2016 08:22:22 -0000 Repository: spark Updated Branches: refs/heads/branch-2.0 3ecee573c -> ecbb44709 [MINOR][DOCS] Remove unused images; crush PNGs that could use it for good measure ## What changes were proposed in this pull request? Coincidentally, I discovered that a couple images were unused in `docs/`, and then searched and found more, and then realized some PNGs were pretty big and could be crushed, and before I knew it, had done the same for the ASF site (not committed yet). No functional change at all, just less superfluous image data. ## How was this patch tested? `jekyll serve` Author: Sean Owen Closes #14029 from srowen/RemoveCompressImages. (cherry picked from commit 18fb57f58a04685823408f3a174a8722f155fd4d) Signed-off-by: Sean Owen Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/ecbb4470 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/ecbb4470 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/ecbb4470 Branch: refs/heads/branch-2.0 Commit: ecbb44709bfbaaf3412127dc4569732ade16a6ba Parents: 3ecee57 Author: Sean Owen Authored: Mon Jul 4 09:21:58 2016 +0100 Committer: Sean Owen Committed: Mon Jul 4 09:22:09 2016 +0100 ---------------------------------------------------------------------- .../spark/ui/static/spark-logo-77x50px-hd.png | Bin 4182 -> 3077 bytes docs/img/cluster-overview.png | Bin 33565 -> 22912 bytes docs/img/edge-cut.png | Bin 12563 -> 0 bytes docs/img/edge_cut_vs_vertex_cut.png | Bin 79745 -> 51015 bytes docs/img/graph_parallel.png | Bin 92288 -> 0 bytes docs/img/graphx_logo.png | Bin 40324 -> 22875 bytes docs/img/graphx_performance_comparison.png | Bin 166343 -> 0 bytes docs/img/ml-Pipeline.png | Bin 74030 -> 38536 bytes docs/img/ml-PipelineModel.png | Bin 76019 -> 39228 bytes docs/img/property_graph.png | Bin 225151 -> 135699 bytes docs/img/spark-logo-hd.png | Bin 16418 -> 11306 bytes docs/img/spark-webui-accumulators.png | Bin 231065 -> 160167 bytes docs/img/streaming-arch.png | Bin 78954 -> 51972 bytes docs/img/streaming-dstream-ops.png | Bin 48429 -> 33495 bytes docs/img/streaming-dstream-window.png | Bin 40938 -> 26622 bytes docs/img/streaming-dstream.png | Bin 26823 -> 17843 bytes docs/img/streaming-flow.png | Bin 31544 -> 20425 bytes docs/img/streaming-kinesis-arch.png | Bin 115277 -> 86336 bytes docs/img/structured-streaming-example-model.png | Bin 125504 -> 79409 bytes docs/img/structured-streaming-late-data.png | Bin 138226 -> 91513 bytes docs/img/structured-streaming-model.png | Bin 66098 -> 37321 bytes .../structured-streaming-stream-as-a-table.png | Bin 82251 -> 47791 bytes docs/img/structured-streaming-window.png | Bin 132875 -> 88102 bytes docs/img/triplet.png | Bin 31489 -> 19255 bytes docs/img/vertex-cut.png | Bin 12246 -> 0 bytes docs/img/vertex_routing_edge_tables.png | Bin 570007 -> 323162 bytes 26 files changed, 0 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/core/src/main/resources/org/apache/spark/ui/static/spark-logo-77x50px-hd.png ---------------------------------------------------------------------- diff --git a/core/src/main/resources/org/apache/spark/ui/static/spark-logo-77x50px-hd.png b/core/src/main/resources/org/apache/spark/ui/static/spark-logo-77x50px-hd.png index ffe2550..cee2891 100644 Binary files a/core/src/main/resources/org/apache/spark/ui/static/spark-logo-77x50px-hd.png and b/core/src/main/resources/org/apache/spark/ui/static/spark-logo-77x50px-hd.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/cluster-overview.png ---------------------------------------------------------------------- diff --git a/docs/img/cluster-overview.png b/docs/img/cluster-overview.png index 317554c..b1b7c1a 100644 Binary files a/docs/img/cluster-overview.png and b/docs/img/cluster-overview.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/edge-cut.png ---------------------------------------------------------------------- diff --git a/docs/img/edge-cut.png b/docs/img/edge-cut.png deleted file mode 100644 index 698f4ff..0000000 Binary files a/docs/img/edge-cut.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/edge_cut_vs_vertex_cut.png ---------------------------------------------------------------------- diff --git a/docs/img/edge_cut_vs_vertex_cut.png b/docs/img/edge_cut_vs_vertex_cut.png index ae30396..5b1ed78 100644 Binary files a/docs/img/edge_cut_vs_vertex_cut.png and b/docs/img/edge_cut_vs_vertex_cut.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/graph_parallel.png ---------------------------------------------------------------------- diff --git a/docs/img/graph_parallel.png b/docs/img/graph_parallel.png deleted file mode 100644 index 330be55..0000000 Binary files a/docs/img/graph_parallel.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/graphx_logo.png ---------------------------------------------------------------------- diff --git a/docs/img/graphx_logo.png b/docs/img/graphx_logo.png index 9869ac1..04eb4d9 100644 Binary files a/docs/img/graphx_logo.png and b/docs/img/graphx_logo.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/graphx_performance_comparison.png ---------------------------------------------------------------------- diff --git a/docs/img/graphx_performance_comparison.png b/docs/img/graphx_performance_comparison.png deleted file mode 100644 index 62dcf09..0000000 Binary files a/docs/img/graphx_performance_comparison.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/ml-Pipeline.png ---------------------------------------------------------------------- diff --git a/docs/img/ml-Pipeline.png b/docs/img/ml-Pipeline.png index 6079289..33e2150 100644 Binary files a/docs/img/ml-Pipeline.png and b/docs/img/ml-Pipeline.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/ml-PipelineModel.png ---------------------------------------------------------------------- diff --git a/docs/img/ml-PipelineModel.png b/docs/img/ml-PipelineModel.png index 9ebc167..4d6f5c2 100644 Binary files a/docs/img/ml-PipelineModel.png and b/docs/img/ml-PipelineModel.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/property_graph.png ---------------------------------------------------------------------- diff --git a/docs/img/property_graph.png b/docs/img/property_graph.png index 6f3f89a..72e13b9 100644 Binary files a/docs/img/property_graph.png and b/docs/img/property_graph.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/spark-logo-hd.png ---------------------------------------------------------------------- diff --git a/docs/img/spark-logo-hd.png b/docs/img/spark-logo-hd.png index e4508e7..464eda5 100644 Binary files a/docs/img/spark-logo-hd.png and b/docs/img/spark-logo-hd.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/spark-webui-accumulators.png ---------------------------------------------------------------------- diff --git a/docs/img/spark-webui-accumulators.png b/docs/img/spark-webui-accumulators.png index 237052d..55c50d6 100644 Binary files a/docs/img/spark-webui-accumulators.png and b/docs/img/spark-webui-accumulators.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/streaming-arch.png ---------------------------------------------------------------------- diff --git a/docs/img/streaming-arch.png b/docs/img/streaming-arch.png index ac35f1d..f86fb6b 100644 Binary files a/docs/img/streaming-arch.png and b/docs/img/streaming-arch.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/streaming-dstream-ops.png ---------------------------------------------------------------------- diff --git a/docs/img/streaming-dstream-ops.png b/docs/img/streaming-dstream-ops.png index a1c5634..73084ff 100644 Binary files a/docs/img/streaming-dstream-ops.png and b/docs/img/streaming-dstream-ops.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/streaming-dstream-window.png ---------------------------------------------------------------------- diff --git a/docs/img/streaming-dstream-window.png b/docs/img/streaming-dstream-window.png index 276d2fe..4db3c97 100644 Binary files a/docs/img/streaming-dstream-window.png and b/docs/img/streaming-dstream-window.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/streaming-dstream.png ---------------------------------------------------------------------- diff --git a/docs/img/streaming-dstream.png b/docs/img/streaming-dstream.png index 90f43b8..326a3ae 100644 Binary files a/docs/img/streaming-dstream.png and b/docs/img/streaming-dstream.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/streaming-flow.png ---------------------------------------------------------------------- diff --git a/docs/img/streaming-flow.png b/docs/img/streaming-flow.png index a870cb9..bf5dd40 100644 Binary files a/docs/img/streaming-flow.png and b/docs/img/streaming-flow.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/streaming-kinesis-arch.png ---------------------------------------------------------------------- diff --git a/docs/img/streaming-kinesis-arch.png b/docs/img/streaming-kinesis-arch.png index bea5fa8..4fb0260 100644 Binary files a/docs/img/streaming-kinesis-arch.png and b/docs/img/streaming-kinesis-arch.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/structured-streaming-example-model.png ---------------------------------------------------------------------- diff --git a/docs/img/structured-streaming-example-model.png b/docs/img/structured-streaming-example-model.png index af98765..d63498f 100644 Binary files a/docs/img/structured-streaming-example-model.png and b/docs/img/structured-streaming-example-model.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/structured-streaming-late-data.png ---------------------------------------------------------------------- diff --git a/docs/img/structured-streaming-late-data.png b/docs/img/structured-streaming-late-data.png index 2283f67..f9389c6 100644 Binary files a/docs/img/structured-streaming-late-data.png and b/docs/img/structured-streaming-late-data.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/structured-streaming-model.png ---------------------------------------------------------------------- diff --git a/docs/img/structured-streaming-model.png b/docs/img/structured-streaming-model.png index 2061aae..02becb9 100644 Binary files a/docs/img/structured-streaming-model.png and b/docs/img/structured-streaming-model.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/structured-streaming-stream-as-a-table.png ---------------------------------------------------------------------- diff --git a/docs/img/structured-streaming-stream-as-a-table.png b/docs/img/structured-streaming-stream-as-a-table.png index 8181216..bc63524 100644 Binary files a/docs/img/structured-streaming-stream-as-a-table.png and b/docs/img/structured-streaming-stream-as-a-table.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/structured-streaming-window.png ---------------------------------------------------------------------- diff --git a/docs/img/structured-streaming-window.png b/docs/img/structured-streaming-window.png index c1842b1..875716c 100644 Binary files a/docs/img/structured-streaming-window.png and b/docs/img/structured-streaming-window.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/triplet.png ---------------------------------------------------------------------- diff --git a/docs/img/triplet.png b/docs/img/triplet.png index 8b82a09..5d38cce 100644 Binary files a/docs/img/triplet.png and b/docs/img/triplet.png differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/vertex-cut.png ---------------------------------------------------------------------- diff --git a/docs/img/vertex-cut.png b/docs/img/vertex-cut.png deleted file mode 100644 index 0a508dc..0000000 Binary files a/docs/img/vertex-cut.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/spark/blob/ecbb4470/docs/img/vertex_routing_edge_tables.png ---------------------------------------------------------------------- diff --git a/docs/img/vertex_routing_edge_tables.png b/docs/img/vertex_routing_edge_tables.png index 4379bec..2d1f380 100644 Binary files a/docs/img/vertex_routing_edge_tables.png and b/docs/img/vertex_routing_edge_tables.png differ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org