我想创建一个可扩展的git存储库,以实现高可用性、自动故障切换和性能。我认为hdfs非常适合这种情况。但我不知道是否有可能将它用于git存储库。有人能举个例子吗?如何使用hdfs存储git存储库?
jw5wzhpr1#
可能有点长,但应该是使用fuse(mountablehdfs)一旦您能够挂载hdfs,它就像任何其他文件系统一样,您应该能够使用该挂载(hdfs)来存储git存储库。有关详细信息,请参见下面的链接https://wiki.apache.org/hadoop/mountablehdfshttp://www.cloudera.com/documentation/cdh/5-1-x/cdh5-installation-guide/cdh5ig_hdfs_mountable.html
1条答案
按热度按时间jw5wzhpr1#
可能有点长,但应该是使用fuse(mountablehdfs)一旦您能够挂载hdfs,它就像任何其他文件系统一样,您应该能够使用该挂载(hdfs)来存储git存储库。有关详细信息,请参见下面的链接
https://wiki.apache.org/hadoop/mountablehdfs
http://www.cloudera.com/documentation/cdh/5-1-x/cdh5-installation-guide/cdh5ig_hdfs_mountable.html