Skip to content

Commit

Permalink
alse webhdfs
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu committed Feb 20, 2024
1 parent e077d79 commit 5f46477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object_store/src/object/opendal_engine/webhdfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl OpendalObjectStore {
// Set the root for hdfs, all operations will happen under this root.
// NOTE: the root must be absolute path.
builder.root(&root);

builder.atomic_write_dir(&root);
let op: Operator = Operator::new(builder)?
.layer(LoggingLayer::default())
.layer(RetryLayer::default())
Expand Down

0 comments on commit 5f46477

Please sign in to comment.