Unable to create databases

ERROR 1772 ER_DISTRIBUTED_PARTITION_MOVE_FAILED: CREATE PARTITION DATABASE for operation CREATE DATABASE failed with error 1733:Leaf Error (127.0.0.1:3307): Unable to replay files for database ‘sf_2’. Run SHOW DATABASES EXTENDED and visit SHOW DATABASES · SingleStore Documentation for more information

The problem, I’m guessing, is with hard drive space. But this is a fresh install on Amazon EC2.

This is a memsql cluster-in-a-box, which defaults to /var/ but EC2 doesn’t put the main disk on /var but instead on /dev

Any idea how to fix?

The reply by Lucy in the following topic shows how to create a data directory in a location you choose. You’ll have to use memsql-deploy and memsql-admin to set up each node, rather than cluster-in-a-box, use this approach.

You said it was a fresh install but there is a database sf_2. How much data was in your database(s) at the time you got the error?