License |
License |
---|---|
GroupId | GroupIdorg.apache.parquet |
ArtifactId | ArtifactIdparquet-hive-0.10-binding |
Version | Version1.11.2 |
Type | Typejar |
Description |
DescriptionApache Parquet Hive 0.10 Binding
Parquet is a columnar storage format that supports nested data. This provides the java implementation.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.parquet/parquet-hive-0.10-binding/ -->
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-hive-0.10-binding</artifactId>
<version>1.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.parquet/parquet-hive-0.10-binding/
implementation 'org.apache.parquet:parquet-hive-0.10-binding:1.11.2'
// https://jarcasting.com/artifacts/org.apache.parquet/parquet-hive-0.10-binding/
implementation ("org.apache.parquet:parquet-hive-0.10-binding:1.11.2")
'org.apache.parquet:parquet-hive-0.10-binding:jar:1.11.2'
<dependency org="org.apache.parquet" name="parquet-hive-0.10-binding" rev="1.11.2">
<artifact name="parquet-hive-0.10-binding" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.parquet', module='parquet-hive-0.10-binding', version='1.11.2')
)
libraryDependencies += "org.apache.parquet" % "parquet-hive-0.10-binding" % "1.11.2"
[org.apache.parquet/parquet-hive-0.10-binding "1.11.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.parquet : parquet-common | jar | 1.11.2 |
org.apache.parquet : parquet-hive-binding-interface | jar | 1.11.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-client | jar | 2.7.3 |
org.apache.hive : hive-common | jar | 0.10.0 |
org.apache.hive : hive-exec | jar | 0.10.0 |
org.apache.hive : hive-serde | jar | 0.10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.4 |
commons-httpclient : commons-httpclient | jar | 3.1 |