modify project version
This commit is contained in:
parent
5d5b3ec74a
commit
b591f05e4f
@ -24,7 +24,7 @@ Load balancing aims to optimize all Kyuubi service units usage, maximize through
|
|||||||
<img style="zoom: 1.00" src="./imgs/ha.png" />
|
<img style="zoom: 1.00" src="./imgs/ha.png" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
With Hive JDBC Drvier, a client can specify service discovery mode in JDBC connection string, i.e. `serviceDiscoveryMode=zooKeeper;` and set `zooKeeperNameSpace=kyuubiserver;`, then it can randomly pick one of the Kyuubi service uris from the specified ZooKeeper address in the `/kyuubiserver` path.
|
With Hive JDBC Driver, a client can specify service discovery mode in JDBC connection string, i.e. `serviceDiscoveryMode=zooKeeper;` and set `zooKeeperNameSpace=kyuubiserver;`, then it can randomly pick one of the Kyuubi service uris from the specified ZooKeeper address in the `/kyuubiserver` path.
|
||||||
|
|
||||||
When we set `spark.kyuubi.ha.enabled` to `true`, load balance mode is activated by default. Please make sure that you specify the correct ZooKeeper address via `spark.kyuubi.ha.zk.quorum` and `spark.kyuubi.ha.zk.client.port`.
|
When we set `spark.kyuubi.ha.enabled` to `true`, load balance mode is activated by default. Please make sure that you specify the correct ZooKeeper address via `spark.kyuubi.ha.zk.quorum` and `spark.kyuubi.ha.zk.client.port`.
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>kyuubi</artifactId>
|
<artifactId>kyuubi</artifactId>
|
||||||
<groupId>yaooqinn</groupId>
|
<groupId>yaooqinn</groupId>
|
||||||
<version>0.3.0-SNAPSHOT</version>
|
<version>0.4.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -23,7 +23,7 @@
|
|||||||
<groupId>yaooqinn</groupId>
|
<groupId>yaooqinn</groupId>
|
||||||
<artifactId>kyuubi</artifactId>
|
<artifactId>kyuubi</artifactId>
|
||||||
<name>Kyuubi Parent</name>
|
<name>Kyuubi Parent</name>
|
||||||
<version>0.3.0-SNAPSHOT</version>
|
<version>0.4.0-SNAPSHOT</version>
|
||||||
<modules>
|
<modules>
|
||||||
<module>kyuubi-server</module>
|
<module>kyuubi-server</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user