allow dynamic executors to build XML records

This commit is contained in:
Claudio Atzori 2020-03-30 13:12:11 +02:00
parent 2e2d4c4c68
commit f3f9affd49
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@
--executor-cores ${sparkExecutorCoresForJoining}
--executor-memory ${sparkExecutorMemoryForJoining}
--driver-memory=${sparkDriverMemoryForJoining}
--conf spark.dynamicAllocation.maxExecutors=${sparkExecutorCoresForJoining}
--conf spark.extraListeners="com.cloudera.spark.lineage.NavigatorAppListener"
--conf spark.sql.queryExecutionListeners="com.cloudera.spark.lineage.NavigatorQueryListener"
--conf spark.yarn.historyServer.address=${spark2YarnHistoryServerAddress}