Re: Links - Hive on Tez

2023-08-22 Thread peacewong
t; > > > > > > > > > > > > > > > > > > org.apache.linkis.manager.engineplugin.common.creation.AbstractEngineConnFactory.createEngineConn(EngineConnFactory.scala:47) > > > > > > at > > > > > > > >

Re: Links - Hive on Tez

2023-08-21 Thread arjun s
onnFactory.createEngineConn$(EngineConnFactory.scala:45) > > > > > at > > > > > > > > > > > > > > > org.apache.linkis.engineplugin.hive.creation.HiveEngineConnFactory.createEngineConn(HiveEngineConnFactory.scala:60) > > > >

Re: Links - Hive on Tez

2023-08-16 Thread peacewong
.DefaultEngineConnManager.createEngineConn(EngineConnManager.scala:47) > > > > at > > > > > > > > > > org.apache.linkis.engineconn.launch.EngineConnServer$.main(EngineConnServer.scala:88) > > > > at > > > > > >

Re: Links - Hive on Tez

2023-08-16 Thread arjun s
n.launch.EngineConnServer.main(EngineConnServer.scala) > > > Caused by: java.lang.ClassNotFoundException: > > > com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider > > > at java.net.URLClassLoader.findClass(URLClassLoader.java:387) > > > at

Re: Links - Hive on Tez

2023-08-16 Thread peacewong
... 34 more > > ,ip: linkis-instance ,port: 9101 ,serviceKind: linkis-cg-linkismanager > > ,ip: linkis-instance ,port: 9104 ,serviceKind: linkis-cg-entrance > > > > > > I've ensured that the relevant JAR is present in both > > {LINKIS_HOME}/lib/linkis-en

Re: Links - Hive on Tez

2023-08-16 Thread arjun s
t/3.1.3/lib and > {LINKIS_HOME}/lib/linkis-engineconn-plugins/hive/plugin/3.1.3. Despite > these efforts, the issue remains unresolved. Could you please provide > guidance on this matter? > > Thanks and Regards, > Arjun S > > On Tue, 15 Aug 2023 at 08:19, peacewong wro

Re: Links - Hive on Tez

2023-08-15 Thread arjun s
jun S On Tue, 15 Aug 2023 at 08:19, peacewong wrote: > Hi Arjun, > Linkis is compatible with hive on tez and requires the following steps: > - You need to copy Tez-related dependencies to > {LINKIS_HOME}/lib/linkis-engineconn-plugins/hive/dist/3.1.3/lib is the dist > not plugi

Re: Links - Hive on Tez

2023-08-14 Thread peacewong
Hi Arjun, Linkis is compatible with hive on tez and requires the following steps: - You need to copy Tez-related dependencies to {LINKIS_HOME}/lib/linkis-engineconn-plugins/hive/dist/3.1.3/lib is the dist not plugin directory [1]. You can also modify hive ec pom to add tez dependency compile

Links - Hive on Tez

2023-08-14 Thread arjun s
p: linkis-instance ,port: 9101 ,serviceKind: linkis-cg-linkismanager ,ip: linkis-instance ,port: 9104 ,serviceKind: linkis-cg-entrance To provide context, I'm using Hive on Tez, and I've copied all the Tez JAR files to {LINKIS_HOME}/lib/linkis-engineconn-plugins/hive/plugin/3.1.3. Howev

Re: Hive on Tez

2023-02-14 Thread Heping Wang
hive on MapReduce, if you want to change to Hive on Tez, you need to copy all the jars prefixed with tez-* to the directory: ${LINKIS_HOME}/lib/linkis-engineconn-plugins/hive/ dist/version/lib. Other hive operating modes are similar, just copy the corresponding dependencies to the lib directory of

Re: Hive on Tez

2023-01-26 Thread Chen Xia
Is it an execution error? Any detailed error log? It seems that no additional configuration is required. Best Regards! Chen Xia. arjun s 于2023年1月25日周三 11:20写道: > > Hi, > Thanks for your reply. > I am using linkis version 1.3.1. How to configure Hive on Tez on *linkis > 1.3.1 ?*

Re: Hive on Tez

2023-01-24 Thread arjun s
Hi, Thanks for your reply. I am using linkis version 1.3.1. How to configure Hive on Tez on *linkis 1.3.1 ?* Thanks and Regards, Arjun S On Tue, 24 Jan 2023 at 21:46, Chen Xia wrote: > For linkis 1.0, you need to copy all the jars prefixed with tez-* to > the directory: > ${LINKIS_

Re: Hive on Tez

2023-01-24 Thread Chen Xia
2023年1月23日周一 19:32写道: > > Hi, thanks for the reply. > I had gone through the document you shared.For me Hive 3.1.3 works fine on > *map > reduce*. It *doesn't work* with Hive on *Tez. *Does any configuration need > to be changed to work hive on tez* ?* > > Thanks an

Re: Hive on Tez

2023-01-23 Thread arjun s
Hi, thanks for the reply. I had gone through the document you shared.For me Hive 3.1.3 works fine on *map reduce*. It *doesn't work* with Hive on *Tez. *Does any configuration need to be changed to work hive on tez* ?* Thanks and regards, Arjun On Mon, 23 Jan 2023 at 15:58, wrote: &g

Re: Hive on Tez

2023-01-23 Thread kinsanities
Subject: Hive on Tez Date: 2023-01-23 12:23 Hi , I am using Apache Linkis of version 1.3.1. I am trying to connect Hive database of version 3.1.3. Connection worked on Hive with map reduce, but not able to connect to hive with tez. What all configuration need to change for connecting hive with tez

Hive on Tez

2023-01-22 Thread arjun s
Hi , I am using Apache Linkis of version 1.3.1. I am trying to connect Hive database of version 3.1.3. Connection worked on Hive with map reduce, but not able to connect to hive with tez. What all configuration need to change for connecting hive with tez ? Thanks and regards, Arjun S

[GitHub] [incubator-linkis] peacewong commented on pull request #541: Linkis supports Hive on Tez deployment documents

2021-12-27 Thread GitBox
peacewong commented on pull request #541: URL: https://github.com/apache/incubator-linkis/pull/541#issuecomment-1001838544 For linkis 1.0, you need to copy all the jars prefixed with tez-* to the directory: ${LINKIS_HOME}/lib/linkis-engineconn-plugins/hive/dist/version/lib -- This is an

[GitHub] [incubator-linkis] peacewong edited a comment on pull request #541: Linkis supports Hive on Tez deployment documents

2021-12-27 Thread GitBox
peacewong edited a comment on pull request #541: URL: https://github.com/apache/incubator-linkis/pull/541#issuecomment-1001838544 For linkis 1.0, you need to copy all the jars prefixed with tez-* to the directory: `${LINKIS_HOME}/lib/linkis-engineconn-plugins/hive/dist/version/lib` -- Th