GitHub user dnishimura opened a pull request:
https://github.com/apache/samza/pull/296
SAMZA-1416 : Better logging around the exception where class loading failed
in initializing the SystemFactory for a input/output system
Also added test coverage for the Util.getObj method.
@nickpan47 @jmakes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dnishimura/samza samza-1416
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/296.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #296
----
commit a0e70da78925c6a3fdf9f51ae3e2e34d132d0dd1
Author: Daniel Nishimura <[email protected]>
Date: 2017-09-15T23:07:15Z
Added better logging to Util.getObj method when exception is thrown.
----
---