hadoop - Can we use HDFS to store git repositories? -
i want create scalable git repository both high availability, automatic failover , performance. think hdfs suited such cases. don't know if possible use git repositories.
can show example? how use hdfs store git repository?
probably bit lengthy should work use fuse (mountablehdfs) once able mount hdfs other file system , should able use mount (hdfs) store git repository. see below links details
https://wiki.apache.org/hadoop/mountablehdfs
http://www.cloudera.com/documentation/cdh/5-1-x/cdh5-installation-guide/cdh5ig_hdfs_mountable.html
Comments
Post a Comment