Git Product home page Git Product logo

c6-flash-sale-recommender's Introduction

Pre-requisites for running project:

A couple notes about this source for this chapter that make it different than other chapters:

  1. It's designed to be used iteratively in a follow-along fashion with its chapter. We leverage source control to version and tag each different iteration of the topology as we address various tuning concerns. If you have arrived at this code without reading the chapter, know that each of tagged version corresponds to a certain point in the chapter.

  2. Unlike other chapters that make sense to run in local mode, there isn't much value in running this code in local mode, as its reason to exist is to guide you through using the Storm UI to tune your topology. That said, if you want to run this topology in local mode, it's possible. We've deviated from other chapters by providing a local cluster running profile for running the topology.

To run this topology in local mode:

  • Run the maven local cluster profile. Do this by running the following on the command-line:
mvn clean compile -P local-cluster

To Run this topology in remote mode:

  • Compile the project source, producing a jar file. Do this by running the following on the command-line:
mvn clean package
  • Deploy the resulting jar to your storm cluster (see Chapter 5 for how to do this)

Your jar file should have a name that corresponds to the following pattern:

target/flash-sale-recommender-VERSION-jar-with-dependencies.jar 

where

`` VERSION


will change based on the version of the topology you are deploying.

c6-flash-sale-recommender's People

Contributors

seantallen avatar

Watchers

James Cloos avatar  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.