License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdio.cdap.plugin |
ArtifactId | ArtifactIdformat-orc |
Last Version | Last Version2.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionORC format plugins
A collection of plugins for CDAP
|
Filename | Size |
---|---|
format-orc-2.9.0.pom | |
format-orc-2.9.0.jar | 4 MB |
format-orc-2.9.0-sources.jar | 5 KB |
format-orc-2.9.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.plugin/format-orc/ -->
<dependency>
<groupId>io.cdap.plugin</groupId>
<artifactId>format-orc</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.plugin/format-orc/
implementation 'io.cdap.plugin:format-orc:2.9.0'
// https://jarcasting.com/artifacts/io.cdap.plugin/format-orc/
implementation ("io.cdap.plugin:format-orc:2.9.0")
'io.cdap.plugin:format-orc:jar:2.9.0'
<dependency org="io.cdap.plugin" name="format-orc" rev="2.9.0">
<artifact name="format-orc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.plugin', module='format-orc', version='2.9.0')
)
libraryDependencies += "io.cdap.plugin" % "format-orc" % "2.9.0"
[io.cdap.plugin/format-orc "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
io.cdap.cdap : cdap-formats | jar | 6.7.0 |
io.cdap.plugin : format-common | jar | 2.9.0 |
org.apache.orc : orc-mapreduce | jar | 1.1.0 |
com.google.protobuf : protobuf-java | jar | 2.5.0 |
Group / Artifact | Type | Version |
---|---|---|
io.cdap.cdap : cdap-etl-api | jar | 6.7.0 |
org.apache.hadoop : hadoop-common | jar | 2.6.0 |
org.apache.hadoop : hadoop-mapreduce-client-core | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |