You could decompress the LZO file manually into plain text then using TextInputFormat.
Alternatively, you don't need to index the LZO compressed file, just using LZOInputFormat on non-indexed files, then the LZO file will not be split anymore.
You could decompress the LZO file manually into plain text then using TextInputFormat.
Alternatively, you don't need to index the LZO compressed file, just using LZOInputFormat on non-indexed files, then the LZO file will not be split anymore.