Hi guys,
I am fetching several fields from a source RDBMS with dbmigrate-cascading.
My cascalog query actually generates one file per fetched field, with
thrifting in the process.
This works very well with hfs-seqfile and adequate templating options.
Now when I use a properly configured LZO lib and the hfs-lzo-thrift sink
tap, it doesn't work anymore.
Note that if I don't use templating in LZO tap, things work very well.
Any hints regarding this issue would be very welcome!
Actual implementation is here : https://gist.github.com/2867633
Cheers,
François Le Lay
@lelayf