I'm trying to use hbase-testing-util (1.2.0) on my project, but i get the following error:
An exception or error caused a run to abort: All datanodes 127.0.0.1:54655 are bad. Aborting...
I'm using IntelliJ on Windows 10, and I've correctly setup HADOOP_HOME environment variable.
I read that property mapred.max.split.size could help me, but i don't know which file I have to modify.