blob: caa074945eaec09eb938f6cec24ff3a905fe70cf [file] [log] [blame]
Instrumental32cdd552018-07-19 13:29:32 -05001#!/bin/bash
2CQLSH=/Volumes/Data/apache-cassandra-2.1.14/bin/cqlsh
3DIR=.
4for T in ns perm role user_role cred config; do
5 $CQLSH -e "COPY authz.$T TO '$DIR/$T.dat' WITH DELIMITER='|'"
6done