aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Fix various CDH5 integration problems.John Blakeney2015-09-014-17/+25
|
* Adds autoFlush setting to HbaseSource.Kristian Kaufmann2015-06-124-2/+15
| | | | The setting defaults to true to reproduce current behavior
* obtain HBASE_AUTH_TOKEN if kerberos security is enabledSathish2014-09-021-1/+27
|
* Releasing 4.3 Spyglass for Scalding (0.9.1) and Scala (2.10)Antonios Chalkiopoulos2014-05-2217-104/+87
|
* fixing what seems to be a bug in HBaseRecordReaderGranularAhsan Rabbani2014-05-151-1/+1
|
* Adding support of timestamp-based scan filteringgalarragas2014-03-175-20/+37
|
* 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
* Merge branch 'master' into scala_2.9.3Chandan Rajah2013-07-151-1/+5
|\
| * Added Multi Row Inserts in the documentation and changes in the valuesSaad Rashid2013-07-051-1/+5
| | | | | | in JDBC Constants.
* | 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 JDBCTap support.Saad Rashid2013-06-2410-0/+2880
|
* 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-268-0/+1948