Usage: GooseFS COMMAND [GENERIC_COMMAND_OPTIONS] [COMMAND_ARGS]
Command Name | Instruction Function |
extensions | Extension component used to manage GooseFS. |
format [-s] | Format all GooseFS nodes, including Master and Worker nodes; this operation will clear all cache and metadata information and requires careful operation. If -s is specified, only non-existing UFS storage paths will be formatted. |
formatMaster | Format all GooseFS Master nodes. |
formatWorker | Format all GooseFS Worker nodes. |
bootstrapConf | Rapidly generate a GooseFS configuration file. |
ns | GooseFS namespace command-line tool. |
fs | GooseFS file system command-line tool. |
fsadmin | GooseFS file system administrator command-line tool. |
table | GooseFS database table operations command-line tool. |
getConf [k] | Quickly obtain the content of a specified GooseFS configuration file. |
job | GooseFS task service command-line tool. |
logLevle | Set or retrieve the GooseFS log level. |
runClass | Used to run the main method of the GooseFS class. |
runTest | Used to run the end-to-end test case set for the specified GooseFS cluster. |
runTests | Used to run the end-to-end test case set for all GooseFS clusters. |
runHmsTest | Used to run the integrated test case set for GooseFS and Hive. |
runHdfsMountTests | Used to run the integrated test case set for GooseFS and HDFS. |
runJournalCrashTest | Used to run the fault injection test case set for GooseFS Master. |
runUfsIOTest | Used to run the data throughput test case set for GooseFS integrated with UFS. |
runUfsTests | Used to run the integrated test case set for GooseFS and UFS. |
readJournal | Used to read GooseFS Journal files. |
upgradeJournal | Used to update the GooseFS Journal version. |
killAll [-s] <WORD> | Interrupt the specified GooseFS process, with the process name specified by the WORD parameter. |
copyDir <PATH> | Copy the specified path to all Master/Worker nodes, with the path specified by the PATH parameter. |
clearCache | Clear all system buffers (OS buffer cache) on the machine node. |
docGen | User-generated GooseFS guidance documentation. |
version | Print the GooseFS version information. |
validateConf | Used for verifying GooseFS configuration information. |
validateEnv | Used for verifying GooseFS environment information. |
collectInfo | Designed to collect GooseFS cluster information. |
collectLogs | Designed to collect Master and Worker node logs to a specified path, with the path formulated by the PATH parameter. |
Feedback