Untitled
unknown
plain_text
2 years ago
299 B
8
Indexable
shellCommand = cassPath + '/bin/cqlsh ' + hostname + ' ' \
+ str(port_number) \
+ ' -u ' + login_name \
+ ' -p ' + login_password \
+ ' -k ' + schema \
+ ' -f ' + cassCqlldr + ' > ' + cassClog
Editor is loading...