Dear Colleages,
I want to insert a simple String into HBase using spark streaming. The insert should be done inside a rdd.forech function "public void call(Tuple2<String, byte[]> avroRecord)".
Currently I'vo no idea. I'm able to point out the string values but not inserting into HBase.
Thanks in advance and best regards,
Sebastian