Changes between Version 20 and Version 21 of jazz/Hadoop_Lab2
- Timestamp:
- Mar 24, 2009, 2:20:06 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/Hadoop_Lab2
v20 v21 50 50 51 51 Usage: java FsShell 52 53 52 [-ls <path>] 54 55 53 [-lsr <path>] 56 57 54 [-du <path>] 58 59 55 [-dus <path>] 60 61 56 [-count[-q] <path>] 62 63 57 [-mv <src> <dst>] 64 65 58 [-cp <src> <dst>] 66 67 59 [-rm <path>] 68 69 60 [-rmr <path>] 70 71 61 [-expunge] 72 73 62 [-put <localsrc> ... <dst>] 74 75 63 [-copyFromLocal <localsrc> ... <dst>] 76 77 64 [-moveFromLocal <localsrc> ... <dst>] 78 79 65 [-get [-ignoreCrc] [-crc] <src> <localdst>] 80 81 66 [-getmerge <src> <localdst> [addnl]] 82 83 67 [-cat <src>] 84 85 68 [-text <src>] 86 87 69 [-copyToLocal [-ignoreCrc] [-crc] <src> <localdst>] 88 89 70 [-moveToLocal [-crc] <src> <localdst>] 90 91 71 [-mkdir <path>] 92 93 72 [-setrep [-R] [-w] <rep> <path/file>] 94 95 73 [-touchz <path>] 96 97 74 [-test -[ezd] <path>] 98 99 75 [-stat [format] <path>] 100 101 76 [-tail [-f] <file>] 102 103 77 [-chmod [-R] <MODE[,MODE]... | OCTALMODE> PATH...] 104 105 78 [-chown [-R] [OWNER][:[GROUP]] PATH...] 106 107 79 [-chgrp [-R] GROUP PATH...] 108 109 80 [-help [cmd]] 110 81 111 112 113 82 Generic options supported are 114 115 83 -conf <configuration file> specify an application configuration file 116 117 84 -D <property=value> use value for given property 118 119 85 -fs <local|namenode:port> specify a namenode 120 121 86 -jt <local|jobtracker:port> specify a job tracker 122 123 87 -files <comma separated list of files> specify comma separated files to be copied to the map reduce cluster 124 125 88 -libjars <comma separated list of jars> specify comma separated jar files to include in the classpath. 126 127 89 -archives <comma separated list of archives> specify comma separated archives to be unarchived on the compute machines. 128 129 130 131 90 The general command line syntax is 132 133 91 bin/hadoop command [genericOptions] [commandOptions] 134 135 92 136 93 }}}