| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Again, seems like test fixture must match *exactly* or very obscure
errors crop up.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
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)
|