We have SolrCloud running on bare metal but want the nightly snapshots to
be written to HDFS. Can someone give me some help on configuring the
HdfsBackupRepository?

<backup>
    <repository name="hdfs" class=
"org.apache.solr.core.backup.repository.HdfsBackupRepository" default=
"false">
        <str name="location">${solr.hdfs.default.backup.path}</str>
        <str name="solr.hdfs.home">${solr.hdfs.home:}</str>
        <str name="solr.hdfs.confdir">${solr.hdfs.confdir:}</str>
    </repository>
</backup>

Not sure how to proceed on configuring this because the documentation is a
bit sparse on what some of those values mean in this context. The example
looked geared toward someone using HDFS both to store the index and do
backup/restore.

Thanks,

Mike

Reply via email to