hadoop - Where to trace HDFS + Spark I/O calls? -
i'm trying trace i/o calls made spark hdfs research project. goal log of reads / writes / directory list commands additional metadata.
the expected output similar loggedfs posix file systems.
i tried put logging in org.apache.hadoop.fs
of hadoop-hdfs-client
project, doesn't seem spark using it.
what place put such logging spark requests traced?
thanks.
Comments
Post a Comment