Doug Balog created SPARK-8105:
---------------------------------
Summary: sqlContext.table("databaseName.tableName") broke with
SPARK-6908
Key: SPARK-8105
URL: https://issues.apache.org/jira/browse/SPARK-8105
Project: Spark
Issue Type: Bug
Components: SQL
Affects Versions: 1.4.0
Environment: Spark with Hive
Reporter: Doug Balog
Since the introduction of Dataframes in Spark 1.3.0 and prior to SPARK-6908
landing into master, a user could get a DataFrame to a Hive table using
`sqlContext.table("databaseName.tableName")`
Since SPARK-6908, the user now receives a NoSuchTableException.
This amounts to a change in non experimental sqlContext.table() api and will
require user code to be modified to work properly with 1.4.0.
The only viable work around I could find is
`sqlContext.sql("select * from databseName.tableName")`
which seems like a hack.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]