Skip to content

Commit

Permalink
added DNA-Base Counting using External Python function
Browse files Browse the repository at this point in the history
  • Loading branch information
pyspark-in-action committed Apr 10, 2016
1 parent 66009cf commit 1166296
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tutorial/dna-basecount/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
DNA Base Counting
=================

The following examples demostrates the usage of PySpark to count DNA bases.


* [DNA Base Counting Without In-Mapper Combiner](./dna-basecount.md)

* [DNA Base Counting With In-Mapper Combiner](./dna-basecount2.md)

* [DNA Base Counting With External Python Function](./dna-basecount3.md)


[![Data Algorithms Book](https://github.com/mahmoudparsian/data-algorithms-book/blob/master/misc/data_algorithms_image.jpg)](http://shop.oreilly.com/product/0636920033950.do)

0 comments on commit 1166296

Please sign in to comment.