You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Nguyen (JIRA)" <ji...@apache.org> on 2016/03/07 18:32:40 UTC

[jira] [Created] (SPARK-13725) Spark 1.6.0 stopping working for HiveThriftServer2 and registerTempTable

Michael Nguyen created SPARK-13725:
--------------------------------------

             Summary: Spark 1.6.0 stopping working for HiveThriftServer2 and registerTempTable
                 Key: SPARK-13725
                 URL: https://issues.apache.org/jira/browse/SPARK-13725
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.6.0
         Environment: Spark 1.6.0 with DataFrame.registerTempTable and HiveThriftServer2
            Reporter: Michael Nguyen
            Priority: Blocker


In Spark 1.5.2, DataFrame.registerTempTable API works correctly and HiveThriftServer2 sees and returns temp tables that are registered via that API.

In Spark 1.6.0, that stopped working.  registerTempTable API does not return an error so it is a false positive, and HiveThriftServer2  does not see such tables. And hiveContext.table(registerTableName) indicates it does not see those tables either.

Is there a temporary work-around solution in Spark 1.6.0 ? When would it be fixed ?

Thanks.



--
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