File tree 5 files changed +11
-8
lines changed
hive-server2-jdbc-driver-thin
hive-server2-jdbc-driver-uber
5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,7 @@ at https://central.sonatype.com/artifact/io.github.linghengqian/hive-server2-jdb
18
18
</dependencies >
19
19
```
20
20
21
- The current project also provides a HiveServer2 JDBC Driver Uber JAR to simplify the steps of specifying the
22
- ` classifier ` .
23
- The current JAR also contains fixes for missing classes from the master branch of ` apache/hive ` .
21
+ The current project also provides a HiveServer2 JDBC Driver Uber JAR to simplify the steps of specifying the ` classifier ` .
24
22
The steps to use directly in Maven are as follows.
25
23
The latest version is at https://central.sonatype.com/artifact/io.github.linghengqian/hive-server2-jdbc-driver-uber .
26
24
@@ -39,7 +37,7 @@ The latest version is at https://central.sonatype.com/artifact/io.github.linghen
39
37
Start a HiveServer2 instance through Docker Engine.
40
38
41
39
``` bash
42
- docker run -d -p 10000:10000 -p 10002:10002 --env SERVICE_NAME=hiveserver2 apache/hive:4.0.0
40
+ docker run -d -p 10000:10000 -p 10002:10002 --env SERVICE_NAME=hiveserver2 apache/hive:4.0.1
43
41
```
44
42
45
43
Use third-party builds of this project in any Maven project.
@@ -49,7 +47,7 @@ Use third-party builds of this project in any Maven project.
49
47
<dependency >
50
48
<groupId >io.github.linghengqian</groupId >
51
49
<artifactId >hive-server2-jdbc-driver-thin</artifactId >
52
- <version >1.4 .0</version >
50
+ <version >1.5 .0</version >
53
51
</dependency >
54
52
<dependency >
55
53
<groupId >com.zaxxer</groupId >
Original file line number Diff line number Diff line change 10
10
11
11
Build from ` apache/hive:rel/release-4.0.1 ` .
12
12
13
+ ```
14
+ io.github.linghengqian:hive-server2-jdbc-driver-thin:1.5.0
15
+ io.github.linghengqian:hive-server2-jdbc-driver-uber:1.5.0
16
+ ```
17
+
13
18
### 1.4.0
14
19
15
20
Updates Apache-2.0 license header.
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >io.github.linghengqian</groupId >
24
24
<artifactId >hive-parent</artifactId >
25
- <version >1.5 .0-SNAPSHOT</version >
25
+ <version >1.6 .0-SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >hive-server2-jdbc-driver-thin</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >io.github.linghengqian</groupId >
24
24
<artifactId >hive-parent</artifactId >
25
- <version >1.5 .0-SNAPSHOT</version >
25
+ <version >1.6 .0-SNAPSHOT</version >
26
26
</parent >
27
27
28
28
<artifactId >hive-server2-jdbc-driver-uber</artifactId >
Original file line number Diff line number Diff line change 21
21
<modelVersion >4.0.0</modelVersion >
22
22
<groupId >io.github.linghengqian</groupId >
23
23
<artifactId >hive-parent</artifactId >
24
- <version >1.5 .0-SNAPSHOT</version >
24
+ <version >1.6 .0-SNAPSHOT</version >
25
25
26
26
<packaging >pom</packaging >
27
27
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments