Instrumental | 32cdd55 | 2018-07-19 13:29:32 -0500 | [diff] [blame^] | 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 |