I'd like to be able to use LZO1X999 from Hadoop, but it looks like lzo-hadoop is using the constraint system to initialize the compressor. So I refactored the way LZO1X999 is initialized.
It feels slightly weird to use null in the compressor selection logic, but I guess it works.
This is much more the way I was hoping for. :-) I'm going to review a little more carefully as it's a little more intrusive, but I'm very positive on this.
I'd like to be able to use LZO1X999 from Hadoop, but it looks like
lzo-hadoop
is using the constraint system to initialize the compressor. So I refactored the way LZO1X999 is initialized.It feels slightly weird to use
null
in the compressor selection logic, but I guess it works.