From bcfee083cf81d115bc5d68b0a05939ede0493437 Mon Sep 17 00:00:00 2001 From: Ranjith Zachariah Date: Mon, 18 Jan 2016 16:56:50 -0500 Subject: [PATCH 1/2] Update epoch download URL --- .../cloudformation/kinesis-storm-clickstream-stack.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-blog-kinesis-storm-clickstream-app/static/cloudformation/kinesis-storm-clickstream-stack.template b/aws-blog-kinesis-storm-clickstream-app/static/cloudformation/kinesis-storm-clickstream-stack.template index 7de0b2fd..d8fe4830 100644 --- a/aws-blog-kinesis-storm-clickstream-app/static/cloudformation/kinesis-storm-clickstream-stack.template +++ b/aws-blog-kinesis-storm-clickstream-app/static/cloudformation/kinesis-storm-clickstream-stack.template @@ -366,8 +366,8 @@ "cd /mnt/clickstream-demo\n", "npm install \"connect@2.20\" >> /home/ec2-user/node-install.log 2>&1 || error_exit 'Failed to install NodeJs.See node-install.log for details'\n", "npm install redis >> /home/ec2-user/node-install.log 2>&1 || error_exit 'Failed to install NodeJs.See node-install.log for details'\n", - "wget http://fastly.github.io/epoch/download/epoch.0.6.0.zip >> /home/ec2-user/epoch-install.log 2>&1 || error_exit 'Failed to install Epoch.See epoch-install.log for details'\n", - "unzip epoch.0.6.0.zip >> /home/ec2-user/epoch-install.log 2>&1 || error_exit 'Failed to install Epoch.See epoch-install.log for details'\n", + "wget https://cdn.jsdelivr.net/epoch/0.8.4/epoch.zip >> /home/ec2-user/epoch-install.log 2>&1 || error_exit 'Failed to install Epoch.See epoch-install.log for details'\n", + "unzip epoch.zip >> /home/ec2-user/epoch-install.log 2>&1 || error_exit 'Failed to install Epoch.See epoch-install.log for details'\n", "\n", "## Starting Node app\n", "redisNode=$(aws elasticache describe-cache-clusters --show-cache-node-info --query 'CacheClusters[].CacheNodes[].Endpoint.Address' --output text --region ", From a1f3de454e7f5c2ae819cb759f0545f4e3a0735e Mon Sep 17 00:00:00 2001 From: Ranjith Zachariah Date: Tue, 19 Jan 2016 11:53:28 -0500 Subject: [PATCH 2/2] Update guava version --- aws-blog-kinesis-storm-clickstream-app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-blog-kinesis-storm-clickstream-app/pom.xml b/aws-blog-kinesis-storm-clickstream-app/pom.xml index b408ee7b..830d1cd3 100644 --- a/aws-blog-kinesis-storm-clickstream-app/pom.xml +++ b/aws-blog-kinesis-storm-clickstream-app/pom.xml @@ -40,7 +40,7 @@ com.google.guava guava - 13.0-final + 13.0 redis.clients