Hi to everybody, In my current scenario I have complex objects stored as xml in an HBase Table. What's the best strategy to work with them? My final goal would be to define operators on those objects (like filter, equals, append, join, merge, etc) and then work with multiple RDDs to perform some kind of comparison between those objects. What do you suggest me? Is it possible?
Best, Flavio