1
0

[HUDI-3418] Save timeout option for remote RemoteFileSystemView (#4809)

Co-authored-by: yuzhaojing <yuzhaojing@bytedance.com>
This commit is contained in:
yuzhaojing
2022-03-01 04:16:40 +08:00
committed by GitHub
parent 18dc89cf79
commit 44b8ab6048
4 changed files with 12 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ public class FileSystemViewStorageConfig extends HoodieConfig {
return this;
}
public Builder withRemoteTimelineClientTimeoutSecs(Long timelineClientTimeoutSecs) {
public Builder withRemoteTimelineClientTimeoutSecs(Integer timelineClientTimeoutSecs) {
fileSystemViewStorageConfig.setValue(REMOTE_TIMEOUT_SECS, timelineClientTimeoutSecs.toString());
return this;
}