Skip to content

Commit 8204e6e

Browse files
committed
[KYUUBI #5918][doc] [Bug] kyuubi beeline exit with exception : java.lang.NoClassDefFoundError: org/apache/thrift/transport/TTransportException
1 parent 86bec4d commit 8204e6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kyuubi-hive-beeline/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
<version>${project.version}</version>
4747
</dependency>
4848

49+
<dependency>
50+
<groupId>org.apache.thrift</groupId>
51+
<artifactId>libthrift</artifactId>
52+
</dependency>
53+
4954
<dependency>
5055
<groupId>org.apache.hive</groupId>
5156
<artifactId>hive-beeline</artifactId>

0 commit comments

Comments
 (0)