YourKit alleges to be able to open binary HPROF dumps, but it insists that binary dumps made from Hadoop jobs are not valid snapshots.
The dumps are made by specifying the mapred.task.profile.params
option with a value of -agentlib:hprof=cpu=samples,heap=sites,depth=6,force=n,thread=y,verbose=n,file=%s,format=b
(as specified in the Hadoop: The Definitive Guide.
Is there any way to open this file with YourKit? Are there other graphical profiling tools that will open the files created?