GitHub user ahirreddy opened a pull request:
https://github.com/apache/spark/pull/2695
[SPARK-3836] [REPL] Spark REPL optionally propagate internal exceptions
Optionally have the repl throw exceptions generated by interpreted code,
instead of swallowing the exception and returning it as text output. This is
useful when embedding the repl, otherwise it's not possible to know when user
code threw an exception.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahirreddy/spark repl-throw-exceptions
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2695.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2695
----
commit 0d4413dd7e34b8699bd28a5a637a23ddc0e440b1
Author: Ahir Reddy <[email protected]>
Date: 2014-10-07T00:02:17Z
propogate excetions from repl
commit f0e5b440c25cd8065c9d77b87fd11b85caa370dc
Author: Ahir Reddy <[email protected]>
Date: 2014-10-07T20:19:00Z
Fixed style
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]