Download lzo-hadoop-1.0.0.jar file

Introduction

You can download lzo-hadoop-1.0.0.jar in this page.

License

The GNU Public License, Version 3.0

Type List

lzo-hadoop-1.0.0.jar file has the following types.

META-INF/MANIFEST.MF
com.hadoop.compression.lzo.DistributedLzoIndexer.class
com.hadoop.compression.lzo.LzoCodec.class
com.hadoop.compression.lzo.LzoIndex.class
com.hadoop.compression.lzo.LzoIndexer.class
com.hadoop.compression.lzo.LzopCodec.class
com.hadoop.mapred.DeprecatedLzoLineRecordReader.class
com.hadoop.mapred.DeprecatedLzoTextInputFormat.class
com.hadoop.mapreduce.LzoIndexOutputFormat.class
com.hadoop.mapreduce.LzoIndexRecordWriter.class
com.hadoop.mapreduce.LzoLineRecordReader.class
com.hadoop.mapreduce.LzoSplitInputFormat.class
com.hadoop.mapreduce.LzoSplitRecordReader.class
com.hadoop.mapreduce.LzoTextInputFormat.class
org.anarres.lzo.hadoop.codec.LzoCodec.class
org.anarres.lzo.hadoop.codec.LzoCompressor.class
org.anarres.lzo.hadoop.codec.LzoDecompressor.class
org.anarres.lzo.hadoop.codec.LzopCodec.class
org.anarres.lzo.hadoop.codec.LzopInputStream.class
org.anarres.lzo.hadoop.codec.LzopOutputStream.class
org.apache.hadoop.io.compress.LzoCodec.class
org.apache.hadoop.io.compress.LzopCodec.class

Pom

lzo-hadoop-1.0.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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>
  <groupId>org.anarres.lzo</groupId>
  <artifactId>lzo-hadoop</artifactId>
  <version>1.0.0</version>
  <name>lzo-hadoop</name>
  <description>The LZO compression codec in pure Java.</description>
  <url>https://github.com/shevek/lzo-java</url>
  <licenses>
    <license>
      <name>The GNU Public License, Version 3.0</name>
      <url>https://www.gnu.org/licenses/gpl.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>shevek</id>
      <name>Shevek</name>
      <email>github@anarres.org</email>
    </developer>
  </developers>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/shevek/lzo-java/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git@github.com:shevek/lzo-java.git</connection>
    <developerConnection>scm:git:git@github.com:shevek/lzo-java.git</developerConnection>
    <url>scm:git:git@github.com:shevek/lzo-java.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.anarres.lzo</groupId>
      <artifactId>lzo-core</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-core</artifactId>
      <version>1.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>2.0.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.anarres.lzo</groupId>
   <artifactId>lzo-hadoop</artifactId>
   <version>1.0.0</version>
</dependency>

Download

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



Download lzo-hadoop-1.0.0.jar file




PreviousNext

Related