Hbase/HDFS Jmeter test performnace in hadoop 3.3.6

20 views Asked by At

I want to test performance on hdfs using jmeter on hadoop 3.3.6, but the hbase / hdfs plugin is not supported on hadoop 3.3.6, I have seen tutorials and several ways, namely by changing dependencies on pom.xml or .pom. but the problem is that I don't know where the pom.xml or .pom file is located on hadoop 3.3.6 and how to execute it, please help, in addition I am using ubuntu 18.

1

There are 1 answers

0
Ivan G On

The pom.xml is here

Once you get the code and make the changes you want you will need to compile the plugin using Maven and replace the .jar file in lib/ext folder of your JMeter installation with the one from the "target" folder of the compiled plugin.

Alternative option is using JSR223 Sampler and Groovy language and write your Hadoop performance test logic without installing any 3rd-party plugins