SparkBWA
SparkBWA copied to clipboard
Updated spark-submit command
Hi,
Thanks for your repo.
I got the following warning:
Warning: Master yarn-cluster is deprecated since 2.0. Please use master "yarn" with specified deploy mode instead.
According to this doc we have to write yarn instead of yarn-cluster. So, I updated the spark-submit in readme and and I also wrote the --deploy-mode cluster.