Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge conflict
  • Loading branch information
falaki committed Nov 18, 2019
commit cc9c416a0d3c3114c5e5e7a6d59d3788f352add6
5 changes: 1 addition & 4 deletions core/src/main/scala/org/apache/spark/api/r/RRunner.scala
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,7 @@ private[spark] class RRunner[IN, OUT](
eos = true
null.asInstanceOf[OUT]
}
} catch {
case eof: EOFException =>
throw new SparkException("R worker exited unexpectedly", eof)
}
} catch handleException
}
}
}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.