Script to run both parts of submissions_2_parquet.sh
This commit is contained in:
parent
fd3b615544
commit
33e088492c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/#*#
|
/#*#
|
||||||
/.#*
|
/.#*
|
||||||
|
/job_script.sh
|
||||||
|
9
submissions_2_parquet.sh
Normal file
9
submissions_2_parquet.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# part2 should be run on one ore more spark nodes
|
||||||
|
|
||||||
|
./submissions_2_parquet_part1.py
|
||||||
|
|
||||||
|
start_spark_and_run.sh 1 $(pwd)/submissions_2_parquet_part2.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user