Custom hadoop rpc plugins #11394
Unanswered
yuyanlei-8130
asked this question in
Q&A
Replies: 1 comment 8 replies
-
|
If it is only a Hadoop client, I don't think you need to add headers. This plugin should work like a MySQL client, right? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To monitor the links between hadoop clients and hadoop servers, I refer to https://skyapm.github.io/document-cn-translation-of-skywalking/zh/6.3.0/guides/Java-Plugin-Development-Guide.html,It seems that hadoop can't implement such a plugin, and the hadoop rpc is issued like this:
proto is an rpc request sent asynchronously. In this case, how can I develop a plugin to monitor the rpc between hadoop client and hadoop server?
Beta Was this translation helpful? Give feedback.
All reactions