jar

com.intel.qat : orc-mapreduce

Maven & Gradle

May 28, 2020
1 usages

ORC MapReduce · An implementation of Hadoop's mapred and mapreduce input and output formats for ORC files. They use the core reader and writer, but present the data to the user in Writable objects.

Table Of Contents

Latest Version

Download com.intel.qat : orc-mapreduce JAR file - Latest Versions:

All Versions

Download com.intel.qat : orc-mapreduce JAR file - All Versions:

Version Vulnerabilities Size Updated
1.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window orc-mapreduce-1.5.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.orc.mapreduce

├─ org.apache.orc.mapreduce.OrcInputFormat.class - [JAR]

├─ org.apache.orc.mapreduce.OrcMapreduceRecordReader.class - [JAR]

├─ org.apache.orc.mapreduce.OrcMapreduceRecordWriter.class - [JAR]

├─ org.apache.orc.mapreduce.OrcOutputFormat.class - [JAR]

org.apache.orc.mapred

├─ org.apache.orc.mapred.OrcInputFormat.class - [JAR]

├─ org.apache.orc.mapred.OrcKey.class - [JAR]

├─ org.apache.orc.mapred.OrcList.class - [JAR]

├─ org.apache.orc.mapred.OrcMap.class - [JAR]

├─ org.apache.orc.mapred.OrcMapredRecordReader.class - [JAR]

├─ org.apache.orc.mapred.OrcMapredRecordWriter.class - [JAR]

├─ org.apache.orc.mapred.OrcOutputFormat.class - [JAR]

├─ org.apache.orc.mapred.OrcStruct.class - [JAR]

├─ org.apache.orc.mapred.OrcTimestamp.class - [JAR]

├─ org.apache.orc.mapred.OrcUnion.class - [JAR]

├─ org.apache.orc.mapred.OrcValue.class - [JAR]