[
https://issues.apache.org/jira/browse/HIVE-27910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17789765#comment-17789765
]
zhangbutao commented on HIVE-27910:
-----------------------------------
Hive on Spark is removed in Hive4 version. IMO, for Hive3.1.1, no one maintains
this feature anymore.
I would suggest you use Hive on tez which is actively maintained by Hive
community.
Thanks.
> Hive on Spark -- should work?
> -----------------------------
>
> Key: HIVE-27910
> URL: https://issues.apache.org/jira/browse/HIVE-27910
> Project: Hive
> Issue Type: Task
> Affects Versions: 3.1.1
> Reporter: Alexander Petrossian (PAF)
> Priority: Major
>
> I wanted to test this
> [https://cwiki.apache.org/confluence/display/Hive/Hive+on+Spark]
> Where our admins installedÂ
> {code:java}
> hive --version
> Hive 3.1.0.3.1.0.0-78
> Git
> git://ctr-e138-1518143905142-586755-01-000015.hwx.site/grid/0/jenkins/workspace/HDP-parallel-centos7/SOURCES/hive
> -r 56673b027117d8cb3400675b1680a4d992360808 {code}
> Trying
> {code:java}
> set hive.execution.engine=spark;
> SELECT ...; {code}
> Getting
> {code:java}
> ERROR : FAILED: Execution Error, return code 30041 from
> org.apache.hadoop.hive.ql.exec.spark.SparkTask. Failed to create Spark client
> for Spark session 139c0453-459f-4511-b7fc-eab28e78fe0c {code}
> Could it be that Spark support in Hive was somehow dropped?
> Or could it be some [simple?] configuration issue?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)