This document describes a proposed framework for efficient data mining on Hadoop using Java Persistence API (JPA) and MySQL Cluster. The framework indexes data using ZSCORE binning and inverted indexing to enable efficient querying. It then stores mining models and results persistently in MySQL Cluster using JPA for object-relational mapping. The document evaluates the performance of the framework by implementing a decision tree algorithm on Hadoop and comparing the JPA approach to a traditional JDBC implementation.