Does the process have multiple create commands in the same table? What is the syntax for this?
The syntax will look like this:
create '<table name>' , '<column-family1>' , '<column-family2>' etc..
The answer is to use a ruby ββlist: the following creates an "app" table with three familes m, f, c columns:
create 'app',['m','f','c']