GitHub user linwen opened a pull request:

    https://github.com/apache/incubator-hawq/pull/832

    Hawq-970. Provide More Accurate Information When LibYARN Meets an Exception

    The fix has removed catch(...) from ApplicationMasterProtocol, 
ApplicationClientProtocol, ContainerManagementProtocol, so when an exception is 
raised from RPC call(invoke() function), the exception will be thrown to outer, 
so that libyarn can display the exact exception information instead of 
"unexpected exception".
    
    Please review. Thanks!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/linwen/incubator-hawq hawq_970

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/832.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 #832
    
----
commit b730dda742ef119898e6ce83c5d689472142ba7d
Author: Wen Lin <[email protected]>
Date:   2016-08-03T05:28:05Z

    HAWQ-970. Provide More Accurate Information When LibYARN Meets an Exception

commit 1b460d15bd077befed38b3de3d230b85df18fc5f
Author: Wen Lin <[email protected]>
Date:   2016-08-03T05:41:20Z

    Fix unittest

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to