5.2.1.1.7-HDFS-缓存
优质
小牛编辑
131浏览
2023-12-01
命令 | 功能 | 示例 |
---|---|---|
addDirective | 增加一个新的缓存指令 | hdfs cacheadmin -addDirective -path -pool |
removeDirective | 移除一个缓存指令 | hdfs cacheadmin-removeDirective |
removeDirectives | 移除路径列表中所有的缓存指令 | hdfs cacheadmin-removeDirectives |
listDirectives | 列出所有的缓存指令 | hdfs cacheadmin-listDirectives |
addPool | 增加一个新的缓冲池 | hdfs cacheadmin -addPool |
modifyPool | 修改一个已经存在的缓冲池的元数据 | hdfs cacheadmin -modifyPool |
listPools | 显示一个或者多个缓冲池的信息,例如名字,所有者,用户组,权限等等 | hdfs cacheadmin -listPools |
help | 关于一个命令的详细的帮助信息 | hdfs cacheadmin -help |