You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2022/04/13 13:15:41 UTC

[hadoop] branch trunk updated (45394433a11 -> a7b4e8f03e5)

This is an automated email from the ASF dual-hosted git repository.

stevel pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


    from 45394433a11 HDFS-16484. [SPS]: Fix an infinite loop bug in SPSPathIdProcessor thread (#4032)
     add a7b4e8f03e5 HDFS-14478. Add libhdfs APIs for openFile (#4166)

No new revisions were added by this update.

Summary of changes:
 .../main/native/libhdfs-tests/test_libhdfs_ops.c   |  62 +++
 .../src/main/native/libhdfs/hdfs.c                 | 500 ++++++++++++++++++++-
 .../src/main/native/libhdfs/include/hdfs/hdfs.h    | 135 ++++++
 .../src/main/native/libhdfs/jclasses.c             |   4 +
 .../src/main/native/libhdfs/jclasses.h             |   7 +
 .../src/main/native/libhdfspp/tests/hdfs_shim.c    |  59 +++
 .../libhdfspp/tests/libhdfs_wrapper_defines.h      |  17 +
 .../libhdfspp/tests/libhdfs_wrapper_undefs.h       |  17 +
 .../libhdfspp/tests/libhdfspp_wrapper_defines.h    |  17 +
 9 files changed, 807 insertions(+), 11 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org