Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Major code changes.
Browse files Browse the repository at this point in the history
 - Removed the non-columnar reducer and all of its input and output formats.
 - The reducer now returns a BytesWriteable which is the bytes for the row id as a key and a RowWritable as a value.  The RowWritable represents a row and all its columns.
 - All outputting and formatting is now done in the OutputFormatter classes.
 - All configuration options are now in Aegisthus.Feature
 - All code in aegisthus-hadoop has how now been consistently formatted for tabs and spacing.
 - All tests are passing when processing Cassandra 1.2.18 or 2.0.10
   sstables.
  • Loading branch information
danielbwatson committed Oct 15, 2014
1 parent 393873b commit 35a05e3
Show file tree
Hide file tree
Showing 53 changed files with 1,601 additions and 4,327 deletions.
302 changes: 106 additions & 196 deletions aegisthus-hadoop/src/main/java/com/netflix/Aegisthus.java

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 35a05e3

Please sign in to comment.