All,
Being new to Apache Beam...I want to ensure that I approach things the
"right way".
My goal:
I want to be able to write a PCollection to Apache Accumulo. Something like
this:
PCollection.apply(AccumuloIO.Write.to("AccumuloTable"));
While I am sure I can create a custom class to do so, it has me thinking
about identifying the best way forward.
I want to use the Apex Runner to run my applications. Apex has Malhar
libraries that are already written that would be really useful. But, I
don't think that is the point. The goal is to develop IO Connectors that
are able to be applied to any runner. Am I thinking about his correctly?
Is there any work being done to develop an IO Connector for Apache
Accumulo?
Wyatt
wa