Hi,
I was trying to code some utilities to bulk load data through HFiles
from Spark RDDs.
I was trying to took the pattern of CSVBulkLoadTool. I managed to
generate some HFiles and load them into HBase, but i can't see the rows
using sqlline. I would be more than grateful for any suggestions.
The classes can be accessed at:
https://github.com/dawidwys/gate/blob/master/src/main/scala/pl/edu/pw/elka/phoenix/BulkPhoenixLoader.scala
https://github.com/dawidwys/gate/blob/master/src/main/scala/pl/edu/pw/elka/phoenix/ExtendedProductRDDFunctions.scala
Thanks in advance
Dawid Wysakowicz