| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.apache.hive |
| ArtifactId | ArtifactIdhive-spark-client |
| Version | Version4.0.0-alpha-1 |
| Type | Typejar |
| Description |
DescriptionHive Spark Remote Client
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| hive-spark-client-4.0.0-alpha-1.pom | |
| hive-spark-client-4.0.0-alpha-1.jar | 160 KB |
| hive-spark-client-4.0.0-alpha-1-sources.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-spark-client/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-spark-client</artifactId>
<version>4.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-spark-client/
implementation 'org.apache.hive:hive-spark-client:4.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.hive/hive-spark-client/
implementation ("org.apache.hive:hive-spark-client:4.0.0-alpha-1")
'org.apache.hive:hive-spark-client:jar:4.0.0-alpha-1'
<dependency org="org.apache.hive" name="hive-spark-client" rev="4.0.0-alpha-1">
<artifact name="hive-spark-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-spark-client', version='4.0.0-alpha-1')
)
libraryDependencies += "org.apache.hive" % "hive-spark-client" % "4.0.0-alpha-1"
[org.apache.hive/hive-spark-client "4.0.0-alpha-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.esotericsoftware : kryo-shaded | jar | 4.0.2 |
| com.google.guava : guava | jar | 19.0 |
| io.netty : netty-all | jar | 4.1.75.Final |
| com.fasterxml.jackson.module : jackson-module-scala_2.12 | jar | |
| org.apache.hive : hive-common | jar | 4.0.0-alpha-1 |
| org.apache.spark : spark-core_2.12 | jar | 2.4.5 |
| org.apache.hive : hive-service-rpc | jar | 4.0.0-alpha-1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.spark : spark-yarn_2.12 | jar | 2.4.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| com.sun.jersey : jersey-servlet | jar | 1.19 |
| org.glassfish.jersey.containers : jersey-container-servlet | jar | 2.22.2 |
| org.mockito : mockito-core | jar | 3.4.4 |