We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, there's a typo in FourMzTextInputFormat where it extends from the wrong class: Mc should be Mz.
#27 Fixes this problem, but it hasn't been merged yet for some reason since October. There's also the issue of the wrong extends:
FourMcTextInputFormat
FourMcInputFormat<LongWritable, Text>
FourMcInputFormat
FourMzTextInputFormat
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, there's a typo in FourMzTextInputFormat where it extends from the wrong class: Mc should be Mz.
#27 Fixes this problem, but it hasn't been merged yet for some reason since October. There's also the issue of the wrong extends:
FourMcTextInputFormat
should extend fromFourMcInputFormat<LongWritable, Text>
instead of justFourMcInputFormat
.FourMzTextInputFormat
.The text was updated successfully, but these errors were encountered: