aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/main/scala/sandcrawler/HBaseRowCountJob.scala
Commit message (Collapse)AuthorAgeFilesLines
* row-count: require f:c, not file:sizeBryan Newbold2018-08-081-1/+1
| | | | | | | | | | | I tried using the empty List() and got a test failure, so it seems like we do need to specific *some* field here. file:size gets populated by the extraction job, not the backfill job, so I had been miscounting table sizes (counting only the number of GROBID extracted items, not rows in the table). TODO: count on key or no column, not f:c
* Improved style and style checking.Ellen Spertus2018-07-191-4/+5
| | | | | | | - 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
* Added rule to warn about block imports. Removed block imports.Ellen Spertus2018-07-191-1/+2
|
* Added import order checking. Fixed misordered imports in our code.Ellen Spertus2018-07-171-1/+1
|
* Fixed style errors.Ellen Spertus2018-07-171-2/+2
|
* snake_case to lowerCamelCaseBryan Newbold2018-07-131-3/+3
| | | | | | ... following scala norms. (as per Ellen's review)
* hbase table and zk host as argumentsBryan Newbold2018-06-171-9/+12
|
* Made package names match directory names. Cleaned up imports.Ellen Spertus2018-06-051-5/+4
|
* Made changes suggested in merge request review.Ellen Spertus2018-06-041-1/+1
| | | | | - 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-1/+1
|
* Added HBaseBuilder.build() and had HBaseRowCountJob call it.Ellen Spertus2018-06-031-7/+3
|
* Factored common code out of HBaseRowCountJob and its test into a new ↵Ellen Spertus2018-06-011-5/+9
| | | | companion object.
* switch HBaseRowCountJob to SCAN_ALLBryan Newbold2018-05-291-1/+1
|
* HBaseRowCountJob actually counts rowsBryan Newbold2018-05-291-11/+2
|
* rename jvm/scalding directoriesBryan Newbold2018-05-241-0/+41