License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.hyukjinkwon |
ArtifactId | ArtifactIdspark-client |
Last Version | Last Version1.2.1.spark2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpark 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 |
---|---|
spark-client-1.2.1.spark2.pom | |
spark-client-1.2.1.spark2.jar | 133 KB |
spark-client-1.2.1.spark2-sources.jar | 65 KB |
spark-client-1.2.1.spark2-javadoc.jar | 178 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hyukjinkwon/spark-client/ -->
<dependency>
<groupId>com.github.hyukjinkwon</groupId>
<artifactId>spark-client</artifactId>
<version>1.2.1.spark2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hyukjinkwon/spark-client/
implementation 'com.github.hyukjinkwon:spark-client:1.2.1.spark2'
// https://jarcasting.com/artifacts/com.github.hyukjinkwon/spark-client/
implementation ("com.github.hyukjinkwon:spark-client:1.2.1.spark2")
'com.github.hyukjinkwon:spark-client:jar:1.2.1.spark2'
<dependency org="com.github.hyukjinkwon" name="spark-client" rev="1.2.1.spark2">
<artifact name="spark-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hyukjinkwon', module='spark-client', version='1.2.1.spark2')
)
libraryDependencies += "com.github.hyukjinkwon" % "spark-client" % "1.2.1.spark2"
[com.github.hyukjinkwon/spark-client "1.2.1.spark2"]
Group / Artifact | Type | Version |
---|---|---|
com.esotericsoftware.kryo : kryo | jar | 2.21 |
com.google.guava : guava | jar | 14.0.1 |
io.netty : netty-all | jar | 4.0.23.Final |
com.github.hyukjinkwon : hive-common | jar | 1.2.1.spark2 |
org.apache.spark : spark-core_2.10 | jar | 1.3.1 |
org.slf4j : slf4j-api | jar | 1.7.5 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |