aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/src/main/scala/sandcrawler/HBaseCountJob.scala
Commit message (Collapse)AuthorAgeFilesLines
* Improved style and style checking.Ellen Spertus2018-07-191-4/+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
* 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-1/+1
|
* 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-4/+6
|
* Pulled out HBaseBuilder.parseColSpec.Ellen Spertus2018-06-091-1/+1
|
* Tests pass.Ellen Spertus2018-06-081-0/+30