This repository has been archived by the owner. It is now read-only.
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #21 from radibnia77/main
refactoring dlpredictor tests
- Loading branch information
Showing
36 changed files
with
809 additions
and
915,615 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/bash | ||
|
||
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" | ||
|
||
if true | ||
then | ||
spark-submit --master yarn --num-executors 8 --executor-cores 5 --conf spark.driver.maxResultSize=2048m --executor-memory 16G --driver-memory 16G --py-files $SCRIPTPATH/lib/imscommon-2.0.0-py2.7.egg $SCRIPTPATH/tests/time_series_prediction_check/test_dlpredictor_system_errors_1.py | ||
fi | ||
|
||
if false | ||
then | ||
spark-submit --master yarn --num-executors 8 --executor-cores 5 --conf spark.driver.maxResultSize=2048m --executor-memory 16G --driver-memory 16G --py-files $SCRIPTPATH/lib/imscommon-2.0.0-py2.7.egg $SCRIPTPATH/tests/fact_data_prediction_check/test_dlpredictor_system_errors_2.py | ||
fi | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.