jar

com.knewton.mapreduce : KassandraMRHelper

Maven & Gradle

Apr 22, 2016
35 stars

KassandraMRHelper · Library for processing Cassandra SSTables with Hadoop MapReduce

Table Of Contents

Latest Version

Download com.knewton.mapreduce : KassandraMRHelper JAR file - Latest Versions:

All Versions

Download com.knewton.mapreduce : KassandraMRHelper JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.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 KassandraMRHelper-0.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.knewton.mapreduce.io

├─ com.knewton.mapreduce.io.SSTableColumnInputFormat.class - [JAR]

├─ com.knewton.mapreduce.io.SSTableInputFormat.class - [JAR]

├─ com.knewton.mapreduce.io.SSTableRowInputFormat.class - [JAR]

├─ com.knewton.mapreduce.io.StudentEventWritable.class - [JAR]

com.knewton.mapreduce.util

├─ com.knewton.mapreduce.util.CassandraColumnUtils.class - [JAR]

├─ com.knewton.mapreduce.util.CounterConstants.class - [JAR]

├─ com.knewton.mapreduce.util.MREnvironment.class - [JAR]

├─ com.knewton.mapreduce.util.SerializationUtils.class - [JAR]

com.knewton.mapreduce.constant

├─ com.knewton.mapreduce.constant.PropertyConstants.class - [JAR]

com.knewton.thrift

├─ com.knewton.thrift.StudentEvent.class - [JAR]

├─ com.knewton.thrift.StudentEventData.class - [JAR]

com.knewton.mapreduce

├─ com.knewton.mapreduce.AbstractSSTableMapper.class - [JAR]

├─ com.knewton.mapreduce.SSTableCellMapper.class - [JAR]

├─ com.knewton.mapreduce.SSTableColumnRecordReader.class - [JAR]

├─ com.knewton.mapreduce.SSTableRecordReader.class - [JAR]

├─ com.knewton.mapreduce.SSTableRowMapper.class - [JAR]

├─ com.knewton.mapreduce.SSTableRowRecordReader.class - [JAR]

com.knewton.mapreduce.example

├─ com.knewton.mapreduce.example.SSTableMRExample.class - [JAR]

├─ com.knewton.mapreduce.example.StudentEventAbstractMapper.class - [JAR]

├─ com.knewton.mapreduce.example.StudentEventMapper.class - [JAR]

├─ com.knewton.mapreduce.example.StudentEventReducer.class - [JAR]

Advertisement