[
https://issues.apache.org/jira/browse/HBASE-29853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18091619#comment-18091619
]
Hudson commented on HBASE-29853:
--------------------------------
Results for branch master
[build #108 on
builds.a.o|https://ci-hbase.apache.org/job/HBase-Integration-Test/job/master/108/]:
(/) *{color:green}+1 overall{color}*
----
details (if available):
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.5 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.3.6 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.0 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.1 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
(/) {color:green}+1 client integration test for 3.4.2 with shaded hadoop
client{color}
(/) {color:green}+1 client integration test for 3.4.3 {color}
(/) {color:green}+1 client integration test for 3.4.3 with shaded hadoop
client{color}
> Move from async profiler binary to a maven dependency
> -----------------------------------------------------
>
> Key: HBASE-29853
> URL: https://issues.apache.org/jira/browse/HBASE-29853
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 3.0.0-beta-1, 4.0.0-alpha-1, 2.6.4, 2.5.13
> Reporter: Aman Poonia
> Assignee: Aman Poonia
> Priority: Minor
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-1, 3.0.0-beta-2
>
>
> Currently we set ASYNC_PROFILER binary path and then use that binary to
> execute in a shell. Instead we can use below maven dependency
> {code:java}
> https://mvnrepository.com/artifact/tools.profiler/async-profiler -->
> <dependency>
> <groupId>tools.profiler</groupId>
> <artifactId>async-profiler</artifactId>
> <version>2.9</version>
> <scope>compile</scope>
> </dependency>{code}
> This will make it easier to use async profiler everywhere in hbase.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)