[
https://issues.apache.org/jira/browse/HBASE-29853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18079451#comment-18079451
]
Aman Poonia edited comment on HBASE-29853 at 5/8/26 11:50 AM:
--------------------------------------------------------------
Have updated the PR accommodating your suggestion. Please review. [~apurtell]
Thank you.
was (Author: mnpoonia):
Have updated the PR accomodting your suggestion.
> 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
>
> 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)