Github user shivaram commented on a diff in the pull request:
https://github.com/apache/spark/pull/7742#discussion_r35897965
--- Diff: core/src/main/scala/org/apache/spark/api/r/RBackendHandler.scala
---
@@ -148,6 +151,9 @@ private[r] class RBackendHandler(server: RBackend)
case e: Exception =>
logError(s"$methodName on $objId failed", e)
--- End diff --
Can we remove the `e` from this `logError` call ? Because right now we get
the exception printed twice [1]. Also is there a max length for the string
printed by R ? If you see the gist we right not get only the first 10 or so
lines from the exception -- this might be fine, but I just wanted to check.
[1] https://gist.github.com/shivaram/e57e83f2b77e369796c8
---
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]