Open refaelos opened 8 years ago
I managed to create the input format suitable for the old api (usable with EMR Streaming).
On our fork - https://github.com/soomla/4mc
OK please submit pull request if you like, if it's not impacting other existing formats, I'll merge it along.
@carlomedas I can do the PR but I think that it needs to support Mc input format as well first. Don't you think?
Hey,
@carlomedas
Since EMR Streaming is using the old format of FileInputFormat class (required the old
mapred
package name), we can't find a way to read the compressed files within the EMR Streaming steps.Is there a wrapper to
FourMzTextInputFormat
using the older api?