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

ORC-1669: [C++] Upgrade libhdfs #1864

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions c++/libs/libhdfspp/imported_timestamp
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
Wed Aug 30 10:56:51 EDT 2017
HDFS-10787
commit 9587bb04a818a2661e264f619b09c15ce10ff38e
Author: Anatoli Shein <anatoli.shein@hpe.com>
Date: Wed Aug 30 10:49:42 2017 -0400
Wed Mar 27 11:52:21 PM CST 2024
trunk
commit 032796a0fb21b432b8d873902fe00b44afa2496c
Author: Syed Shameerur Rahman <rhmanns@amazon.com>
Date: Tue Mar 26 20:59:35 2024 +0530

fixed warnings3
HADOOP-19047: S3A: Support in-memory tracking of Magic Commit data (#6468)


If the option fs.s3a.committer.magic.track.commits.in.memory.enabled
is set to true, then rather than save data about in-progress uploads
to S3, this information is cached in memory.

If the number of files being committed is low, this will save network IO
in both the generation of .pending and marker files, and in the scanning
of task attempt directory trees during task commit.

Contributed by Syed Shameerur Rahman
diffs: --------------
--------------
Wed Aug 30 10:56:51 EDT 2017
Wed Mar 27 11:52:21 PM CST 2024
Binary file modified c++/libs/libhdfspp/libhdfspp.tar.gz
Binary file not shown.
Loading