From: Josh Elser [mailto:josh.el...@gmail.com]
Sent: 13 September 2015 03:19
To: user@hive.apache.org
Subject: Re: Accumulo Storage Manager
So the binary parsing definitely seems wrong. Maybe two issues there:
one being the inline #binary not being recognized with the '*' map modifier
concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.Runt
he.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
at
org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.call(TezTaskRunner.java:168)
at
org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.call(TezTaskRunner.java:163)
at java.util.concurrent.FutureTask.run(FutureTask.jav
For the Array support: it might have just been a missed test case and is
just a bug. I don't recall how off the top of my head Arrays are
intended to be serialized (if it's some numeric counter in the Accumulo
CQ or just serializing all the elements in the array into the Accumulo
Value). If it