From 18fb57f58a04685823408f3a174a8722f155fd4d Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Mon, 4 Jul 2016 09:21:58 +0100 Subject: [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. --- .../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 .../img/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(-) delete mode 100644 docs/img/edge-cut.png delete mode 100644 docs/img/graph_parallel.png delete mode 100644 docs/img/graphx_performance_comparison.png delete mode 100644 docs/img/vertex-cut.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 ffe2550630..cee28916e8 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 diff --git a/docs/img/cluster-overview.png b/docs/img/cluster-overview.png index 317554c5f2..b1b7c1ab5a 100644 Binary files a/docs/img/cluster-overview.png and b/docs/img/cluster-overview.png differ diff --git a/docs/img/edge-cut.png b/docs/img/edge-cut.png deleted file mode 100644 index 698f4ff181..0000000000 Binary files a/docs/img/edge-cut.png and /dev/null differ diff --git a/docs/img/edge_cut_vs_vertex_cut.png b/docs/img/edge_cut_vs_vertex_cut.png index ae30396d3f..5b1ed78a42 100644 Binary files a/docs/img/edge_cut_vs_vertex_cut.png and b/docs/img/edge_cut_vs_vertex_cut.png differ diff --git a/docs/img/graph_parallel.png b/docs/img/graph_parallel.png deleted file mode 100644 index 330be5567c..0000000000 Binary files a/docs/img/graph_parallel.png and /dev/null differ diff --git a/docs/img/graphx_logo.png b/docs/img/graphx_logo.png index 9869ac148c..04eb4d9217 100644 Binary files a/docs/img/graphx_logo.png and b/docs/img/graphx_logo.png differ diff --git a/docs/img/graphx_performance_comparison.png b/docs/img/graphx_performance_comparison.png deleted file mode 100644 index 62dcf098c9..0000000000 Binary files a/docs/img/graphx_performance_comparison.png and /dev/null differ diff --git a/docs/img/ml-Pipeline.png b/docs/img/ml-Pipeline.png index 607928906b..33e2150b24 100644 Binary files a/docs/img/ml-Pipeline.png and b/docs/img/ml-Pipeline.png differ diff --git a/docs/img/ml-PipelineModel.png b/docs/img/ml-PipelineModel.png index 9ebc16719d..4d6f5c27af 100644 Binary files a/docs/img/ml-PipelineModel.png and b/docs/img/ml-PipelineModel.png differ diff --git a/docs/img/property_graph.png b/docs/img/property_graph.png index 6f3f89a010..72e13b91aa 100644 Binary files a/docs/img/property_graph.png and b/docs/img/property_graph.png differ diff --git a/docs/img/spark-logo-hd.png b/docs/img/spark-logo-hd.png index e4508e7553..464eda547b 100644 Binary files a/docs/img/spark-logo-hd.png and b/docs/img/spark-logo-hd.png differ diff --git a/docs/img/spark-webui-accumulators.png b/docs/img/spark-webui-accumulators.png index 237052d7b5..55c50d608b 100644 Binary files a/docs/img/spark-webui-accumulators.png and b/docs/img/spark-webui-accumulators.png differ diff --git a/docs/img/streaming-arch.png b/docs/img/streaming-arch.png index ac35f1d34c..f86fb6bcbb 100644 Binary files a/docs/img/streaming-arch.png and b/docs/img/streaming-arch.png differ diff --git a/docs/img/streaming-dstream-ops.png b/docs/img/streaming-dstream-ops.png index a1c5634aa3..73084ff1a1 100644 Binary files a/docs/img/streaming-dstream-ops.png and b/docs/img/streaming-dstream-ops.png differ diff --git a/docs/img/streaming-dstream-window.png b/docs/img/streaming-dstream-window.png index 276d2fee5e..4db3c97c29 100644 Binary files a/docs/img/streaming-dstream-window.png and b/docs/img/streaming-dstream-window.png differ diff --git a/docs/img/streaming-dstream.png b/docs/img/streaming-dstream.png index 90f43b8c71..326a3aef0f 100644 Binary files a/docs/img/streaming-dstream.png and b/docs/img/streaming-dstream.png differ diff --git a/docs/img/streaming-flow.png b/docs/img/streaming-flow.png index a870cb9b18..bf5dd40d35 100644 Binary files a/docs/img/streaming-flow.png and b/docs/img/streaming-flow.png differ diff --git a/docs/img/streaming-kinesis-arch.png b/docs/img/streaming-kinesis-arch.png index bea5fa88df..4fb026064d 100644 Binary files a/docs/img/streaming-kinesis-arch.png and b/docs/img/streaming-kinesis-arch.png differ diff --git a/docs/img/structured-streaming-example-model.png b/docs/img/structured-streaming-example-model.png index af98765fd8..d63498fdec 100644 Binary files a/docs/img/structured-streaming-example-model.png and b/docs/img/structured-streaming-example-model.png differ diff --git a/docs/img/structured-streaming-late-data.png b/docs/img/structured-streaming-late-data.png index 2283f6782f..f9389c6055 100644 Binary files a/docs/img/structured-streaming-late-data.png and b/docs/img/structured-streaming-late-data.png differ diff --git a/docs/img/structured-streaming-model.png b/docs/img/structured-streaming-model.png index 2061aae1ad..02becb91ef 100644 Binary files a/docs/img/structured-streaming-model.png and b/docs/img/structured-streaming-model.png differ diff --git a/docs/img/structured-streaming-stream-as-a-table.png b/docs/img/structured-streaming-stream-as-a-table.png index 8181216117..bc63524464 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 diff --git a/docs/img/structured-streaming-window.png b/docs/img/structured-streaming-window.png index c1842b1ca4..875716c708 100644 Binary files a/docs/img/structured-streaming-window.png and b/docs/img/structured-streaming-window.png differ diff --git a/docs/img/triplet.png b/docs/img/triplet.png index 8b82a09bed..5d38ccebd3 100644 Binary files a/docs/img/triplet.png and b/docs/img/triplet.png differ diff --git a/docs/img/vertex-cut.png b/docs/img/vertex-cut.png deleted file mode 100644 index 0a508dcee9..0000000000 Binary files a/docs/img/vertex-cut.png and /dev/null differ diff --git a/docs/img/vertex_routing_edge_tables.png b/docs/img/vertex_routing_edge_tables.png index 4379becc87..2d1f3808e7 100644 Binary files a/docs/img/vertex_routing_edge_tables.png and b/docs/img/vertex_routing_edge_tables.png differ -- cgit v1.2.3