Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
3.0.0-beta1
-
None
-
None
Description
HDFS &c support HTrace logging; HBase sets up spans.
What doesn't do spans is MR jobs or other frameworks with use the MR committers.
That can be addressed by defining some standard configuration keys for HTrace hi/low numbers, setting them in job submission, then passing them over the wire in the Configuration, where setupJob and setupTask can extract them & use for the tracing span. They could also add their own span for taskCommit and jobCommit for performance measurement there.
Although the core code would be in MR, I'd propose putting the keys into Hadoop common,
with some code in org.apache.hadoop.tracing.TraceUtils, to set it up. That way its possible to use more broadly.
Attachments
Issue Links
- is depended upon by
-
HADOOP-15220 Über-jira: S3a phase V: Hadoop 3.2 features
- Resolved
- relates to
-
HADOOP-13786 Add S3A committers for zero-rename commits to S3 endpoints
- Resolved