aboutsummaryrefslogtreecommitdiffstats
path: root/scalding/scalding-debugging.md
diff options
context:
space:
mode:
authorEllen Spertus <ellen.spertus@gmail.com>2018-07-19 10:51:08 -0700
committerEllen Spertus <ellen.spertus@gmail.com>2018-07-19 10:51:08 -0700
commit6e998633c6949c66bb6f9c5a1da7d7cf58511a39 (patch)
tree91dd237cdb74300a3ce3c3c31498aaca353567b0 /scalding/scalding-debugging.md
parente2d5b35a8cb5eefafc12abe0394ec5f60ab87d79 (diff)
parent3df897225b942e3205283ba30575a2336e318e34 (diff)
downloadsandcrawler-6e998633c6949c66bb6f9c5a1da7d7cf58511a39.tar.gz
sandcrawler-6e998633c6949c66bb6f9c5a1da7d7cf58511a39.zip
Merge branch 'bnewbold-backfill' of git.archive.org:webgroup/sandcrawler
Diffstat (limited to 'scalding/scalding-debugging.md')
-rw-r--r--scalding/scalding-debugging.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/scalding/scalding-debugging.md b/scalding/scalding-debugging.md
index 9143698..404fb4d 100644
--- a/scalding/scalding-debugging.md
+++ b/scalding/scalding-debugging.md
@@ -45,6 +45,20 @@ 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: