YCSB not able to load data into cassandra multinode -


i trying load data using ycsb tool cassandra multinode set up, using below command.

./ycsb  load cassandra-10 -p ../workloads/workloadb -s  

but getting following output.
put hosts parameter in workload server's ip address.

p.s. able create multinode set-up , created db 'usertable' table 'data'

2014-12-02 02:55:25:013 0 sec: 0 operations;  2014-12-02 02:55:35:014 10 sec: 0 operations;  2014-12-02 02:55:45:015 20 sec: 0 operations;  2014-12-02 02:55:55:016 30 sec: 0 operations;  2014-12-02 02:56:05:017 40 sec: 0 operations;  2014-12-02 02:56:15:018 50 sec: 0 operations;  2014-12-02 02:56:25:019 60 sec: 0 operations;  2014-12-02 02:56:35:020 70 sec: 0 operations;  2014-12-02 02:56:45:020 80 sec: 0 operations;  2014-12-02 02:56:55:021 90 sec: 0 operations;  2014-12-02 02:57:05:023 100 sec: 0 operations;  2014-12-02 02:57:15:024 110 sec: 0 operations;  2014-12-02 02:57:25:024 120 sec: 0 operations;  2014-12-02 02:57:35:025 130 sec: 0 operations; 

    /root/ycsb-0.1.4/bin/ycsb load cassandra-10 -p hosts="<ip1> <ip2> <ip3> .." -p port=9160 -p recordcount=1000000 -p /root/ycsb-0.1.4/workloads/workloada -s 

you need put ip adddress of seed nodes in host parameter u provided in yaml file.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -