-
Notifications
You must be signed in to change notification settings - Fork 8
Commands cassandra fs supports
zjffdu edited this page Sep 14, 2010
·
1 revision
- ls | // list detail information of the files under the or the specified
- cd // change the current working directory to
- pwd // print the current working directory on cassandra-fs
- copyToLocal
- copyFromLocal
- touch // create empty file
- rm <file | folder> // remove the file or folder on cassandra-fs, the folder must be an empty folder
- rmr <file | folder> // force remove the folder or file no matter the folder is empty or not
- newfile // make a new file on cassandra-fs with the contents of the second argument
- cat … // print the file content in console
- copyFromHDFS
- copyToHDFS
- mkdir // make directory on cassandra-fs including the parent directory