Hmmmm...the byte[] array is generated OK.
byte[] bytes =
Base64.decodeBase64(configString.getBytes(StandardCharsets.UTF_8));
I wonder what's golng wrong with one of these lines below?
ByteArrayInputStream bais = new ByteArrayInputStream(bytes);
mapWritable.readFields(new DataInputStream(bais));
--
View this message in context:
http://apache-accumulo.1065345.n5.nabble.com/AccumuloMultiTableInputFormat-IllegalStateException-tp11186p11199.html
Sent from the Users mailing list archive at Nabble.com.
