Download avro-mapred-1.7.7.jar file

Introduction

You can download avro-mapred-1.7.7.jar in this page.

License

Apache License

Type List

avro-mapred-1.7.7.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.avro/avro-mapred/pom.properties
META-INF/maven/org.apache.avro/avro-mapred/pom.xml
org.apache.avro.hadoop.file.HadoopCodecFactory.class
org.apache.avro.hadoop.file.SortedKeyValueFile.class
org.apache.avro.hadoop.io.AvroDatumConverter.class
org.apache.avro.hadoop.io.AvroDatumConverterFactory.class
org.apache.avro.hadoop.io.AvroDeserializer.class
org.apache.avro.hadoop.io.AvroKeyComparator.class
org.apache.avro.hadoop.io.AvroKeyDeserializer.class
org.apache.avro.hadoop.io.AvroKeyValue.class
org.apache.avro.hadoop.io.AvroSequenceFile.class
org.apache.avro.hadoop.io.AvroSerialization.class
org.apache.avro.hadoop.io.AvroSerializer.class
org.apache.avro.hadoop.io.AvroValueDeserializer.class
org.apache.avro.hadoop.util.AvroCharSequenceComparator.class
org.apache.avro.mapred.AvroAsTextInputFormat.class
org.apache.avro.mapred.AvroAsTextRecordReader.class
org.apache.avro.mapred.AvroCollector.class
org.apache.avro.mapred.AvroInputFormat.class
org.apache.avro.mapred.AvroJob.class
org.apache.avro.mapred.AvroKey.class
org.apache.avro.mapred.AvroKeyComparator.class
org.apache.avro.mapred.AvroMapper.class
org.apache.avro.mapred.AvroMultipleInputs.class
org.apache.avro.mapred.AvroMultipleOutputs.class
org.apache.avro.mapred.AvroOutputFormat.class
org.apache.avro.mapred.AvroRecordReader.class
org.apache.avro.mapred.AvroReducer.class
org.apache.avro.mapred.AvroSerialization.class
org.apache.avro.mapred.AvroTextOutputFormat.class
org.apache.avro.mapred.AvroUtf8InputFormat.class
org.apache.avro.mapred.AvroValue.class
org.apache.avro.mapred.AvroWrapper.class
org.apache.avro.mapred.DelegatingInputFormat.class
org.apache.avro.mapred.DelegatingMapper.class
org.apache.avro.mapred.FsInput.class
org.apache.avro.mapred.HadoopCombiner.class
org.apache.avro.mapred.HadoopMapper.class
org.apache.avro.mapred.HadoopReducer.class
org.apache.avro.mapred.HadoopReducerBase.class
org.apache.avro.mapred.MapCollector.class
org.apache.avro.mapred.Pair.class
org.apache.avro.mapred.SequenceFileInputFormat.class
org.apache.avro.mapred.SequenceFileReader.class
org.apache.avro.mapred.SequenceFileRecordReader.class
org.apache.avro.mapred.TaggedInputSplit.class
org.apache.avro.mapred.tether.InputProtocol.class
org.apache.avro.mapred.tether.OutputProtocol.class
org.apache.avro.mapred.tether.TaskType.class
org.apache.avro.mapred.tether.TetherData.class
org.apache.avro.mapred.tether.TetherInputFormat.class
org.apache.avro.mapred.tether.TetherJob.class
org.apache.avro.mapred.tether.TetherKeyComparator.class
org.apache.avro.mapred.tether.TetherKeySerialization.class
org.apache.avro.mapred.tether.TetherMapRunner.class
org.apache.avro.mapred.tether.TetherOutputFormat.class
org.apache.avro.mapred.tether.TetherOutputService.class
org.apache.avro.mapred.tether.TetherPartitioner.class
org.apache.avro.mapred.tether.TetherRecordReader.class
org.apache.avro.mapred.tether.TetherReducer.class
org.apache.avro.mapred.tether.TetheredProcess.class
org.apache.avro.mapreduce.AvroJob.class
org.apache.avro.mapreduce.AvroKeyInputFormat.class
org.apache.avro.mapreduce.AvroKeyOutputFormat.class
org.apache.avro.mapreduce.AvroKeyRecordReader.class
org.apache.avro.mapreduce.AvroKeyRecordWriter.class
org.apache.avro.mapreduce.AvroKeyValueInputFormat.class
org.apache.avro.mapreduce.AvroKeyValueOutputFormat.class
org.apache.avro.mapreduce.AvroKeyValueRecordReader.class
org.apache.avro.mapreduce.AvroKeyValueRecordWriter.class
org.apache.avro.mapreduce.AvroMultipleOutputs.class
org.apache.avro.mapreduce.AvroOutputFormatBase.class
org.apache.avro.mapreduce.AvroRecordReaderBase.class
org.apache.avro.mapreduce.AvroSequenceFileInputFormat.class
org.apache.avro.mapreduce.AvroSequenceFileOutputFormat.class
org.apache.avro.mapreduce.Syncable.class

