Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename jvm/scalding directories | Bryan Newbold | 2018-05-24 | 3 | -89/+0 |
| | |||||
* | fix up HBaseRowCountTest | Bryan Newbold | 2018-05-24 | 1 | -0/+4 |
| | | | | | Again, seems like test fixture must match *exactly* or very obscure errors crop up. | ||||
* | 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 | 1 | -0/+35 |
| | |||||
* | building (but nullpointer) spyglass integration | Bryan Newbold | 2018-05-21 | 1 | -0/+23 |
| | |||||
* | fix WordCountJob package; tests; hadoop version | Bryan Newbold | 2018-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | 2 | -12/+12 |
| | | | | Also use the exact file from scalding repo | ||||
* | 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 | 1 | -0/+23 |