Skip to content

Commit

Permalink
Updated references to newest 1.2.x version of Apache Storm
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinet committed Apr 15, 2020
1 parent aba70c5 commit bbda8dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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>`__ -
Concepts <http://storm.apache.org/releases/1.2.3/Concepts.html>`__ -
`Streamparse
Quickstart <http://streamparse.readthedocs.io/en/stable/quickstart.html>`__

Expand Down
6 changes: 3 additions & 3 deletions ansible/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
spamscope_debug_submit="true"

0 comments on commit bbda8dc

Please sign in to comment.