Description
Now if an output operation failed because of an error in the closure of `foreachRDD`, such as,
wordCounts.foreachRDD { rdd => if (Random.nextInt(2) == 0) { throw new RuntimeException("xxx") } }
we cannot display the error information.
Now if an output operation failed because of an error in the closure of `foreachRDD`, such as,
wordCounts.foreachRDD { rdd => if (Random.nextInt(2) == 0) { throw new RuntimeException("xxx") } }
we cannot display the error information.