-
Notifications
You must be signed in to change notification settings - Fork 250
feat: Add JNI-based Hadoop FileSystem support for S3 and other Hadoop-compatible stores #1992
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
base: main
Are you sure you want to change the base?
Changes from 4 commits
f5c800e
bf465d0
81cb9bd
63e815f
8e2fcc0
87b936e
97e6aee
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,6 +50,7 @@ lazy_static = "1.4.0" | |
| prost = "0.13.5" | ||
| jni = "0.21" | ||
| snap = "1.1" | ||
| chrono = { version = "0.4", default-features = false, features = ["clock"] } | ||
|
||
| # we disable default features in lz4_flex to force the use of the faster unsafe encoding and decoding implementation | ||
| lz4_flex = { version = "0.11.3", default-features = false } | ||
| zstd = "0.13.3" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move these to a new file, say
JniHDFSBridge?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, fixed.