Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename jvm/scalding directories | Bryan Newbold | 2018-05-24 | 12 | -365/+0 |
| | |||||
* | fix up HBaseRowCountTest | Bryan Newbold | 2018-05-24 | 2 | -7/+15 |
| | | | | | Again, seems like test fixture must match *exactly* or very obscure errors crop up. | ||||
* | get quorum fields to match, fixing test | Bryan Newbold | 2018-05-24 | 1 | -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. | ||||
* | Added repository to find com.hadoop.gplcompression#hadoop-lzo;0.4.16. | Ellen Spertus | 2018-05-22 | 1 | -0/+1 |
| | |||||
* | more tests (failing) | Bryan Newbold | 2018-05-22 | 2 | -1/+56 |
| | |||||
* | update README with invocations | Bryan Newbold | 2018-05-21 | 1 | -0/+13 |
| | |||||
* | point SimpleHBaseSourceExample to actual zookeeper quorum host | Bryan Newbold | 2018-05-21 | 1 | -1/+2 |
| | |||||
* | another attempt at a simple job variation | Bryan Newbold | 2018-05-21 | 1 | -3/+16 |
| | |||||
* | update HBaseRowCountJob based on Simple example | Bryan Newbold | 2018-05-21 | 1 | -10/+11 |
| | |||||
* | spyglass/hbase test examples (from upstream) | Bryan Newbold | 2018-05-21 | 2 | -0/+93 |
| | |||||
* | deps updates: cdh libs, hbase, custom spyglass | Bryan Newbold | 2018-05-21 | 2 | -3/+7 |
| | |||||
* | docs of how to munge around custom spyglass jars | Bryan Newbold | 2018-05-21 | 1 | -0/+19 |
| | |||||
* | add dependencyTree helper plugin | Bryan Newbold | 2018-05-21 | 2 | -1/+2 |
| | |||||
* | building (but nullpointer) spyglass integration | Bryan Newbold | 2018-05-21 | 2 | -3/+27 |
| | |||||
* | more deps locations | Bryan Newbold | 2018-05-21 | 1 | -0/+8 |
| | |||||
* | gitignore for scalding directory | Bryan Newbold | 2018-05-21 | 1 | -0/+3 |
| | |||||
* | fix WordCountJob package; tests; hadoop version | Bryan Newbold | 2018-05-21 | 3 | -2/+43 |
| | | | | | | | | | | | 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 -> WordCountJob | Bryan Newbold | 2018-05-21 | 3 | -13/+13 |
| | | | | Also use the exact file from scalding repo | ||||
* | success running with com.twitter.scalding.Tool | Bryan Newbold | 2018-05-21 | 1 | -4/+2 |
| | |||||
* | remove main function; class name same as file | Bryan Newbold | 2018-05-21 | 1 | -12/+1 |
| | |||||
* | copy in scalding learning example | Bryan Newbold | 2018-05-21 | 6 | -0/+93 |