caa074945eaec09eb938f6cec24ff3a905fe70cf
[aaf/authz.git] / auth / auth-cass / cass_init / build.sh
1 #!/bin/bash
2 CQLSH=/Volumes/Data/apache-cassandra-2.1.14/bin/cqlsh
3 DIR=.
4 for T in ns perm role user_role cred config; do
5   $CQLSH -e  "COPY authz.$T TO '$DIR/$T.dat' WITH DELIMITER='|'"
6 done