forked from YahooArchive/samoa
-
Notifications
You must be signed in to change notification settings - Fork 1
Building SAMOA
Albert Bifet edited this page Oct 17, 2013
·
2 revisions
Simply clone the repository and install SAMOA.
git clone [email protected]:yahoo/samoa.git
cd samoa
mvn -Pstorm package
The deployable jar for SAMOA will be in target/SAMOA-Storm-0.0.1.jar
.
If you want to compile SAMOA for Apache S4, you will need to install the S4 dependencies manually as explained in Executing SAMOA with Apache S4.
Once the dependencies are installed, you can simply clone the repository and install SAMOA.
git clone [email protected]:yahoo/samoa.git
cd samoa
mvn -P<variant> package # where variant is "storm" or "s4"
mvn -Pstorm,s4 package # e.g., to get both versions
The deployable jars for SAMOA will be in target/SAMOA-<variant>-<version>.jar
. For example, for S4 target/SAMOA-S4-0.0.1.jar
.