public List<InputSplit> getInputSplits()
throws IOException, InterruptedException {
Job job = new Job();
MockDataStore store = MockDataStore.get();
MockQuery query = store.newQuery();
query.setFields(Employee._ALL_FIELDS);
GoraInputFormat.setInput(job, query, false);
GoraInputFormat<String, MockPersistent> inputFormat
= new GoraInputFormat<String, MockPersistent>();