Recommender System with Mahout and Elasticsearch

#artificialintelligence 

This tutorial will describe how a surprisingly small amount of code can be used to build a recommendation engine using the MapR Sandbox for Hadoop with Apache Mahout and Elasticsearch. This tutorial will run on the MapR Sandbox. The tutorial also requires Elasticsearch and Mahout to be installed on the sandbox. Step 1: Indexing the movie meta data in Elasticsearch In Elasticsearch, documents contain fields which are, by default, all indexed. Typically documents are written as a single-level JSON structure.