122123124125126127128129130131132
try { value = new BytesValue(g.getBytes()); } catch (SerializationException e) { e.printStackTrace(); } keyValues.add(new KeyValuePair(key, value)); keyNo++; } return keyValues; }