Pom

avro-mapred-1.7.7.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You 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
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <artifactId>avro-parent</artifactId>
    <groupId>org.apache.avro</groupId>
    <version>1.7.7</version>
    <relativePath>../</relativePath>
  </parent>

  <artifactId>avro-mapred</artifactId>

  <name>Apache Avro Mapred API</name>
  <description>An org.apache.hadoop.mapred compatible API for using Avro Serializatin in Hadoop</description>
  <packaging>bundle</packaging>

  <properties>
    <osgi.import>
      !org.apache.avro.mapred*,
      org.apache.avro*;version="${project.version}",
      org.apache.hadoop*,
      *
    </osgi.import>
    <osgi.export>org.apache.avro.mapred*;version="${project.version}"</osgi.export>
  </properties>

  <build>
    <plugins>
      <plugin>
        <groupId>${project.groupId}</groupId>
        <artifactId>avro-maven-plugin</artifactId>
        <version>${project.version}</version>
        <executions>
          <execution>
            <phase>generate-sources</phase>
            <goals>
              <goal>schema</goal>
            </goals>
          </execution>
          <execution>
            <id>test-schemas</id>
            <phase>generate-sources</phase>
            <goals>
              <goal>schema</goal>
              <goal>protocol</goal>
            </goals>
            <!-- compile only test protocols and schemas and place them in the classpath. -->
            <configuration>
              <sourceDirectory></sourceDirectory>
              <testSourceDirectory>${parent.project.basedir}/../../../../share/test/schemas/</testSourceDirectory>
              <testOutputDirectory>${project.build.directory}/generated-test-sources/java</testOutputDirectory>
            </configuration>
          </execution>
          <execution>
            <id>mapred-schema</id>
            <phase>generate-sources</phase>
            <goals>
              <goal>protocol</goal>
            </goals>
            <configuration>
              <stringType>String</stringType>
              <includes>
                <include>**/mapred/tether/*.avpr</include>
              </includes>
              <sourceDirectory>${parent.project.basedir}/../../../../share/schemas/</sourceDirectory>
              <outputDirectory>${project.build.directory}/generated-sources/java</outputDirectory>a
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <execution>
            <id>main</id>
            <goals><goal>jar</goal></goals>
            <phase>package</phase>
          </execution>
          <execution>
            <id>with-classifier</id>
            <goals><goal>jar</goal></goals>
            <phase>package</phase>
            <configuration>
              <classifier>${envClassifier}</classifier>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>avro-ipc</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>avro-ipc</artifactId>
      <classifier>tests</classifier>
      <version>${project.version}</version>
    </dependency>
    <dependency>     
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-all</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-core-asl</artifactId>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
    </dependency>
  </dependencies>
  
  <profiles>
     <profile>
      <id>hadoop1</id>
      <activation>
        <property>
          <name>!hadoop.version</name> <!-- if no hadoop.version is set -->
        </property>
      </activation>
      <properties>
        <envClassifier>hadoop1</envClassifier>
      </properties>
      <dependencies>
        <dependency>
          <groupId>org.apache.hadoop</groupId>
          <artifactId>hadoop-core</artifactId>
          <!-- hadoop's execution environment provides its own jars, usurping any others.
            So we should not include it here -->
          <scope>provided</scope>
        </dependency>
      </dependencies>
    </profile>
    <profile>
      <id>hadoop2</id>
      <activation>
        <property>
          <name>hadoop.version</name>
          <value>2</value>
        </property>
      </activation>
      <properties>
        <envClassifier>hadoop2</envClassifier>
      </properties>
      <dependencies>
        <dependency>
          <groupId>org.apache.hadoop</groupId>
          <artifactId>hadoop-client</artifactId>
          <!-- hadoop's execution environment provides its own jars, usurping any others.
            So we should not include it here -->
          <scope>provided</scope>
        </dependency>
        <dependency>
          <groupId>org.apache.hadoop</groupId>
          <artifactId>hadoop-mapreduce-client-common</artifactId>
          <scope>test</scope> <!-- for LocalJobRunner -->
        </dependency>
        <dependency>
          <groupId>commons-httpclient</groupId>
          <artifactId>commons-httpclient</artifactId>
          <scope>test</scope> <!-- for LocalJobRunner -->
        </dependency>
      </dependencies>
    </profile>
  </profiles>

</project>

POM Entry

<dependency>
   <groupId>org.apache.avro</groupId>
   <artifactId>avro-mapred</artifactId>
   <version>1.7.7</version>
</dependency>

Download

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



Download avro-mapred-1.7.7.jar file




PreviousNext

Related