Skip to content
New issue

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

hadoop.io.Lz4Codec.py import and location problems #18

Open
lewismc opened this issue May 2, 2024 · 0 comments
Open

hadoop.io.Lz4Codec.py import and location problems #18

lewismc opened this issue May 2, 2024 · 0 comments

Comments

@lewismc
Copy link
Contributor

lewismc commented May 2, 2024

A few issues when looking into Lz4Codec.py

  1. Why is it not also located in the hadoop.io.compress package alongside hadoop/io/compress/BZip2Codec.py, hadoop/io/compress/GzipCodec.py and the default codec hadoop/io/compress/ZlibCodec.py?
  2. The statement import lz4_raw cannot be resolved. That module is absent. I propose we use the popular lz4 library which would offer import lz4.frame and then `lz4.frame.decompress(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant