I have referred to these two links to run mahout NB classifier
[1] http://tharindu-rusira.blogspot.com/2014/01/naive-bayes-classification-apache-mahout.html
[2] http://chimpler.wordpress.com/2013/03/13/using-the-mahout-naive-bayes-classifier-to-automatically-classify-twitter-messages/
I would like to use my own test set instead of having mahout splitting my data into training and test sets (80:20). How can I achieve that?