aboutsummaryrefslogtreecommitdiffstats
path: root/scald-mvp/src
Commit message (Collapse)AuthorAgeFilesLines
* rename jvm/scalding directoriesBryan Newbold2018-05-246-242/+0
|
* fix up HBaseRowCountTestBryan Newbold2018-05-242-7/+15
| | | | | Again, seems like test fixture must match *exactly* or very obscure errors crop up.
* get quorum fields to match, fixing testBryan Newbold2018-05-241-1/+1
| | | | | | | | | | | Writing this commit message in anger: It seems that the HBaseSource must match exactly between the instantiated Job class and the JobTest. The error when this isn't the case is very obscure: a `None.get()` exception deep in SpyGlass internals. Blech. This may or may not explain other test failure issues.
* more tests (failing)Bryan Newbold2018-05-222-1/+56
|
* point SimpleHBaseSourceExample to actual zookeeper quorum hostBryan Newbold2018-05-211-1/+2
|
* another attempt at a simple job variationBryan Newbold2018-05-211-3/+16
|
* update HBaseRowCountJob based on Simple exampleBryan Newbold2018-05-211-10/+11
|
* spyglass/hbase test examples (from upstream)Bryan Newbold2018-05-212-0/+93
|
* building (but nullpointer) spyglass integrationBryan Newbold2018-05-211-0/+23
|
* fix WordCountJob package; tests; hadoop versionBryan Newbold2018-05-212-1/+37
| | | | | | | | | | | When copying from upstream scalding, forgot to change the path/namespace of the WordCountJob. Production IA cluster is actually running Hadoop 2.5, not 2.6 (I keep forgetting). Pull in more dependencies so test runs (copied from scalding repo, only changed the namespace of the job)
* WordCount -> WordCountJobBryan Newbold2018-05-212-12/+12
| | | | Also use the exact file from scalding repo
* remove main function; class name same as fileBryan Newbold2018-05-211-12/+1
|
* copy in scalding learning exampleBryan Newbold2018-05-211-0/+23