This commit is contained in:
Chris Lu 2020-12-23 21:49:01 -08:00
parent 94e3757c08
commit c3d1b3b5aa
2 changed files with 5 additions and 0 deletions

View file

@ -141,6 +141,10 @@ password=""
# This changes the data layout. Only add new directories. Removing/Updating will cause data loss.
superLargeDirectories = []
[hbase]
zkquorum = ""
table = "seaweedfs"
[redis2]
enabled = false
address = "localhost:6379"

View file

@ -23,6 +23,7 @@ import (
_ "github.com/chrislusf/seaweedfs/weed/filer/cassandra"
_ "github.com/chrislusf/seaweedfs/weed/filer/elastic/v7"
_ "github.com/chrislusf/seaweedfs/weed/filer/etcd"
_ "github.com/chrislusf/seaweedfs/weed/filer/hbase"
_ "github.com/chrislusf/seaweedfs/weed/filer/leveldb"
_ "github.com/chrislusf/seaweedfs/weed/filer/leveldb2"
_ "github.com/chrislusf/seaweedfs/weed/filer/mongodb"