Re: Repair documentation

2015-09-06 Thread Tzach Livyatan
On Fri, Sep 4, 2015 at 3:50 PM, Marcus Olsson wrote: > Hi, > > While checking the repair documentation at > http://docs.datastax.com/en/cassandra/2.1/cassandra/tools/toolsRepair.html > I noticed the line *Use the **-hosts** option to list the good nodes to > use for repairing

Re: Repair documentation

2015-09-04 Thread Marcus Olsson
It was a typo in the first test, it should be /repair -h 127.0.0.1 -p 7100 repair -pr -hosts 127.0.0.2 127.0.0.3 /and not /repair -h 127.0.0.1 -p 7100 repair -pr 127.0.0.2 127.0.0.3/ / /BR Marcus Olsson On 09/04/2015 02:50 PM, Marcus Olsson wrote: Hi, While checking the repair documentation

Repair documentation

2015-09-04 Thread Marcus Olsson
Hi, While checking the repair documentation at http://docs.datastax.com/en/cassandra/2.1/cassandra/tools/toolsRepair.html I noticed the line***Use the **-hosts**option to list the good nodes to use for repairing the bad nodes. Use **-h**to name the bad nodes.* and below there was an example