Hi,
Thanks Brian for your code and Thanks Yuki.
Directory structure was a problem and could correct it with Yuki's guidance.
Still the error was same and it was due to wrong Thrift rpc address. After
correcting it, bulk loading was successful.
On Mon, Jul 9, 2012 at 8:13 PM, Yuki Morishita wro
Due to the change in directory structure from ver 1.1, you have to create the
directory like
/path/to/sstables//
and put your sstables.
In your case, I think it would be "/data/ssTable/tpch/tpch/cf0".
And you have to specify that directory as a parameter for sstableloader
bin/sstableloader -
I couldn't get the same-host sstableloader to work either. But it's easier to
use the JMX bulk-load hook that's built
into Cassandra anyway. The following is what I implemented to do this:
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.management.JMX;
im
Hi all,
I am facing the same problem when trying to load Cassandra using
sstableloader. I am running a Cassandra instance in my own machine and
sstableloader is also called from the same machine. Following are the steps
I followed.
- get a copy of the running Cassandra instance
- set anoth
Do you have the full stack ? It will include a cause.
Cheers
-
Aaron Morton
Freelance Developer
@aaronmorton
http://www.thelastpickle.com
On 27/06/2012, at 12:07 PM, James Pirz wrote:
> Dear all,
>
> I am trying to use "sstableloader" in cassandra 1.1.1, to bulk load some data
Thank you so much !
The problem was the RPC address, it was different than the listen address.
I appreciate your help.
Best,
James
On Wed, Jun 27, 2012 at 1:29 AM, Nury Redjepow wrote:
> What is your yaml setting for rpc and listen server on destination node?
>
> Nury
>
>
> Tue, 26 Jun 2012 17:
What is your yaml setting for rpc and listen server on destination node?
Nury
Tue, 26 Jun 2012 17:07:49 -0700 от James Pirz :
Dear all,
I am trying to use "sstableloader" in cassandra 1.1.1, to bulk load some data
into a single node cluster.
I am running the following command:
bin/sst
Dear all,
I am trying to use "sstableloader" in cassandra 1.1.1, to bulk load some
data into a single node cluster.
I am running the following command:
bin/sstableloader -d 192.168.100.1 /data/ssTable/tpch/tpch/
from "another" node (other than the node on which cassandra is running),
while the d