1
0

Add GCS to supported filesystems

This commit is contained in:
Zeeshan Qureshi
2017-03-16 12:19:13 -04:00
committed by vinoth chandar
parent 21e334592f
commit 43a55b09fd
3 changed files with 69 additions and 0 deletions

View File

@@ -53,6 +53,10 @@ public class HoodieWrapperFileSystem extends FileSystem {
SUPPORT_SCHEMES.add("file");
SUPPORT_SCHEMES.add("hdfs");
SUPPORT_SCHEMES.add("s3");
// Hoodie currently relies on underlying object store being fully
// consistent so only regional buckets should be used.
SUPPORT_SCHEMES.add("gs");
}
private ConcurrentMap<String, SizeAwareFSDataOutputStream> openStreams =