Hi there, I have got a few questions on how best to write to HBase from a spark job.
- If we want to write using TableOutputFormat are we supposed to use saveAsNewAPIHadoopFile? - Or should we do it by hand (without TableOutputFormat) in a foreach loop for example? - Or should use HFileOutputFormat with saveAsNewAPIHadoopFile? Thanks, Eugen
