aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/parallelai/spyglass/hbase/HBaseSource.scala
Commit message (Collapse)AuthorAgeFilesLines
* Adds autoFlush setting to HbaseSource.Kristian Kaufmann2015-06-121-1/+2
| | | | The setting defaults to true to reproduce current behavior
* Releasing 4.3 Spyglass for Scalding (0.9.1) and Scala (2.10)Antonios Chalkiopoulos2014-05-221-11/+5
|
* Code review. Removed some commented code and some warninggalarragas2014-02-241-48/+5
|
* Added Local Schema and Memory Tap in HBaseSource and JDBCSource to fixSaad Rashid2014-02-211-29/+71
| | | the failing unit tests.
* Fix test mode in HBaseSource.Saad Rashid2014-02-201-0/+35
| | | change rc4 to rc1.
* Update Scalding and Cascading latest release and pom versions. NowSaad Rashid2014-02-201-5/+15
| | | | SpyGlass supports scalding (0.9.0rc4) and cascading (2.2.1). Its a release candidate.
* Extensive changes to the underlying code base.Chandan Rajah2013-09-041-5/+10
| | | | | Fully tested and working support for region level spliting Reduced number of mappers.
* Adding Delete functionality to the HBaseSourceChandan Rajah2013-08-161-2/+3
|
* Changed HBaseSource and JDBCSource to allow testing with JobTest. Samples of ↵Gracia Fernandez2013-07-041-11/+12
| | | | tests included.
* Added extensions to Read and Write mode.Chandan Rajah2013-06-061-7/+16
| | | Added support for key prefixes
* First public release of Spy Glass code basecra142013-04-261-0/+82