[
https://issues.apache.org/jira/browse/HBASE-15282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15150912#comment-15150912
]
Marcelo Vanzin commented on HBASE-15282:
----------------------------------------
It's not really a convention per se, but more that Spark doesn't consider
exceptions as part of the API - so changing the exception that is thrown is not
considered an API breakage in Spark.
If the exception seems to be thrown because of the same underlying issue (check
the causes and messages, make sure they're still from a missing table), then
I'd say just change to catch {{Exception}} and be done with it.
> Bump Spark on Hbase to use Spark 1.6.
> -------------------------------------
>
> Key: HBASE-15282
> URL: https://issues.apache.org/jira/browse/HBASE-15282
> Project: HBase
> Issue Type: Improvement
> Components: spark
> Affects Versions: 2.0.0
> Reporter: Jonathan Hsieh
> Assignee: Jonathan Hsieh
> Fix For: 2.0.0
>
> Attachments: hbase-15282.patch
>
>
> The latest stable Spark is spark 1.6. [1]
> Let's bump the version.
> [1] http://spark.apache.org/news/spark-1-6-0-released.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)