On Aug 4, 2010, at 10:58 AM, David Rosenstrauch wrote:
So my partitioner needs to implement Configurable, then not JobConfigurable. Tnx much!
ReflectionUtils.newInstance will use either Configurable or JobConfigurable (or both!). So implementing either one will work fine.
-- Owen