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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -