File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/s3guard Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5454import org .apache .hadoop .util .ExitUtil ;
5555import org .apache .hadoop .util .StringUtils ;
5656
57- import static org .apache .hadoop .fs .s3a .Constants .METADATASTORE_AUTHORITATIVE ;
5857import static org .apache .hadoop .fs .s3a .Constants .S3GUARD_DDB_REGION_KEY ;
5958import static org .apache .hadoop .fs .s3a .Constants .S3GUARD_DDB_TABLE_CREATE_KEY ;
6059import static org .apache .hadoop .fs .s3a .Constants .S3GUARD_DDB_TABLE_NAME_KEY ;
@@ -188,7 +187,7 @@ public void setup() throws Exception {
188187 conf .set (S3_METADATA_STORE_IMPL , S3GUARD_METASTORE_NULL );
189188 URI fsUri = fs .getUri ();
190189 S3AUtils .setBucketOption (conf ,fsUri .getHost (),
191- METADATASTORE_AUTHORITATIVE ,
190+ S3_METADATA_STORE_IMPL ,
192191 S3GUARD_METASTORE_NULL );
193192 rawFs = (S3AFileSystem ) FileSystem .newInstance (fsUri , conf );
194193 }
You can’t perform that action at this time.
0 commit comments