diff options
author | Ellen Spertus <ellen.spertus@gmail.com> | 2018-07-19 16:03:54 -0700 |
---|---|---|
committer | Ellen Spertus <ellen.spertus@gmail.com> | 2018-07-19 16:03:54 -0700 |
commit | 687693e96f5a55aa6d38450da0d10e95df2d9422 (patch) | |
tree | 04bb6c63aaccef2da813b19a0ee3c56f3c338a57 /scalding/scalding-debugging.md | |
parent | 97c8bdc1973f6dd54216a6f1b0b49dad0660b874 (diff) | |
download | sandcrawler-687693e96f5a55aa6d38450da0d10e95df2d9422.tar.gz sandcrawler-687693e96f5a55aa6d38450da0d10e95df2d9422.zip |
Undid changes that did not belong in this branch.
Diffstat (limited to 'scalding/scalding-debugging.md')
-rw-r--r-- | scalding/scalding-debugging.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scalding/scalding-debugging.md b/scalding/scalding-debugging.md index 404fb4d..9143698 100644 --- a/scalding/scalding-debugging.md +++ b/scalding/scalding-debugging.md @@ -45,20 +45,6 @@ resolved by ensuring that the `HBaseSource` constructors had exactly identical names and arguments (eg, table names and zookeeper quorums have to be exact matches). -If you get: - - value toTypedPipe is not a member of cascading.pipe.Pipe - -You probably need to: - - import com.twitter.scalding.typed.TDsl._ - -## Running Individual Tests - -You can run a single test matching a string glob pattern like: - - sbt:sandcrawler> testOnly *CdxBackfill* - ## Fields Values of type `List[Fields]` are not printed in the expected way: |