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

Commit 35a05e3

Browse files
committed
Major code changes.
- 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.
1 parent 393873b commit 35a05e3

File tree

53 files changed

+1601
-4327
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1601
-4327
lines changed

aegisthus-hadoop/src/main/java/com/netflix/Aegisthus.java

Lines changed: 106 additions & 196 deletions
Large diffs are not rendered by default.

aegisthus-hadoop/src/main/java/com/netflix/aegisthus/columnar_input/AegisthusCombinedInputFormat.java

Lines changed: 0 additions & 83 deletions
This file was deleted.

aegisthus-hadoop/src/main/java/com/netflix/aegisthus/columnar_input/AegisthusInputFormat.java

Lines changed: 0 additions & 164 deletions
This file was deleted.

aegisthus-hadoop/src/main/java/com/netflix/aegisthus/columnar_input/readers/AegisthusRecordReader.java

Lines changed: 0 additions & 55 deletions
This file was deleted.

aegisthus-hadoop/src/main/java/com/netflix/aegisthus/columnar_input/readers/CombineSSTableReader.java

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)