This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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