Download core-hadoop-1.3.1.jar file

Introduction

You can download core-hadoop-1.3.1.jar in this page.

License

Open Source

Type List

core-hadoop-1.3.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.openimaj/core-hadoop/pom.properties
META-INF/maven/org.openimaj/core-hadoop/pom.xml
org.openimaj.hadoop.mapreduce.MultiStagedJob.class
org.openimaj.hadoop.mapreduce.SingleStagedJob.class
org.openimaj.hadoop.mapreduce.StageRunner.class
org.openimaj.hadoop.mapreduce.TextBytesJobUtil.class
org.openimaj.hadoop.mapreduce.stage.IdentityMapper.class
org.openimaj.hadoop.mapreduce.stage.IdentityReducer.class
org.openimaj.hadoop.mapreduce.stage.Stage.class
org.openimaj.hadoop.mapreduce.stage.StageAppender.class
org.openimaj.hadoop.mapreduce.stage.StageProvider.class
org.openimaj.hadoop.mapreduce.stage.helper.MultipleOutputReducer.class
org.openimaj.hadoop.mapreduce.stage.helper.MultipleOutputStage.class
org.openimaj.hadoop.mapreduce.stage.helper.SequenceFileStage.class
org.openimaj.hadoop.mapreduce.stage.helper.SequenceFileTextStage.class
org.openimaj.hadoop.mapreduce.stage.helper.SimpleSequenceFileStage.class
org.openimaj.hadoop.mapreduce.stage.helper.SimpleSequenceFileTextStage.class
org.openimaj.hadoop.mapreduce.stage.helper.TextByteByteStage.class
org.openimaj.hadoop.mapreduce.stage.helper.TextLongByteStage.class
org.openimaj.hadoop.mapreduce.stage.helper.TextSequenceFileStage.class
org.openimaj.hadoop.mapreduce.stage.helper.TextSomethingTextStage.class
org.openimaj.hadoop.mapreduce.stage.helper.TextStage.class
org.openimaj.hadoop.mapreduce.stage.helper.TextTextByteStage.class
org.openimaj.hadoop.sequencefile.ExtractionState.class
org.openimaj.hadoop.sequencefile.KeyValueDump.class
org.openimaj.hadoop.sequencefile.MetadataConfiguration.class
org.openimaj.hadoop.sequencefile.MetadataSequenceFileOutputFormat.class
org.openimaj.hadoop.sequencefile.NamingStrategy.class
org.openimaj.hadoop.sequencefile.RecordInformationExtractor.class
org.openimaj.hadoop.sequencefile.SequenceFileUtility.class
org.openimaj.hadoop.sequencefile.TextBytesSequenceFileUtility.class
org.openimaj.hadoop.sequencefile.combine.CombineSequenceFileInputFormat.class
org.openimaj.hadoop.sequencefile.combine.CombineSequenceFileRecordReader.class
org/openimaj/hadoop/textfile

Pom

core-hadoop-1.3.1.pom file content.

<?xml version="1.0"?>
<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>openimaj-hadoop</artifactId>
    <groupId>org.openimaj</groupId>
    <version>1.3.1</version>
    <relativePath>../</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.openimaj</groupId>
  <artifactId>core-hadoop</artifactId>
  <version>1.3.1</version>
  <packaging>jar</packaging>
  <name>The OpenIMAJ Core Hadoop Library</name>
  <inceptionYear>2011</inceptionYear>
  <description>
		Reusable wrappers and helpers to access and create sequence-files and map-reduce jobs.
  	</description>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.apache.hadoop</groupId>
<!--      <artifactId>hadoop-core</artifactId>
      <version>0.20.2-cdh3u3</version> -->
			<artifactId>hadoop-client</artifactId>
			<version>2.0.0-mr1-cdh4.7.0</version>
    </dependency>
		<dependency>
	      <groupId>org.apache.hadoop</groupId>
				<artifactId>hadoop-core</artifactId>
				<version>2.0.0-mr1-cdh4.7.0</version>
				<scope>provided</scope>
    </dependency>
		<dependency>
			<groupId>commons-collections</groupId>
			<artifactId>commons-collections</artifactId>
			<version>3.2.1</version>
			<scope>provided</scope>
		</dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.8.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.openimaj</groupId>
      <artifactId>core</artifactId>
      <version>1.3.1</version>
      <scope>compile</scope>
    </dependency>
    <!--
		<dependency>
      <groupId>org.semanticdesktop.aperture</groupId>
      <artifactId>aperture-runtime-default</artifactId>
      <version>1.4.0</version>
      <exclusions>
				<exclusion>
	        <groupId>org.semanticdesktop.aperture</groupId>
					<artifactId>aperture-default-crawler</artifactId>
				</exclusion>
				<exclusion>
	        <groupId>org.semanticdesktop.aperture</groupId>
					<artifactId>aperture-default-datasource</artifactId>
				</exclusion>
        <exclusion>
          <groupId>org.semanticdesktop.aperture</groupId>
          <artifactId>aperture-extractor-message-mime</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.semanticdesktop.aperture</groupId>
          <artifactId>aperture-extractor-text-html</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.semanticdesktop.aperture</groupId>
          <artifactId>aperture-crawler-imap</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.semanticdesktop.aperture</groupId>
          <artifactId>aperture-crawler-mbox</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.semanticdesktop.aperture</groupId>
          <artifactId>aperture-crawler-sub-mime</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.semanticdesktop.aperture</groupId>
          <artifactId>aperture-crawler-outlook</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.semanticdesktop.aperture</groupId>
          <artifactId>aperture-extractor-audio-mp3</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.semanticdesktop.aperture</groupId>
          <artifactId>aperture-crawler-sub-compress</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.textmining</groupId>
          <artifactId>tm-extractors</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.semanticdesktop.aperture</groupId>
      <artifactId>aperture-runtime-optional</artifactId>
      <version>1.4.0</version>
      <type>pom</type>
    </dependency>
 -->
		<dependency>
      <groupId>org.semanticdesktop.aperture</groupId>
			<artifactId>aperture-default-mime-identifier</artifactId>
			<version>1.4.0</version>
		</dependency>
		<dependency>
	    <groupId>org.slf4j</groupId>
	    <artifactId>slf4j-log4j12</artifactId>
	    <version>1.7.2</version>
	  </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>com.mycila.maven-license-plugin</groupId>
        <artifactId>maven-license-plugin</artifactId>
        <version>1.9.0</version>
        <configuration>
          <header>src/etc/header.txt</header>
          <strictCheck>true</strictCheck>
          <properties>
            <year>${project.inceptionYear}</year>
          </properties>
          <excludes>
            <exclude>AUTHORS</exclude>
            <exclude>COPYING</exclude>
          </excludes>
          <mapping>
            <jtemp>JAVADOC_STYLE</jtemp>
          </mapping>
          <useDefaultMapping>true</useDefaultMapping>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.openimaj</groupId>
   <artifactId>core-hadoop</artifactId>
   <version>1.3.1</version>
</dependency>

Download

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



Download core-hadoop-1.3.1.jar file




PreviousNext

Related