You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Thomas Sebastian (JIRA)" <ji...@apache.org> on 2015/12/31 06:52:49 UTC

[jira] [Comment Edited] (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=15075451#comment-15075451 ] 

Thomas Sebastian edited comment on SPARK-12533 at 12/31/15 5:52 AM:
--------------------------------------------------------------------

Submitted the pull request
https://github.com/apache/spark/pull/10529

Could this be reviewed please?


was (Author: thomastechs):
Submitted the pull request

> 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