aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/parallelai/spyglass/hbase
Commit message (Collapse)AuthorAgeFilesLines
* 1. Created a mapper per region as ooposed to mapper per region server4.1.1Chandan Rajah2013-09-308-58/+110
| | | | | 2. Added progress indicators 3. Better logging
* Extensive changes to the underlying code base.Chandan Rajah2013-09-0418-1907/+1097
| | | | | Fully tested and working support for region level spliting Reduced number of mappers.
* Added minor echanges to code and more testingChandan Rajah2013-08-213-3/+14
|
* Adding Delete functionality to the HBaseSourceChandan Rajah2013-08-165-13/+50
|
* Updated CDH version to 4.3.0 and uncommented Raw Tap and SchemeChandan Rajah2013-08-072-597/+597
|
* Added testing code for multi input splitsChandan Rajah2013-08-073-1/+1128
|
* do not store nulls in hbase. see issue 5Koert Kuipers2013-08-061-5/+3
|
* Added the missing fileChandan Rajah2013-07-181-0/+111
|
* Added support for split grouping in order to reduce the number of mappers ↵Chandan Rajah2013-07-183-1180/+1383
| | | | created for large tables
* Versions reverted back to the old ones: Scala 2.9.3 (cdh4.2.0)Gracia Fernandez2013-07-102-597/+597
|
* Changed HBaseSource and JDBCSource to allow testing with JobTest. Samples of ↵Gracia Fernandez2013-07-041-5/+10
| | | | tests included.
* Fixed minor bugs with HBase prefix salterChandan Rajah2013-06-261-4/+9
|
* Added some readme and commentsrotem2013-06-171-4/+4
|
* Adding HBase raw taps and source, bumping needed dependency versions, ↵rotem2013-06-162-0/+597
| | | | bumping scala version
* Added extensions to Read and Write mode.Chandan Rajah2013-06-069-269/+865
| | | Added support for key prefixes
* First public release of Spy Glass code basecra142013-04-267-0/+1878