Skip to content

Commit

Permalink
Fixed small typo for AspectJ
Browse files Browse the repository at this point in the history
  • Loading branch information
vocatan committed Aug 6, 2014
1 parent f139f87 commit 30a4da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ S3mper is a library that provides an additional layer of consistency checking on
Overview
--------

S3mper leverages [Aspect Oriented Programming](http://en.wikipedia.org/wiki/Aspect-oriented_programming) and is implemented with [ApsectJ](http://eclipse.org/aspectj/ "ApectJ") to advise implementations of the Hadoop FileSystem (primarily the NativeS3FileSystem implementation) with additional logic to crosscheck a secondary index for consistency.
S3mper leverages [Aspect Oriented Programming](http://en.wikipedia.org/wiki/Aspect-oriented_programming) and is implemented with [AspectJ](http://eclipse.org/aspectj/ "AspectJ") to advise implementations of the Hadoop FileSystem (primarily the NativeS3FileSystem implementation) with additional logic to crosscheck a secondary index for consistency.

The default implementation of the secondary index uses DynamoDB because of the speed, consistency, and availability guarantees that service provides. The table schema is designed to be light-weight and fast so as to not impair the performance of the file system.

Expand Down

0 comments on commit 30a4da2

Please sign in to comment.