License |
License |
---|---|
GroupId | GroupIdcom.intel.qat |
ArtifactId | ArtifactIdparquet-hadoop-bundle |
Last Version | Last Version1.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Parquet Hadoop Bundle
Parquet is a columnar storage format that supports nested data. This provides the java implementation.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.intel.qat/parquet-hadoop-bundle/ -->
<dependency>
<groupId>com.intel.qat</groupId>
<artifactId>parquet-hadoop-bundle</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.intel.qat/parquet-hadoop-bundle/
implementation 'com.intel.qat:parquet-hadoop-bundle:1.10.0'
// https://jarcasting.com/artifacts/com.intel.qat/parquet-hadoop-bundle/
implementation ("com.intel.qat:parquet-hadoop-bundle:1.10.0")
'com.intel.qat:parquet-hadoop-bundle:jar:1.10.0'
<dependency org="com.intel.qat" name="parquet-hadoop-bundle" rev="1.10.0">
<artifact name="parquet-hadoop-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intel.qat', module='parquet-hadoop-bundle', version='1.10.0')
)
libraryDependencies += "com.intel.qat" % "parquet-hadoop-bundle" % "1.10.0"
[com.intel.qat/parquet-hadoop-bundle "1.10.0"]
Group / Artifact | Type | Version |
---|---|---|
com.intel.qat : parquet-common | jar | 1.10.0 |
com.intel.qat : parquet-column | jar | 1.10.0 |
com.intel.qat : parquet-hadoop | jar | 1.10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 3.4 |
commons-httpclient : commons-httpclient | jar | 3.1 |