We continue to have issues getting large amounts of data from Hive into Phoenix.
BulkLoading is very slow and often fails for very large data sets. I stumbled upon this article that seems to present an interesting alternative: https://community.hortonworks.com/articles/2745/creating-hbase-hfiles-from-an-existing-hive-table.html What would it take to adapt this approach to Phoenix? I'm guessing it would primarily just be a matter of also updating some system tables (?) Thoughts? Thanks!