Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bottom Line

bottom_line is a transactional netting program for Hadoop.

Installation

  1. Add the hadoop-version-core.jar to CLASSPATH
  2. run the following command in the top directory: ant jar

Usage

bottom_line takes a single tab delimited file of transactions and their amounts. For example: 1->2 500.00 2->1 600.00 3->1 700.00

Then run the program with the following command: hadoop jar transaction.jar

The output file generated will represent the net effect on each account. For example using the above input would generate: 1 800.00 2 -100.00 3 -700.00

About

A transactional netting program for Hadoop

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages