Hello list, I have the need to emit to HDFS once in a while some Text. This doesn't happen necessarily at the end of the computation and I might need to emit something more complex than just the VertexValue, so I'd like more control than what the VertexWriter gives me.
What do you suggest I might do to obtain a handler to a HDFS file (it can be in parts aswell) to write to? Is there any code I can start looking at? Thanks! Claudio -- Claudio Martella [email protected]
