Giter VIP home page Giter VIP logo

sbt-recommender's Introduction

sbt-recommender

This recommender is deployed using the SBT tool. In addition, it will use hadoop to locate the dataset in the route hdfs://hadoop-master:9000.

Firstly it is needed to deploy the hadoop system, follow this tutorial: https://github.com/alejandrolr/hadoop-cluster

It will create the docker network hadoop for the communication between containers. Once deployed, you must execute these following commands:

sudo docker pull alejandrolr/recommender-hadoop:latest

docker run --net=hadoop -it alejandrolr/recommender-hadoop:latest

Once inside the container go to the path sbt-recommender:

cd /sbt-recommender

The code is in the folder ./src/main/scala, you can edit and recompile executing:

sbt compile 

Once compiled, you can package the program with:

sbt package

Once packaged, run the recommender executing:

spark-submit ./target/scala-XXX/recommender-XXX.jar

sbt-recommender's People

Contributors

alejandrolr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.