From 9a00e7beb5f1024ea77fc42196733a0447cf6d12 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 23 Jul 2018 13:56:51 -0700 Subject: reference TDsl note in docs --- scalding/scalding-debugging.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'scalding') diff --git a/scalding/scalding-debugging.md b/scalding/scalding-debugging.md index 9143698..bd9dd36 100644 --- a/scalding/scalding-debugging.md +++ b/scalding/scalding-debugging.md @@ -45,6 +45,22 @@ 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 some types][tdsl] from: + + import com.twitter.scalding.typed.TDsl._ + +[tdsl]: https://github.com/twitter/scalding/wiki/Type-safe-api-reference#interoperating-between-fields-api-and-type-safe-api + +## 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: -- cgit v1.2.3