gizzmo create [options] CLASS_NAME SHARD_ID
forward_shard=$($gizzmo create -s "INT UNSIGNED" -d "INT UNSIGNED" "com.twitter.flockdb.SqlShard" "localhost/forward_${i}")
backward_shard=$($gizzmo create -s "INT UNSIGNED" -d "INT UNSIGNED" "com.twitter.flockdb.SqlShard" "localhost/backward_${i}")
$gizzmo addforwarding -- $i 0 $forward_shard
$gizzmo addforwarding -- -$i 0 $backward_shard
gizzmo addforwarding TABLE_ID BASE_ID SHARD_ID
gizzmo create-table [options] WEIGHT TEMPLATE ...
What version of gizzmo did you use? I use gizzmo-0.13.1. It works.
According to the error messages, I guess you used 0.15.0 or later.
I look like that gizzmo's command line interface was changed after
version 0.15.0. It can't run with setup-env.sh.
I would like to recommend you to use older version if you used latest gizzmo.
My English is not good too. :(
2012/4/18 dezibel <marco...@gmail.com>:
HiWhat version of gizzmo did you use? I use gizzmo-0.13.1. It works.
According to the error messages, I guess you used 0.15.0 or later.
I look like that gizzmo's command line interface was changed after
version 0.15.0. It can't run with setup-env.sh.I would like to recommend you to use older version if you used latest gizzmo.
My English is not good too. :(
2012/4/18 dezibel <>: