[
https://issues.apache.org/jira/browse/METRON-1706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16571965#comment-16571965
]
ASF GitHub Bot commented on METRON-1706:
----------------------------------------
GitHub user nickwallen opened a pull request:
https://github.com/apache/metron/pull/1147
METRON-1706: HbaseClient.mutate should return the number of mutations
[Feature Branch]
The `HbaseClient.mutate` method should return the number of mutations.
This is a pull request against the METRON-1699-create-batch-profiler
feature branch.
## Testing
1. Launch the development environment.
1. Ensure alerts are created in the Alerts UI.
1. Ensure the Service Check in Ambari passes.
## Pull Request Checklist
- [x] Have you included steps to reproduce the behavior or problem that is
being changed or addressed?
- [x] Have you included steps or a guide to how the change may be verified
and tested manually?
- [x] Have you ensured that the full suite of tests and checks have been
executed in the root metron folder via:
- [x] Have you written or updated unit tests and or integration tests to
verify your changes?
- [x] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
- [x] Have you verified the basic functionality of the build by building
and running locally with Vagrant full-dev environment or the equivalent?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickwallen/metron METRON-1706-v2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metron/pull/1147.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 #1147
----
commit 49c000638c3405b0ac956ecec4881fd86a01529a
Author: Nick Allen <nick@...>
Date: 2018-07-27T17:20:15Z
HbaseClient.mutate should return the number of mutations
----
> HbaseClient.mutate should return the number of mutations
> --------------------------------------------------------
>
> Key: METRON-1706
> URL: https://issues.apache.org/jira/browse/METRON-1706
> Project: Metron
> Issue Type: Sub-task
> Reporter: Nick Allen
> Assignee: Nick Allen
> Priority: Major
>
> HbaseClient.mutate should return the number of mutations
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)