aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* please support for DumpUnGrobidedJobBryan Newbold2018-08-241-0/+24
|
* scalding: UnGrobidedDumpJobBryan Newbold2018-08-242-0/+139
|
* clean up commented out code in scalding/Bryan Newbold2018-08-244-23/+2
|
* Merge branch 'bnewbold-missing-column'Bryan Newbold2018-08-242-0/+96
|\ | | | | | | | | | | Manually Resolved Conflicts: please
| * fixes to please keys-missing-colBryan Newbold2018-08-211-2/+2
| |
| * add please for keysmissingcolumnBryan Newbold2018-08-211-0/+29
| |
| * rewrite MissingColumnDumpJob as a join (sigh)Bryan Newbold2018-08-211-29/+37
| |
| * WIP: MissingColumnDumpJobBryan Newbold2018-08-211-0/+59
| | | | | | | | | | This version won't actually work because SpyGlass doesn't actually support SCAN filters (among other things)
* | more TODOBryan Newbold2018-08-241-0/+5
| |
* | update TODOBryan Newbold2018-08-242-13/+16
| |
* | move HBase schema and notes from journal-infra repoBryan Newbold2018-08-243-0/+331
| |
* | commit notes from my laptopBryan Newbold2018-08-246-0/+256
| |
* | move RFC/design-doc from journal-infra repoBryan Newbold2018-08-241-0/+180
| |
* | update READMEsBryan Newbold2018-08-242-43/+46
| |
* | clarify please docsBryan Newbold2018-08-241-2/+2
| |
* | update scalding READMEBryan Newbold2018-08-241-13/+23
| |
* | add un-commited scalding debug notesBryan Newbold2018-08-241-0/+26
| |
* | rename ./mapreduce to ./pythonBryan Newbold2018-08-2425-7/+7
| |
* | gitignore match test outputBryan Newbold2018-08-241-0/+1
| |
* | match resultsBryan Newbold2018-08-241-0/+13
| |
* | run please in CI, at least to check syntaxBryan Newbold2018-08-241-0/+1
| |
* | fix merge typos in pleaseBryan Newbold2018-08-241-2/+2
| |
* | Merge branch 'bnewbold-match-quality'Bryan Newbold2018-08-2412-27/+2125
|\ \ | | | | | | | | | | | | | | | Manually resolved merge conflict in: please
| * | start tracking benchmark resultsBryan Newbold2018-08-241-0/+17
| | |
| * | rework fetch_hadoop scriptBryan Newbold2018-08-245-27/+45
| | | | | | | | | | | | | | | Should work on macOS now, and fetches hadoop in addition to pig. Still requires wget (not installed by default on macOS).
| * | BibjsonScorable: fix ScorableFeatures (after rebase)Bryan Newbold2018-08-211-1/+1
| | |
| * | please support for match-benchmarkBryan Newbold2018-08-211-0/+26
| | |
| * | fix bug with qa/prod detectionBryan Newbold2018-08-211-0/+1
| | |
| * | local bibjson-to-bibjson matching job (no tests)Bryan Newbold2018-08-211-0/+29
| | |
| * | bibjson scorable class (no tests)Bryan Newbold2018-08-211-0/+50
| | |
| * | add matching bibjson filesBryan Newbold2018-08-213-0/+1956
| | |
* | | add counters to ScoreJobBryan Newbold2018-08-241-13/+47
| | |
* | | remove duplicate importsBryan Newbold2018-08-241-2/+0
| | |
* | | add a content-type filter for crossref worksBryan Newbold2018-08-232-1/+26
| | |
* | | require crossref works to have at least one author (for matching)Bryan Newbold2018-08-232-1/+7
| | |
* | | author parsing (and year, for crossref)Bryan Newbold2018-08-235-7/+57
| | |
* | | set a minimum slug size (8 chars)Bryan Newbold2018-08-234-15/+31
| | |
* | | clean up indendation in ScoreJob.scalaBryan Newbold2018-08-231-5/+5
| | |
* | | clean up commented-out code in ScoreJob.scalaBryan Newbold2018-08-231-30/+0
| | |
* | | increase MaxTitleLength from 255 to 1023Bryan Newbold2018-08-231-1/+1
| | | | | | | | | | | | | | | | | | Motivated after finding some long titles with MathML mixed in. Until this issue can be investigated further, bumping this limit to pass the handful of matches found.
* | | additions to slug blacklistBryan Newbold2018-08-231-383/+414
| | |
* | | Merge branch 'bnewbold-extraction-tweaks'Bryan Newbold2018-08-231-4/+7
|\ \ \
| * | | extraction: do want content, not textBryan Newbold2018-08-211-1/+1
| | | | | | | | | | | | | | | | XML can have non-unicode characters? Who knew.
| * | | extraction: status reporting tweaksBryan Newbold2018-08-211-5/+8
| | | | | | | | | | | | | | | | | | | | Improvements to how the extraction function in the extraction script reports status (in output, hbase, and counters)
* | | | Merge branch 'ellen-length-filtering' into 'master'bnewbold2018-08-236-24/+138
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Filtering titles by length See merge request webgroup/sandcrawler!21
| * | | | Fixed style violations.Ellen Spertus2018-08-222-4/+5
| | | | |
| * | | | Added ScoreJob test for title-length filtering.Ellen Spertus2018-08-221-5/+13
| | | | |
| * | | | Merge branch 'master' into ellen-length-filteringEllen Spertus2018-08-223-2/+6
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge branch 'copyright' into 'master'bnewbold2018-08-221-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Copyright See merge request webgroup/sandcrawler!20
| * | | | | Created CONTRIBUTORS.Ellen Spertus2018-08-221-0/+4
| | | | | |