You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by churly lin <ch...@gmail.com> on 2014/09/17 12:02:30 UTC

About the Spark Scala API Excption

Hi all:
The Scala API here: http://spark.apache.org/docs/latest/api/scala/#package
I found that it didn't specify the exception of each function or class.
Then how could I know if a function throws a exception or not without
reading the source code?