You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
@ifilonenko pointed out some confusion that was partly involving the differences between directly invoking Client.run() and running through spark-submit.
End to end tests with spark-submit could help capture some of this
The text was updated successfully, but these errors were encountered:
The problem with testing via spark-submit is that spark-submit sets global system properties on the JVM. We could mitigate this by forking the spark-submit process.
@ifilonenko pointed out some confusion that was partly involving the differences between directly invoking
Client.run()
and running throughspark-submit
.End to end tests with spark-submit could help capture some of this
The text was updated successfully, but these errors were encountered: