You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by da...@apache.org on 2016/10/27 20:10:40 UTC

apex-site git commit: Remove outdated presentation link.

Repository: apex-site
Updated Branches:
  refs/heads/master 40276ac2f -> 2e062a484


Remove outdated presentation link.


Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/2e062a48
Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/2e062a48
Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/2e062a48

Branch: refs/heads/master
Commit: 2e062a484805783d38532221dd7d4239fb043af9
Parents: 40276ac
Author: Thomas Weise <th...@apache.org>
Authored: Thu Oct 27 10:55:56 2016 -0700
Committer: Thomas Weise <th...@apache.org>
Committed: Thu Oct 27 10:55:56 2016 -0700

----------------------------------------------------------------------
 src/md/docs.md | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-site/blob/2e062a48/src/md/docs.md
----------------------------------------------------------------------
diff --git a/src/md/docs.md b/src/md/docs.md
index 42bb07a..eed5824 100644
--- a/src/md/docs.md
+++ b/src/md/docs.md
@@ -26,8 +26,6 @@ dimensional computations on a simulated sales data stream.
 - [Stream Processing with Apache Apex (video)](https://www.youtube.com/watch?v=1DVMSRTNdIQ) and [(slides)](http://www.slideshare.net/ApacheApex/hadoop-summit-sj-2016-next-gen-big-data-analytics-with-apache-apex) A broad overview slide deck covering topics such as windowing, static and dynamic partitioning, unification, fault tolerance, locality, monitoring, etc.
 - [Fault Tolerance and Processing Semantics (video)](https://www.youtube.com/watch?v=FCMY6Ii89Nw) and [(slides)](http://www.slideshare.net/ApacheApexOrganizer/webinar-fault-toleranceandprocessingsemantics) A webinar covering core Apache Apex features including checkpointing and fault tolerance with fast, incremental recovery via a buffer server which uses a publish-subscribe model for inter-operator data transport. A variety of failure scenarios and processing guarantees are discussed.
 - [Smart Partitioning with Apache Apex (video)](https://www.youtube.com/watch?v=kJWMajIjGG0) and [(slides)](http://www.slideshare.net/ApacheApex/smart-partitioning-with-apache-apex-webinar) Webinar covering partitioning, including unique Apex features such as elasticity with dynamic resource allocation, parallel partitions for speculative execution and processing SLA etc.
-- [Windows in Apache Apex](http://www.slideshare.net/DevendraVyavahare/windowing-in-apex) Discusses the various flavors of windows available in Apache Apex and how to configure and
-use them via callbacks. Contrasts windows with micro-batches.
 - [Real Time Stream Processing Versus Batch](http://www.slideshare.net/DevendraVyavahare/batch-processing-vs-real-time-data-processing-streaming) Slide deck compares and contrasts the needs, use cases and challenges of stream processing with those of batch processing.
 
 ### Blogs