Merged
Conversation
* The source files for hdfs_tail uses getopt for parsing the command line arguments. * getopt is available only on Linux and thus, isn't cross platform. * We need to replace getopt with boost::program_options to make these tools cross platform.
Contributed by Sahil Takiar
…t program does not work properly. Contributed by zhangxiping1
…he source datanodes are insufficient (#4138)
…ontributed by daimin.
…e rack number is equal with replication (#4126)
…ays (#4169) Contributed by Daniel Carl Jones.
…M blacklist program does not work properly. (#4175)
… locks. (#4141) Contributed by limingxiang. Signed-off-by: He Xiaoqiao <hexiaoqiao@apache.org>
…ation equals the new value (#4148). Contributed by Stephen O'Donnell.
…et paths (#4158) Reviewed-by: Lisheng Sun <sunlisheng@apache.org>
Reviewed-by: Viraj Jasani <vjasani@apache.org> Reviewed-by: Akira Ajisaka <aajisaka@apache.org> Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
Since April 2022/CVE-2022-24765, git refuses to work in directories whose owner != the current user, unless explicitly told to trust it. This patches the create-release script to trust the /build/source dir mounted from the hosting OS, whose userid is inevitably different from that of the account in the container running git. Contributed by: Steve Loughran, Ayush Saxena and the new git error messages
Co-authored-by: liubingxing <liubingxing@bigo.sg>
…e. (#4183) Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
… for InodeTree (#4106) * HADOOP-18172: Change scope of InodeTree and its member methods to make them accessible from outside package. Co-authored-by: Xing Lin <xinglin@linkedin.com>
… threshold configurable. (#4061). Contributed by Chengwei Wang.
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
…rom delegated-centralized to centralized (#4200)
contributed by Ashutosh Gupta
Reviewed-by: litao <tomleescut@gmail.com> Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
* HADOOP-18249. Fix getUri() in HttpRequest has been deprecated. WebHdfsHandler.java req.getUri() replace uri(), req.getMethod() replace method() HostRestrictingAuthorizationFilterHandler.java req.getUri() replace uri() TestHostRestrictingAuthorizationFilterHandler.java remove throws Exception, channelResponse.getStatus() replace status(). * HADOOP-18249. Fix getUri() in HttpRequest has been deprecated. * HADOOP-18249. Fix Some CheckStyle. Co-authored-by: slfan1989 <louj1988@@>
Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com> Reviewed-by: Chris Nauroth <cnauroth@apache.org> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
…n git_jira_fix_version_check.py. (#4344)
* strtol is used in hdfs-chmod.cc. The call to strtol could error out when an invalid input is provided. * This PR handles the error given out by strtol.
…#4271) Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com> Reviewed-by: Hemanth Boyina <hemanthboyina@apache.org> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
…loop holding the write lock (#4332) Co-authored-by: S O'Donnell <sodonnell@cloudera.com>
Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com> Reviewed-by: Tao Li <tomscut@apache.org> Reviewed-by: Ayush Saxena <ayushsaxena@apache.org> Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
…4356). Contributed by Ayush Saxena. Reviewed-by: Inigo Goiri <inigoiri@apache.org>
…lers (#4339). Contributed by ZanderXu. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
…Contributed by fanshilun. Reviewed-by: Inigo Goiri <inigoiri@apache.org> Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
…4340). Contributed by Hanley Yang. Reviewed-by: Inigo Goiri <inigoiri@apache.org> Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
Contributed by guophilipse
Contributed by Ashutosh Gupta
…y fanshilun. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
(cherry picked from commit 3dcb636) Conflicts: hadoop-project-dist/pom.xml
…ributed by Ashutosh Gupta. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
…#4372) Co-authored-by: slfan1989 <louj1988@@>
Reviewed-by: Inigo Goiri <inigoiri@apache.org> Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
* The remote server hosting maven was temporarily unavailable causing the Hadoop Jenkins CI to fail. * Thus, we're switching to use a CDN to mitigate such issues.
…nAttempts, getContainerReport, getContainers, getResourceTypeInfo API's for Federation (#4341)
* The #if directive expects a boolean expression. This PR uses the more appropriate "defined" directive.
…ry (#4241) Contributed by Renukaprasad C
…its (#4357) Reviewed-by: Tao Li <tomscut@apache.org> Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
Contributed by Steve Loughran
#4402) Signed-off-by: Tao Li <tomscut@apache.org>
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