Skip to content

Common Exceptions and possible reasons

reconditesea edited this page Apr 26, 2013 · 27 revisions

class java.lang.NoClassDefFoundError

This is probably when you have a problem with the binary version of a dependency.

class java.lang.AbstractMethodError

This probably is also a jar version problem.

class java.lang.NoSuchMethodError

This probably is also a jar version problem.

class cascading.flow.planner.PlannerException

Cascading requires all sources to have final sinks on disk. This exception happens when you miss an output for an input.

class com.twitter.scalding.InvalidSourceException

This happens when data is missing from the path you provied.

Contents

Getting help

Documentation

Matrix API

Third Party Modules

Videos

How-tos

Tutorials

Articles

Other

Clone this wiki locally