I am looking for an input format for Giraph which can read LZO compressed files. It appears the current input format GiraphRunner uses by default is BspInputFormat which has no mention of LZO compression. Is this simply an oversight and I'll have to implement my own LzoBspInputFormat class? It feels like something someone has already done previously.
Asked
Active
Viewed 77 times
1 Answers
0
It appears I asked this before actually even trying. I am loading LZO compressed files into my Giraph job via the GiraphRunner and it is accepting the input fine. This was a complete non-issue.

user2744380
- 31
- 2