Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

end-to-end tests using spark-submit #410

Open
erikerlandson opened this issue Aug 1, 2017 · 3 comments
Open

end-to-end tests using spark-submit #410

erikerlandson opened this issue Aug 1, 2017 · 3 comments

Comments

@erikerlandson
Copy link
Member

@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

@mccheah
Copy link

mccheah commented Aug 1, 2017

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
Copy link
Member

I have a working e2e test forking a spark-submit for Kerberos in #391 which we can mimic for future spark-submit e2e tests

@erikerlandson
Copy link
Member Author

would it work better to mimic the java command that spark-submit eventually creates?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants