1 / 20

Apache Mahout Installation and Examples

Apache Mahout Installation and Examples. Pre requisites. Java ( jdk version ) Maven( version 3.0 or higher ) Mahout ( Download or svn repository ) Hadoop( 1.0.3 ). Java Installation. In Ubantu Terminal sudo apt-get update sudo apt-get install default- jre

paulinecox
Download Presentation

Apache Mahout Installation and Examples

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Apache MahoutInstallation and Examples

  2. Pre requisites • Java (jdkversion) • Maven(version 3.0 or higher) • Mahout (Download or svn repository) • Hadoop(1.0.3)

  3. Java Installation • In Ubantu Terminal • sudo apt-get update • sudo apt-get install default-jre • sudo apt-get install default-jdk • Java -version

  4. Maven Installation In Ubantu Terminal sudo apt-get install maven 2. Verify the Installation mvn -v

  5. Svn Installation In Ubantu Terminal sudo apt-get install subversion 2. Verify the Installation svn --version

  6. Mahout Installation Hadoop installation is neccessory In Ubantu Terminal sudomkdir mahout cd mahout 2. Download the file using svn repository svn co http://svn.apache.org/repos/asf/mahout/trunk

  7. Mahout Installation Build mahout using mvn mvn –DskipTests install

  8. Kmeans Example Accepts clustering type: kmeans, fuzzykmeans, lda, or streamingkmeans

  9. Kmeans Example Input Gets the Reuters dataset

  10. Kmeans Example Input

  11. Kmeans Example Runs org.apache.lucene.benchmark.utils.ExtractReuters to generate reuters-out from reuters-sgm (the downloaded archive)

  12. Kmeans Example Runs org.apache.lucene.benchmark.utils.ExtractReuters to generate reuters-out from reuters-sgm (the downloaded archive)

  13. Kmeans Example

  14. Hanged since 1 days

  15. Clustering Example K-means

  16. Clustering Example K-means

  17. Clustering Example K-means

  18. Clustering Example K-means

  19. Clustering Example K-means

  20. Thank You !!!

More Related