Member since
01-09-2014
283
Posts
70
Kudos Received
50
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2643 | 06-19-2019 07:50 AM | |
| 4048 | 05-01-2019 08:07 AM | |
| 4097 | 04-10-2019 08:49 AM | |
| 4173 | 03-20-2019 09:30 AM | |
| 3261 | 01-23-2019 10:58 AM |
04-23-2020
06:49 PM
we had the some issue, and I tried this, it seems not work.
... View more
06-20-2019
01:37 AM
thanks for your answer, do i need the .meta and .meta.tmp files?
... View more
05-01-2019
08:07 AM
No, if you only have one sink, you would have one file (assuming you don't use header variable buckets). The sink will consume from all three partitions and may deliver those in one batch to one file. -pd
... View more
03-20-2019
09:30 AM
The snapshots are part of the indexes, representing a point in time list of the segments in the index. When you perform the backup, the metadata (information about the cluster) and the snapshot specified indicate s which set of index files to be backup up/copied to the destination hdfs directory (as specified in the <backup> section of the source solr.xml) This blog walks through the process https://blog.cloudera.com/blog/2017/05/how-to-backup-and-disaster-recovery-for-apache-solr-part-i/ When you run the --prepare-snapshot-export, it creates a copy of the metadata, and a copylisting of all the files that will be copied by the distcp command, to the remote cluster. Then, when you execute the snapshot export, the distcp command will copy those files to the remote cluster. The -b on the restore command is just the name of the directory (represented by the snapshot name) that was created and copied by distcp. -pd
... View more
01-28-2019
05:33 PM
Thanks. I'll try it the way you told me.
... View more
01-23-2019
06:18 PM
It does decrease but I was monitoring the size of the directory and expected to be close to empty when done draining. It's good to know it just keeps the last two logs and I also noticed it creates a new empty checkpoint when its done. Thanks for the help!
... View more