Code Monkey home page Code Monkey logo

sparkstreamingtruckingdemo's Introduction

To run:

1. Make sure Kafka, Spark, Hive and HDFS are turned on.
2. Use Kafka CLI to create these topics: trucking, traffic, joined, windowed, trucking_predictions. /usr/hdp/current/kafka-broker/bin/kafka-console-producer.sh --broker-list  sandbox.hortonworks.com:6667  --topic test
3. Call sbt assembly in the root folder to compile to the folder "target"
"4. Run /usr/hdp/current/spark-client/bin/spark-submit --class "main.scala.Collect --master local[4] ./SparkStreaming-assembly-2.0.0.jar
This runs Spark and performs joins, windowing and predictions on data received from Kafka. Output data is stored in HDFS and returned to Kafka.
5. To simulate input to Kafka run /usr/hdp/current/spark-client/bin/spark-submit --class "main.scala.Collect --master local[4] ./SparkStreaming-assembly-2.0.0.jar
6. Import the notebook into Zeppelin. Run the notebook cells in order to build a predictive model and export it to HDFS. This model will be imported the next time you run Collect.

To debug, first run this command on the sandbox:
export SPARK_JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8086

Then in Intellij go to Run > Edit Configurations. Hit + to add a new
configuration called SparkDebug. Set the host to 127.0.0.1 and port to 8086.
Immediately after running spark-submit on the sandbox hit debug in Intellij.
This should attach a remote debugger which will let you walk through the code
line by line. 

sparkstreamingtruckingdemo's People

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.