1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-11 19:40:37 +02:00

import hdfs

This commit is contained in:
Chris Lu 2021-08-29 18:49:43 -07:00
parent a31f2907f0
commit 6deee4c0b9

View file

@ -3,9 +3,10 @@ package command
import (
_ "net/http/pprof"
_ "github.com/chrislusf/seaweedfs/weed/remote_storage/s3"
_ "github.com/chrislusf/seaweedfs/weed/remote_storage/gcs"
_ "github.com/chrislusf/seaweedfs/weed/remote_storage/azure"
_ "github.com/chrislusf/seaweedfs/weed/remote_storage/gcs"
_ "github.com/chrislusf/seaweedfs/weed/remote_storage/hdfs"
_ "github.com/chrislusf/seaweedfs/weed/remote_storage/s3"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/azuresink"
_ "github.com/chrislusf/seaweedfs/weed/replication/sink/b2sink"