aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/main/scala/sandcrawler/HBaseStatusCountJob.scala
Commit message (Collapse)AuthorAgeFilesLines
* fix bugs/typos in HBaseColCountJob and HBaseStatusCountJobBryan Newbold2018-08-211-3/+3
|
* distinction between status_code and status countingBryan Newbold2018-08-211-4/+4
|
* Improved style and style checking.Ellen Spertus2018-07-191-4/+10
| | | | | | | - 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 import order checking. Fixed misordered imports in our code.Ellen Spertus2018-07-171-2/+0
|
* lint/cleanup fixes from reviewBryan Newbold2018-07-171-17/+12
| | | | Thanks Ellen!
* refactor HBaseStatusCountJob to convert Long columnBryan Newbold2018-07-171-1/+29
|
* Changed grobid0:status to grobid0:status_code, per issue 1.Ellen Spertus2018-06-181-1/+1
|
* Refactored HBaseStatusCount{Job,Test}.scala.Ellen Spertus2018-06-091-25/+2
|
* Added status count.Ellen Spertus2018-06-071-0/+28