License |
License |
---|---|
GroupId | GroupIdorg.apache.hive |
ArtifactId | ArtifactIdhive-pdk |
Last Version | Last Version0.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHive is a data warehouse infrastructure built on top of Hadoop see
http://wiki.apache.org/hadoop/Hive
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hive-pdk-0.10.0.pom | |
hive-pdk-0.10.0.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-pdk/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-pdk</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-pdk/
implementation 'org.apache.hive:hive-pdk:0.10.0'
// https://jarcasting.com/artifacts/org.apache.hive/hive-pdk/
implementation ("org.apache.hive:hive-pdk:0.10.0")
'org.apache.hive:hive-pdk:jar:0.10.0'
<dependency org="org.apache.hive" name="hive-pdk" rev="0.10.0">
<artifact name="hive-pdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-pdk', version='0.10.0')
)
libraryDependencies += "org.apache.hive" % "hive-pdk" % "0.10.0"
[org.apache.hive/hive-pdk "0.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hive : hive-cli | jar | 0.10.0 |
junit : junit | jar | 4.10 |
org.apache.hadoop : hadoop-minicluster Optional | jar | 2.0.0-alpha |