美文网首页
Alluxio命令使用参考

Alluxio命令使用参考

作者: liuzx32 | 来源:发表于2019-01-10 10:01 被阅读8次

$bin/alluxio  fs  ls

Usage: alluxio fs [generic options]

         [cat <path>]                                              

         [checkConsistency [-r] <Alluxio path>]                    

         [checksum <Alluxio path>]                                 

         [chgrp [-R] <group> <path>]                               

         [chmod [-R] <mode> <path>]                                

         [chown [-R] <owner>[:<group>] <path>]                     

         [copyFromLocal <src> <remoteDst>]                         

         [copyToLocal <src> <localDst>]                            

         [count <path>]                                            

         [cp [-R] <src> <dst>]                                     

         [createLineage <inputFile1,...> <outputFile1,...> [<cmd_arg1> <cmd_arg2> ...]]

         [deleteLineage <lineageId> <cascade(true|false)>]         

         [du <path>]                                               

         [fileInfo <path>]                                         

         [free [-f] <path>]                                        

         [getCapacityBytes]                                        

         [getUsedBytes]                                            

         [head -c <number of bytes> <path>]                        

         [help <command>]                                          

         [leader]                                                  

         [listLineages]                                            

         [load [--local] <path>]                                   

         [loadMetadata <path>]                                     

         [location <path>]                                         

         [ls [-d|-f|-p|-R|-h] <path>]                              

         [masterInfo]                                              

         [mkdir <path1> [path2] ... [pathn]]                       

         [mount [--readonly] [--shared] [--option <key=val>] <alluxioPath> <ufsURI>]

         [mv <src> <dst>]                                          

         [persist <alluxioPath1> [alluxioPath2] ... [alluxioPathn]]

         [pin <path>]                                              

         [report <path>]                                           

         [rm [-R] [-U] [-alluxioOnly] <path>]                      

         [setTtl [-action delete|free] <path> <time to live>[ms|millisecond|s|second|m|min|minute|h|hour|d|day]]

         [stat [-f <format>] <path>]                               

         [tail -c <number of bytes> <path>]                        

         [test [-d|-f|-e|-s|-z] <path>]                            

         [touch <path>]                                            

         [unmount <alluxioPath>]                                   

         [unpin <path>]                                            

         [unsetTtl <path>] 

#

相关文章

网友评论

      本文标题:Alluxio命令使用参考

      本文链接:https://www.haomeiwen.com/subject/fsyorqtx.html