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 ga...@apache.org on 2019/08/09 15:33:15 UTC

[hadoop] branch trunk updated: HADOOP-16481. ITestS3GuardDDBRootOperations.test_300_MetastorePrune needs to set region. (#1209). Contributed by Steve Loughran.

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 189dc10  HADOOP-16481. ITestS3GuardDDBRootOperations.test_300_MetastorePrune needs to set region. (#1209). Contributed by Steve Loughran.
189dc10 is described below

commit 189dc108841a5de146ba8faa049fcd174bb3e7bf
Author: Steve Loughran <st...@cloudera.com>
AuthorDate: Fri Aug 9 16:33:08 2019 +0100

    HADOOP-16481. ITestS3GuardDDBRootOperations.test_300_MetastorePrune needs to set region. (#1209). Contributed by Steve Loughran.
---
 .../org/apache/hadoop/fs/s3a/s3guard/ITestS3GuardDDBRootOperations.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/s3guard/ITestS3GuardDDBRootOperations.java b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/s3guard/ITestS3GuardDDBRootOperations.java
index e2c95e1..2cfbd53 100644
--- a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/s3guard/ITestS3GuardDDBRootOperations.java
+++ b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/s3guard/ITestS3GuardDDBRootOperations.java
@@ -186,6 +186,7 @@ public class ITestS3GuardDDBRootOperations extends AbstractS3ATestBase {
     int result = S3GuardTool.run(conf,
         S3GuardTool.Prune.NAME,
         "-meta", checkNotNull(metastoreUriStr),
+        "-region", fs.getBucketLocation(),
         "-seconds", "1");
     Assertions.assertThat(result)
         .describedAs("Result of prune %s", fsUriStr)


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