forked from YahooArchive/samoa
-
Notifications
You must be signed in to change notification settings - Fork 1
SAMOA for MOA users
Albert Bifet edited this page Oct 22, 2013
·
4 revisions
If you're an advanced user of MOA, you'll find easy to run SAMOA. You need to note the following:
- There is no GUI interface in SAMOA
- You can run SAMOA in the following modes:
- Simulation Environment. Use
com.yahoo.labs.samoa.DoTask
instead ofmoa.DoTask
- Storm Local Mode. Use
com.yahoo.labs.samoa.LocalStormDoTask
instead ofmoa.DoTask
- Storm Cluster Mode. You need to use the
samoa
script as it is explained in [Executing SAMOA with Apache Storm](Executing SAMOA with Apache Storm). - S4. You need to use the
samoa
script as it is explained in [Executing SAMOA with Apache S4](Executing SAMOA with Apache S4)
- Simulation Environment. Use
To start with SAMOA, you can start with a simple example using the CoverType dataset as it is discussed in [Getting Started](Getting Started).