Skip to content

Commit 2bd817e

Browse files
committed
Pre 2.10 release
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
1 parent 5462006 commit 2bd817e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NOTE: These instructions assume that you have [Apache Maven](https://maven.apach
1414

1515
StormCrawler requires Java 11 or above.
1616

17-
The version of Storm to use must match the one defined in the pom.xml file of your topology. The major version of StormCrawler mirrors the one from Apache Storm, i.e whereas StormCrawler 1.x used Storm 1.2.3, the current version now requires Storm 2.5.0. Our [Ansible-Storm](https://github.com/DigitalPebble/ansible-storm) repository contains resources to install Apache Storm using Ansible. Alternatively, our [stormCrawler-docker](https://github.com/DigitalPebble/stormcrawler-docker) project should help you run Apache Storm on Docker.
17+
The version of Apache Storm to install must match the one defined in the pom.xml file of your topology. The major version of StormCrawler mirrors the one from Apache Storm, i.e whereas StormCrawler 1.x used Storm 1.2.3, the current version now requires Storm 2.5.0. Our [Ansible-Storm](https://github.com/DigitalPebble/ansible-storm) repository contains resources to install Apache Storm using Ansible. Alternatively, our [stormCrawler-docker](https://github.com/DigitalPebble/stormcrawler-docker) project should help you run Apache Storm on Docker.
1818

1919
Once Storm is installed, the easiest way to get started is to generate a brand new StormCrawler project using \:
2020

external/elasticsearch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Getting started
2020

2121
Use the archetype for Elasticsearch with:
2222

23-
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-elasticsearch-archetype -DarchetypeVersion=2.9`
23+
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-elasticsearch-archetype -DarchetypeVersion=2.10`
2424

2525
You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version and package name.
2626

external/opensearch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Getting started
1616

1717
The easiest way is currently to use the archetype for OpenSearch with:
1818

19-
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-opensearch-archetype -DarchetypeVersion=2.9`
19+
`mvn archetype:generate -DarchetypeGroupId=com.digitalpebble.stormcrawler -DarchetypeArtifactId=storm-crawler-opensearch-archetype -DarchetypeVersion=2.10`
2020

2121
You'll be asked to enter a groupId (e.g. com.mycompany.crawler), an artefactId (e.g. stormcrawler), a version and package name.
2222

external/warc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To configure the WARCHdfsBolt, include the following snippet in your crawl topol
3030
.withPath(warcFilePath);
3131

3232
Map<String,String> fields = new HashMap<>();
33-
fields.put("software:", "StormCrawler 2.9 http://stormcrawler.net/");
33+
fields.put("software:", "StormCrawler 2.10 http://stormcrawler.net/");
3434
fields.put("format", "WARC File Format 1.0");
3535
fields.put("conformsTo:",
3636
"https://iipc.github.io/warc-specifications/specifications/warc-format/warc-1.0/");
@@ -80,7 +80,7 @@ components:
8080
- name: "put"
8181
args:
8282
- "software"
83-
- "StormCrawler 2.9 http://stormcrawler.net/"
83+
- "StormCrawler 2.10 http://stormcrawler.net/"
8484
- name: "put"
8585
args:
8686
- "format"

0 commit comments

Comments
 (0)