scala - Apache Drill query data serialized with Kryo -
i saving complex object (scala.vector[(int, double)]) in hbase table column means of serializing byte array (scala.array[byte]) kryo (com.twitter.chill.kryoinjection).
now query data apache drill , convert serialized byte array human readable.
i imagined somehow "register" own converter apache drill , provide drill query.
unfortunately unable find information on if , how possible accomplish.
if encode data in big endian in hbase meaningful results. better performance on conditional queries. think this doc helps describe problem/solution.
Comments
Post a Comment