You can download lzo-hadoop-1.0.5.jar in this page.
The GNU Public License, Version 3.0
lzo-hadoop-1.0.5.jar file has the following types.
META-INF/MANIFEST.MF META-INF/lzo-hadoop.properties 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
lzo-hadoop-1.0.5.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.5</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>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.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>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-core</artifactId> <version>1.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.anarres.lzo</groupId> <artifactId>lzo-core</artifactId> <version>1.0.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.7</version> <scope>test</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>annotations</artifactId> <version>2.0.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.1.3</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.anarres.lzo</groupId> <artifactId>lzo-hadoop</artifactId> <version>1.0.5</version> </dependency>
If you think the following lzo-hadoop-1.0.5.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.5.jar file