From bbda8dcd835ab578238fbce645b2ee4f1426fd8b Mon Sep 17 00:00:00 2001 From: Antoine Neuenschwander Date: Thu, 16 Apr 2020 00:05:06 +0200 Subject: [PATCH] Updated references to newest 1.2.x version of Apache Storm --- README.md | 2 +- README.rst | 2 +- ansible/hosts | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce550af..65a4688 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # Overview SpamScope is an advanced spam analysis tool that use [Apache Storm](http://storm.apache.org/) with [streamparse](https://github.com/Parsely/streamparse) to process a stream of mails. To understand how SpamScope works, I suggest to read these overviews: - - [Apache Storm Concepts](http://storm.apache.org/releases/1.2.1/Concepts.html) + - [Apache Storm Concepts](http://storm.apache.org/releases/1.2.3/Concepts.html) - [Streamparse Quickstart](http://streamparse.readthedocs.io/en/stable/quickstart.html) In general the first step is run Apache Storm, then you can run the topologies on it. diff --git a/README.rst b/README.rst index 5702bd9..2d0be93 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Storm `__ with `streamparse `__ to process a stream of mails. To understand how SpamScope works, I suggest to read these overviews: - `Apache Storm -Concepts `__ - +Concepts `__ - `Streamparse Quickstart `__ diff --git a/ansible/hosts b/ansible/hosts index a82c968..abf9f73 100644 --- a/ansible/hosts +++ b/ansible/hosts @@ -6,8 +6,8 @@ bin_path="/usr/local/bin" install_path="/opt" # Apache Storm -distro_name="apache-storm-1.2.1" -apache_storm_mirror="http://it.apache.contactlab.it/storm" +distro_name="apache-storm-1.2.3" +apache_storm_mirror="https://downloads.apache.org/storm" file_distro_name="{{ distro_name }}.tar.gz" storm_url="{{ apache_storm_mirror }}/{{ distro_name }}/{{ file_distro_name }}" delay=30 @@ -39,4 +39,4 @@ spamscope_version="develop" spamscope_repo="https://github.com/SpamScope/spamscope.git" spamscope_path="/opt/spamscope" spamscope_conf_path="/etc/spamscope" -spamscope_debug_submit="true" \ No newline at end of file +spamscope_debug_submit="true"