Re: Presplitting tables for the YCSB workloads

2015-09-18 Thread Adam Fuchs
You could cat the splits to a temp file, then use the -sf option of createtable, piping the command to the accumulo shell's standard in: $ echo "createtable ycsb_tablename -sf /tmp/ycsb_splits.txt" | accumulo shell -u user -p password -z instancename zoohost:2181 Not sure if the row keys are iden

Re: Presplitting tables for the YCSB workloads

2015-09-18 Thread dlmarion
time this weekend to write it up for you. [1] https://issues.apache.org/jira/browse/ACCUMULO-1399 - Original Message - From: "Sean Busbey" To: "Accumulo User List" Sent: Thursday, September 17, 2015 10:10:29 PM Subject: Presplitting tables for the YCSB workloads

Presplitting tables for the YCSB workloads

2015-09-17 Thread Sean Busbey
YCSB is gearing up for its next monthly release, and I really want to add in an Accumulo specific README for running workloads. This is generally so that folks have an easier time running tests themselves. It's also because I keep testing Accumulo for the YCSB releases and coupled with a README fi