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