-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPolecenia.txt
13 lines (7 loc) · 1.06 KB
/
Polecenia.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
spark-shell -i schematHurtowni.scala
spark-submit --class com.example.bigdata.TypPojazduETL --master yarn --num-executors 5 --driver-memory 512m --executor-memory 512m --executor-cores 1 typ-pojazdu-etl.jar project
spark-submit --class com.example.bigdata.PrzestrzenETL --master yarn --num-executors 5 --driver-memory 512m --executor-memory 512m --executor-cores 1 przestrzen-etl.jar project
spark-submit --class com.example.bigdata.KategoriaDrogiETL --master yarn --num-executors 5 --driver-memory 512m --executor-memory 512m --executor-cores 1 kategoria-drogi-etl.jar project
spark-submit --class com.example.bigdata.PogodaETL --master yarn --num-executors 5 --driver-memory 512m --executor-memory 512m --executor-cores 1 pogoda-etl.jar project
spark-submit --class com.example.bigdata.CzasETL --master yarn --num-executors 5 --driver-memory 512m --executor-memory 512m --executor-cores 1 czas-etl.jar project
spark-submit --class com.example.bigdata.FaktyETL --master yarn --num-executors 5 --driver-memory 512m --executor-memory 512m --executor-cores 1 fakty-etl.jar project