License |
License |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdparquet-hive-binding-interface |
Last Version | Last Version1.6.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Parquet Hive Binding Interface (Incubating)
Parquet is a columnar storage format that supports nested data. This provides the java implementation.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.twitter/parquet-hive-binding-interface/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>parquet-hive-binding-interface</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/parquet-hive-binding-interface/
implementation 'com.twitter:parquet-hive-binding-interface:1.6.0'
// https://jarcasting.com/artifacts/com.twitter/parquet-hive-binding-interface/
implementation ("com.twitter:parquet-hive-binding-interface:1.6.0")
'com.twitter:parquet-hive-binding-interface:jar:1.6.0'
<dependency org="com.twitter" name="parquet-hive-binding-interface" rev="1.6.0">
<artifact name="parquet-hive-binding-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='parquet-hive-binding-interface', version='1.6.0')
)
libraryDependencies += "com.twitter" % "parquet-hive-binding-interface" % "1.6.0"
[com.twitter/parquet-hive-binding-interface "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-client | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.easymock : easymock | jar | 3.2 |
commons-httpclient : commons-httpclient | jar | 3.0.1 |