https://github.com/ssuperczynski/drone-simulator
https://github.com/ssuperczynski/drone-simulator
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ssuperczynski/drone-simulator
- Owner: ssuperczynski
- Created: 2016-03-30T07:22:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T15:57:39.000Z (over 9 years ago)
- Last Synced: 2025-02-16T11:28:30.499Z (8 months ago)
- Language: Scala
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Installation:
1. Download Spark (1.6)
2. Compile Spark by typing `mvn clean package`
3. Open terminal with this dir and compile project `./sbt clean compile package`
4. Run Spark examples in the terminal:```sh
/opt/spark/bin/spark-submit --class CsvParser --master local[4] /Users/sebastian/workshop/target/scala-2.11/espeo-workshops_2.11-1.0.jar
```where `CsvParser` is your class name.
To run generator just type:
```sh
scala HttpLogGenerator.scala /tmp/apache.txt 100
```