Skip to content

sync#15

Merged
GuoPhilipse merged 135 commits intoGuoPhilipse:trunkfrom
apache:trunk
Jun 8, 2022
Merged

sync#15
GuoPhilipse merged 135 commits intoGuoPhilipse:trunkfrom
apache:trunk

Conversation

@GuoPhilipse
Copy link
Owner

sync

GauthamBanasandra and others added 30 commits April 12, 2022 20:31
* 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.
…t program does not work properly. Contributed by zhangxiping1
… 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>
…d replication equals the new value (#4148). Contributed by Stephen O'Donnell."

This reverts commit dbeeee0.
… threshold configurable. (#4061). Contributed by Chengwei Wang.
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Reviewed-by: litao <tomleescut@gmail.com>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
slfan1989 and others added 29 commits May 24, 2022 23:11
* 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>
* 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>
…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>
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.
…its (#4357)

Reviewed-by: Tao Li <tomscut@apache.org>
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
)

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
@GuoPhilipse GuoPhilipse merged commit 29b70f1 into GuoPhilipse:trunk Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.