Package org.apache.hadoop.fs
Class FsTracer
java.lang.Object
org.apache.hadoop.fs.FsTracer
Holds the HTrace Tracer used for FileSystem operations.
Ideally, this would be owned by the DFSClient, rather than global. However,
the FileContext API may create a new DFSClient for each operation in some
cases. Because of this, we cannot store this Tracer inside DFSClient. See
HADOOP-6356 for details.
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.hadoop.tracing.Tracerget(Configuration conf)
-
Method Details
-
get
-