[ 
https://issues.apache.org/jira/browse/SPARK-38845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

wangshengjie resolved SPARK-38845.
----------------------------------
    Resolution: Duplicate

> SparkContext init before SparkSession will cause hive table not found
> ---------------------------------------------------------------------
>
>                 Key: SPARK-38845
>                 URL: https://issues.apache.org/jira/browse/SPARK-38845
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.1.2, 3.2.1
>            Reporter: wangshengjie
>            Priority: Major
>
> If we init SparkContext before SparkSession when using DataFrame to query 
> hive table, if will throw table not found exception.
> {code:java}
> //代码占位符
> val sparkContext = new SparkContext()
> val sparkSession = SparkSession
>   .builder
>   .appName("SparkSession Test")
>   .enableHiveSupport()
>   .getOrCreate()
> sparkSession.sql("select * from tableA"){code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to