Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trannguyenhan authored Jul 14, 2021
1 parent 3067a8a commit 4259ebf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# logs-analyzer
parse log

# Run programming
```
sbt clean package
spark-submit --class LogAlalyzerStreaming --master local[2] target/.../...jar
```

0 comments on commit 4259ebf

Please sign in to comment.