Beautified figures in new features page
Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/12993285 Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/12993285 Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/12993285 Branch: refs/heads/master Commit: 1299328528c91cf2dbbb0a4466c4f00afd2ef8bc Parents: a715a56 Author: Kostas Tzoumas <[email protected]> Authored: Mon Jul 13 19:41:58 2015 +0200 Committer: Kostas Tzoumas <[email protected]> Committed: Mon Jul 13 19:41:58 2015 +0200 ---------------------------------------------------------------------- features_new.md | 6 +++--- img/features/continuous_streams.png | Bin 37006 -> 45433 bytes img/features/distributed_snapshots.png | Bin 32838 -> 51039 bytes img/features/exactly_once_state.png | Bin 10381 -> 11460 bytes img/features/iterations.png | Bin 135851 -> 135824 bytes img/features/memory_heap_division.png | Bin 28333 -> 42006 bytes img/features/one_runtime.png | Bin 16913 -> 32450 bytes img/features/optimizer_choice.png | Bin 13317 -> 32423 bytes 8 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/12993285/features_new.md ---------------------------------------------------------------------- diff --git a/features_new.md b/features_new.md index 4f49d01..c89e16a 100644 --- a/features_new.md +++ b/features_new.md @@ -47,7 +47,7 @@ layout: features <p class="lead">Flink's checkpointing mechanism ensures <i>exactly once</i> semantics for the state in the presence of failures.</p> </div> <div class="col-sm-6 img-column"> - <img src="{{ site.baseurl }}/img/features/exactly_once_state.png" alt="Exactly-once Semantics for Stateful Computations" style="width:40%" /> + <img src="{{ site.baseurl }}/img/features/exactly_once_state.png" alt="Exactly-once Semantics for Stateful Computations" style="width:50%" /> </div> </div> @@ -114,7 +114,7 @@ layout: features <p class="lead">Batch processing applications run efficiently as special cases of stream processing applications.</p> </div> <div class="col-sm-6 img-column"> - <img src="{{ site.baseurl }}/img/features/one_runtime.png" alt="Unified Runtime for Batch and Stream Data Analysis" style="width:75%" /> + <img src="{{ site.baseurl }}/img/features/one_runtime.png" alt="Unified Runtime for Batch and Stream Data Analysis" style="width:50%" /> </div> </div> @@ -168,7 +168,7 @@ layout: features <p class="lead">Batch programs are automatically optimized to exploit situations where expensive operations (like shuffles and sorts) can be avoided, and when intermediate data should be cached.</p> </div> <div class="col-sm-6 img-column"> - <img src="{{ site.baseurl }}/img/features/optimizer_choice.png" alt="Optimizer choosing between different execution strategies" style="width:40%" /> + <img src="{{ site.baseurl }}/img/features/optimizer_choice.png" alt="Optimizer choosing between different execution strategies" style="width:100%" /> </div> </div> http://git-wip-us.apache.org/repos/asf/flink-web/blob/12993285/img/features/continuous_streams.png ---------------------------------------------------------------------- diff --git a/img/features/continuous_streams.png b/img/features/continuous_streams.png index a4bb16b..885dc51 100644 Binary files a/img/features/continuous_streams.png and b/img/features/continuous_streams.png differ http://git-wip-us.apache.org/repos/asf/flink-web/blob/12993285/img/features/distributed_snapshots.png ---------------------------------------------------------------------- diff --git a/img/features/distributed_snapshots.png b/img/features/distributed_snapshots.png index 9594f27..b4575e5 100644 Binary files a/img/features/distributed_snapshots.png and b/img/features/distributed_snapshots.png differ http://git-wip-us.apache.org/repos/asf/flink-web/blob/12993285/img/features/exactly_once_state.png ---------------------------------------------------------------------- diff --git a/img/features/exactly_once_state.png b/img/features/exactly_once_state.png index 6b6d4df..17ed08f 100644 Binary files a/img/features/exactly_once_state.png and b/img/features/exactly_once_state.png differ http://git-wip-us.apache.org/repos/asf/flink-web/blob/12993285/img/features/iterations.png ---------------------------------------------------------------------- diff --git a/img/features/iterations.png b/img/features/iterations.png index 989564e..83dd83c 100644 Binary files a/img/features/iterations.png and b/img/features/iterations.png differ http://git-wip-us.apache.org/repos/asf/flink-web/blob/12993285/img/features/memory_heap_division.png ---------------------------------------------------------------------- diff --git a/img/features/memory_heap_division.png b/img/features/memory_heap_division.png index e0807b0..2b4c2e2 100644 Binary files a/img/features/memory_heap_division.png and b/img/features/memory_heap_division.png differ http://git-wip-us.apache.org/repos/asf/flink-web/blob/12993285/img/features/one_runtime.png ---------------------------------------------------------------------- diff --git a/img/features/one_runtime.png b/img/features/one_runtime.png index 94453a6..9cb4363 100644 Binary files a/img/features/one_runtime.png and b/img/features/one_runtime.png differ http://git-wip-us.apache.org/repos/asf/flink-web/blob/12993285/img/features/optimizer_choice.png ---------------------------------------------------------------------- diff --git a/img/features/optimizer_choice.png b/img/features/optimizer_choice.png index e64ca1e..1f8004b 100644 Binary files a/img/features/optimizer_choice.png and b/img/features/optimizer_choice.png differ
