aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-09-10 15:22:55 -0700
committerGitHub <noreply@github.com>2020-09-10 15:22:55 -0700
commit2920b396e56565d1086838191337f22c01463a06 (patch)
tree6a18246689ed681d29aca1090f0952a3724cf647
parentdd96e5edb71131c3517e866ebcf1ab59d4a2d7d1 (diff)
downloadseaweedfs-2920b396e56565d1086838191337f22c01463a06.tar.xz
seaweedfs-2920b396e56565d1086838191337f22c01463a06.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 068438533..0984d65c7 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a
* [Mount filer][Mount] reads and writes files directly as a local directory via FUSE.
* [Active-Active Replication][ActiveActiveAsyncReplication] enables asynchronous cross data center synchronization.
* [Amazon S3 compatible API][AmazonS3API] accesses files with S3 tooling.
-* [Hadoop Compatible File System][Hadoop] accesses files from Hadoop/Spark/Flink/etc jobs.
+* [Hadoop Compatible File System][Hadoop] accesses files from Hadoop/Spark/Flink/etc or even runs HBase.
* [Async Backup To Cloud][BackupToCloud] has extremely fast local access and backups to Amazon S3, Google Cloud Storage, Azure, BackBlaze.
* [WebDAV] accesses as a mapped drive on Mac and Windows, or from mobile devices.
* [AES256-GCM Encrypted Storage][FilerDataEncryption] safely stores the encrypted data.