How to test the performance of the fuse plugin?

Dan and I discussed at length about how to test this project: firstly functional properties and secondly the non-functional properties.

Functional properties were simple since we can easily compare the contents of the (actual) file with contents of the (fuse downloaded) file.

However, the non-functional property of the plugin is a challenge. The current approach is to compare the file copy time using the HPCCFuseJ with the file copy time using tools like winscp.

The code used to test the HPCCFuseJ can be found here. This code has to be used with the dataset generator (developed by Dan) to run.

Comments

Popular posts from this blog

How to set up a Spark multi-node cluster on AWS-EC2

How to use REST based calls to submit spark jobs