Download hydrator-common-1.4.0.jar file

Introduction

You can download hydrator-common-1.4.0.jar in this page.

License

Apache License

Type List

hydrator-common-1.4.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/co.cask.hydrator/hydrator-common/pom.properties
META-INF/maven/co.cask.hydrator/hydrator-common/pom.xml
co.cask.hydrator.common.Constants.class
co.cask.hydrator.common.FieldEncryptor.class
co.cask.hydrator.common.HiveSchemaConverter.class
co.cask.hydrator.common.KeystoreConf.class
co.cask.hydrator.common.MockPipelineConfigurer.class
co.cask.hydrator.common.RecordConverter.class
co.cask.hydrator.common.ReferenceBatchSink.class
co.cask.hydrator.common.ReferenceBatchSource.class
co.cask.hydrator.common.ReferencePluginConfig.class
co.cask.hydrator.common.ReferenceRealtimeSink.class
co.cask.hydrator.common.ReferenceRealtimeSource.class
co.cask.hydrator.common.RowRecordTransformer.class
co.cask.hydrator.common.SchemaValidator.class
co.cask.hydrator.common.SourceInputFormatProvider.class
co.cask.hydrator.common.TimeParser.class
co.cask.hydrator.common.batch.JobUtils.class
co.cask.hydrator.common.batch.action.Condition.class
co.cask.hydrator.common.batch.action.ConditionConfig.class
co.cask.hydrator.common.batch.sink.SinkOutputFormatProvider.class
co.cask.hydrator.common.test.MockEmitter.class
co.cask.hydrator.common.test.MockLookupProvider.class
co.cask.hydrator.common.test.MockMetrics.class
co.cask.hydrator.common.test.MockRealtimeContext.class
co.cask.hydrator.common.test.MockStageMetrics.class
co.cask.hydrator.common.test.MockTransformContext.class
co.cask.hydrator.common.test.NoopMetrics.class

Pom

hydrator-common-1.4.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright ? 2015 Cask Data, Inc.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may not
  ~ use this file except in compliance with the License. You may obtain a copy of
  ~ the License at
  ~
  ~ http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  ~ License for the specific language governing permissions and limitations under
  ~ the License.
  -->

<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <parent>
    <artifactId>hydrator-plugins</artifactId>
    <groupId>co.cask.hydrator</groupId>
    <version>1.4.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>hydrator-common</artifactId>
  <name>Hydrator Common</name>
  <packaging>jar</packaging>

  <dependencies>
    <dependency>
      <groupId>co.cask.cdap</groupId>
      <artifactId>cdap-etl-api</artifactId>
    </dependency>
    <dependency>
      <groupId>co.cask.cdap</groupId>
      <artifactId>cdap-proto</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-common</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-mapreduce-client-core</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>
  </dependencies>


</project>

POM Entry

<dependency>
   <groupId>co.cask.hydrator</groupId>
   <artifactId>hydrator-common</artifactId>
   <version>1.4.0</version>
</dependency>

Download

If you think the following hydrator-common-1.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download hydrator-common-1.4.0.jar file




PreviousNext

Related