Github user gdfm commented on a diff in the pull request:
https://github.com/apache/incubator-samoa/pull/12#discussion_r25946862
--- Diff: README.md ---
@@ -60,35 +43,35 @@ mvn -Ps4 package
If you want to test SAMOA in a local environment, simply clone the
repository and install SAMOA.
```bash
-git clone [email protected]:yahoo/samoa.git
-cd samoa
+git clone http://git.apache.org/incubator-samoa.git
+cd incubator-samoa
mvn package
```
-The deployable jar for SAMOA will be in
`target/SAMOA-Local-0.0.1-SNAPSHOT.jar`.
+The deployable jar for SAMOA will be in
`target/SAMOA-Local-0.3.0-SNAPSHOT.jar`.
## Documentation
-The documentation is intended to give an introduction on how to use SAMOA
in the various possible ways.
+The documentation is intended to give an introduction on how to use Apache
SAMOA in the various possible ways.
As a user you can use it to develop new algorithms and test different
Distributed Stream Processing Engines.
-[Wiki Documentation](http://github.com/yahoo/samoa/wiki)
+[Documentation](http://samoa.incubator.apache.org/documentation/Home.html)
-[Javadoc](http://yahoo.github.io/samoa/docs/api)
+[Javadoc](http://samoa.incubator.apache.org/docs/api/)
## Slides
-[](https://speakerdeck.com/gdfm/samoa-a-platform-for-mining-big-data-streams)
+[](https://speakerdeck.com/gdfm/samoa-a-platform-for-mining-big-data-streams)
-G. De Francisci Morales [SAMOA: A Platform for Mining Big Data
Streams](http://melmeric.files.wordpress.com/2013/04/samoa-a-platform-for-mining-big-data-streams.pdf)
-Keynote Talk at [RAMSS â13](http://www.ramss.ws/2013/program/): 2nd
International Workshop on Real-Time Analysis and Mining of Social Streams WWW,
Rio De Janeiro, 2013.
+G. De Francisci Morales, A. Bifet [SAMOA: A Platform for Mining Big Data
Streams](http://jmlr.csail.mit.edu/papers/volume16/morales15a/morales15a.pdf)
--- End diff --
The title should be "SAMOA: Scalable Advanced Massive Online Analysis"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---