You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jayadevan M (JIRA)" <ji...@apache.org> on 2016/01/01 17:22:39 UTC

[jira] [Commented] (SPARK-12533) hiveContext.table() throws the wrong exception

    [ https://issues.apache.org/jira/browse/SPARK-12533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15076327#comment-15076327 ] 

Jayadevan M commented on SPARK-12533:
-------------------------------------

Thomas,
Updated my thoughts in the pull request. Pls check.

> hiveContext.table() throws the wrong exception
> ----------------------------------------------
>
>                 Key: SPARK-12533
>                 URL: https://issues.apache.org/jira/browse/SPARK-12533
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.6.0
>            Reporter: Michael Armbrust
>
> This should throw an {{AnalysisException}} that includes the table name instead of the following:
> {code}
> org.apache.spark.sql.catalyst.analysis.NoSuchTableException
> 	at org.apache.spark.sql.hive.client.ClientInterface$$anonfun$getTable$1.apply(ClientInterface.scala:122)
> 	at org.apache.spark.sql.hive.client.ClientInterface$$anonfun$getTable$1.apply(ClientInterface.scala:122)
> 	at scala.Option.getOrElse(Option.scala:120)
> 	at org.apache.spark.sql.hive.client.ClientInterface$class.getTable(ClientInterface.scala:122)
> 	at org.apache.spark.sql.hive.client.ClientWrapper.getTable(ClientWrapper.scala:60)
> 	at org.apache.spark.sql.hive.HiveMetastoreCatalog.lookupRelation(HiveMetastoreCatalog.scala:384)
> 	at org.apache.spark.sql.hive.HiveContext$$anon$2.org$apache$spark$sql$catalyst$analysis$OverrideCatalog$$super$lookupRelation(HiveContext.scala:458)
> 	at org.apache.spark.sql.catalyst.analysis.OverrideCatalog$class.lookupRelation(Catalog.scala:161)
> 	at org.apache.spark.sql.hive.HiveContext$$anon$2.lookupRelation(HiveContext.scala:458)
> 	at org.apache.spark.sql.SQLContext.table(SQLContext.scala:830)
> 	at org.apache.spark.sql.SQLContext.table(SQLContext.scala:826)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org