From efc46eb0b9f4e5364ddf0afd93354ce333b1c008 Mon Sep 17 00:00:00 2001 From: krishna kunapuli Date: Tue, 14 Mar 2017 08:00:20 -0600 Subject: [PATCH 1/2] improve readme --- README.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 373ea2a03..bde05bb85 100644 --- a/README.markdown +++ b/README.markdown @@ -42,7 +42,6 @@ The current set of results that we care about are comparing the latency that a p The result of running a test creates a few files data/seen.txt and data/updated.txt data/seen.txt contains the counts of events for different campaigns and time windows. data/updated.txt is the latency in ms from when the last event was emitted to kafka for that particular campaign window and when it was written into Redis. ### References -Sanket Chintapalli, Derek Dagit, Bobby Evans, Reza Farivar, Thomas Graves, Mark Holderbaugh, Zhuo Liu, Kyle Nusbaum, Kishorkumar Patil, Boyang Jerry Peng, Paul Poulosky. -"Benchmarking Streaming Computation Engines: Storm, Flink and Spark Streaming. " -First Annual Workshop on Emerging Parallel and Distributed Runtime Systems and Middleware. IEEE, 2016. +Sanket Chintapalli, Derek Dagit, Bobby Evans, Reza Farivar, Thomas Graves, Mark Holderbaugh, Zhuo Liu, Kyle Nusbaum, Kishorkumar Patil, Boyang Jerry Peng, Paul Poulosky. Please read the blog at https://yahooeng.tumblr.com/post/135321837876/benchmarking-streaming-computation-engines-at to understand the tests and benchmark design. Or web search for topic "Benchmarking Streaming Computation Engines: Storm, Flink and Spark Streaming. " First Annual Workshop on Emerging Parallel and Distributed Runtime Systems and Middleware. IEEE, 2016. + From 971ebf9f7fbb28eb2a9a9b2f4cac1265bd7c74ef Mon Sep 17 00:00:00 2001 From: krishna kunapuli Date: Tue, 14 Mar 2017 12:37:14 -0600 Subject: [PATCH 2/2] add IEEE white paper reference link --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index bde05bb85..516d9c46b 100644 --- a/README.markdown +++ b/README.markdown @@ -42,6 +42,6 @@ The current set of results that we care about are comparing the latency that a p The result of running a test creates a few files data/seen.txt and data/updated.txt data/seen.txt contains the counts of events for different campaigns and time windows. data/updated.txt is the latency in ms from when the last event was emitted to kafka for that particular campaign window and when it was written into Redis. ### References -Sanket Chintapalli, Derek Dagit, Bobby Evans, Reza Farivar, Thomas Graves, Mark Holderbaugh, Zhuo Liu, Kyle Nusbaum, Kishorkumar Patil, Boyang Jerry Peng, Paul Poulosky. Please read the blog at https://yahooeng.tumblr.com/post/135321837876/benchmarking-streaming-computation-engines-at to understand the tests and benchmark design. Or web search for topic "Benchmarking Streaming Computation Engines: Storm, Flink and Spark Streaming. " First Annual Workshop on Emerging Parallel and Distributed Runtime Systems and Middleware. IEEE, 2016. +Sanket Chintapalli, Derek Dagit, Bobby Evans, Reza Farivar, Thomas Graves, Mark Holderbaugh, Zhuo Liu, Kyle Nusbaum, Kishorkumar Patil, Boyang Jerry Peng, Paul Poulosky. Please read the blog at https://yahooeng.tumblr.com/post/135321837876/benchmarking-streaming-computation-engines-at to understand the tests and benchmark design. Or web search for topic "Benchmarking Streaming Computation Engines: Storm, Flink and Spark Streaming. " First Annual Workshop on Emerging Parallel and Distributed Runtime Systems and Middleware. IEEE, 2016. A white paper on this topic is also available at http://ieeexplore.ieee.org/document/7530084/