Skip to content

Commit

Permalink
Added DateTime variables descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Mar 23, 2023
1 parent 9098681 commit 8df173e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bash/_print_help.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ echo " --executor-memory MEM Memory per executor (e.g. 1000M
echo " --dra-num-executors NUM Same as '--num-executors' but used when DRA is enabled. Use with care! DRA won't scale below this NUM."
echo " --dra-executor-cores NUM Same as '--executor-memory' but used when DRA is enabled."
echo " --dra-executor-memory MEM Same as '--executor-cores' but used when DRA is enabled."
echo " --parquet-datetime-read-mode"
echo " --parquet-datetime-write-mode"
echo " --parquet-datetime-read-mode Spark_submit datetime read mode for parquet files with the default value of 'corrected'."
echo " --parquet-datetime-write-mode Spark_submit datetime write mode for parquet files with the default value of 'corrected'."
echo " --master MASTER_URL spark://host:port, mesos://host:port, yarn, k8s://https://host:port, or local"
echo " --deploy-mode DEPLOY_MODE Whether to launch the driver program locally (\"client\") or on one of the worker machines inside the cluster (\"cluster\")."
echo " --driver-cores NUM Number of cores used by the driver, only in cluster mode."
Expand Down

0 comments on commit 8df173e

Please sign in to comment.