Merged
Conversation
…ger. (#4480). Contributed by dzcxzl. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
…file split (#4521) * HADOOP-18321.Fix when to read an additional record from a BZip2 text file split Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com> and Reviewed by Akira Ajisaka.
…y file for deletion (#4502) HADOOP-18313: AliyunOSSBlockOutputStream should not mark the temporary file for deletion. Contributed by wujinhu.
* HDFS-16466. Implement Linux permission flags on Windows * statinfo.cc uses POSIX permission flags. These flags aren't available for Windows. * This PR implements the equivalent flags on Windows to make this cross platform compatible.
…istCp. Contributed by Lawrence Andrews. (#4534) Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
Co-authored-by: cWX456268 <chenfengge1@huawei.com> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
#4503) * HADOOP-18074 - Partial/Incomplete groups list can be returned in LDAP groups lookup
* MAPREDUCE-7201.Make Job History File Permissions configurable Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com>
….ProtocRunner#writeChecksums (#4446) Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Reduce the ExitUtil synchronized block scopes so System.exit and Runtime.halt calls aren't within their boundaries, so ExitUtil wrappers do not block each other. Enlarged catches to all Throwables (not just Exceptions). Contributed by Remi Catherinot
…#4555) Contributed by: Ashutosh Gupta
…ibuted by ZanderXu. Reviewed-by: He Xiaoqiao <hexiaoqiao@apache.org> Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
* YARN-11198. clean up numa resources from levelDB Co-authored-by: Deb <dbsamrat@3c22fba1b03f.ant.amazon.com>
* The check_c_source_compiles fails on Windows while linking with an "unable to resolve external symbol" error. * This PR links OpenSSL lib for this check to fix this issue.
#4547) This downgrades jackson from the version switched to in HADOOP-18033 (2.13.0), to Jackson 2.12.7. This removes the dependency on javax.ws.rs-api, so avoiding runtime problems with applications using jersey-core v1 and/or jsr311-api. The 2.12.7 release still contains the fix for CVE-2020-36518. Contributed by PJ Fanning
Upgrade netty to address CVE-2019-20444, CVE-2019-20445 CVE-2022-24823 Contributed by Wei-Chiu Chuang
* This PR passes the necessary CMake args in the pom.xml needed for building HDFS native client on Windows. * These arguments are exposed as maven options and can be passed from the command-line.
* Added the appropriate CMake flags and commands to enable only statically linked libraries and executables to be built on Windows.
* The library target hdfspp_test_shim_static is
built using the following sources, which
causes duplicate symbols to be defined -
- hdfs_shim.c
- ${LIBHDFSPP_BINDING_C}/hdfs.cc
* ${LIBHDFSPP_BINDING_C}/hdfs.cc is redundant
and removing this fixes the issue.
Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com>
* Windows doesn't support variables for specifying the array size. * This PR uses malloc to fix this issue.
…4572) Adds a new parameter object in s3ClientCreationParameters that holds the full s3a path URI Contributed by Ashutosh Pant
…API is called multiple times. Contributed by Andras Gyori
…. Contributed by PJ Fanning. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
…4856) Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com> Signed-off-by: Brahma Reddy Battula <brahma@apache.org>
Follow on to HADOOP-17461. Contributed by: Mehakmeet Singh
…recommended methods. (#4812)
… CacheEntry (#4853). Contributed by ZanderXu. Reviewed-by: Inigo Goiri <inigoiri@apache.org> Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
… submitting work (#4796) Contributed by Viraj Jasani
…d by Ashutosh Gupta.
…bled. (#4862) part of HADOOP-18103. While merging the ranges in CheckSumFs, they are rounded up based on the value of checksum bytes size which leads to some ranges crossing the EOF thus they need to be fixed else it will cause EOFException during actual reads. Contributed By: Mukund Thakur
…propagate it between routers and clients. Fixes #4311 Signed-off-by: Owen O'Malley <oomalley@linkedin.com>
…ntributed by fanshilun. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
…l parameter configurable. (#4824). Contributed by fanshilun. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
…hemanager (#4772) Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Reviewed-by: Hiroyuki Adachi <hadachi@yahoo-corp.jp> Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
…regation enabled (#4703) Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
…#4777) Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
…e/LauncherFactory after YARN-11269. (#4878) Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Fixes #4127 Signed-off-by: Owen O'Malley <oomalley@linkedin.com>
…out NewerTxnIdException (#4882) Signed-off-by: Erik Krogen <xkrogen@apache.org> Co-authored-by: zengqiang.xu <zengqiang.xu@shopee.com>
…tion fails (#4842) The patch provides detailed diagnostics of file creation failure in LocalDirAllocator. Contributed by: Ashutosh Gupta
…ify the number of re-queued RPCs (#4871) Signed-off-by: Erik Krogen <xkrogen@apache.org> Co-authored-by: zengqiang.xu <zengqiang.xu@shopee.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sync