aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/main/scala/sandcrawler/HBaseBuilder.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removed remaining warning.Ellen Spertus2018-07-191-1/+1
|
* Improved style and style checking.Ellen Spertus2018-07-191-5/+6
| | | | | | | - Excludes checking of files in /example directories. - Warns about block imports, which have been removed. - Checks indenting. Parameters should be indented 2 spaces. See https://docs.scala-lang.org/style/indentation.html#methods-with-numerous-arguments - Imports should be grouped (java.*, scala.*, other), with a blank line between groups
* add buildSink() method for writing to HBaseBryan Newbold2018-07-191-0/+7
|
* Fixed style errors.Ellen Spertus2018-07-171-1/+1
|
* Pulled out HBaseBuilder.parseColSpec.Ellen Spertus2018-06-091-13/+18
|
* Made changes suggested in merge request review.Ellen Spertus2018-06-041-9/+4
| | | | | - Changed inverseSchema from Map to List, eliminating incorrect comment. - Changing format of argument to HBaseBuilder.build from String to List[String].
* Changed interface to HBaseBuilder.parseColSpec.Ellen Spertus2018-06-031-2/+6
|
* Added HBaseBuilder.build() and had HBaseRowCountJob call it.Ellen Spertus2018-06-031-4/+2
|
* Added HBaseBuilder.parseColSpecs and tests, which pass.Ellen Spertus2018-06-031-0/+49