惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
量子位
大猫的无限游戏
大猫的无限游戏
Hugging Face - Blog
Hugging Face - Blog
S
SegmentFault 最新的问题
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
Google DeepMind News
Google DeepMind News
小众软件
小众软件
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
B
Blog
博客园 - 聂微东
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
雷峰网
雷峰网
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell

博客园 - 蓝风笨笨

简化问题的模式 模板模式和策略模式 为什么要优先使用组合而不是继承 SequenceFile介绍 基于Hadoop Sequencefile的小文件解决方案 Hadoop源代码分析之Configuration - 蓝风笨笨 onSaveInstanceState和onRestoreInstanceState触发的时机 Android 获取AndroidManifest.xml文件versionCode,versionName属性 . 术语解释 Android开发指南中文版(十四)User Interface-Binding to Data with AdapterView Windows环境下Android Sdk源码下载 Android开发指南中文版(十三)User Interface-Notifications Android开发指南中文版(十二)User Interface-Dialogs Serializable 和 Parcelable 区别 Android开发指南中文版(十一)User Interface-Menus Hierarchy Viewer Tool Android开发指南中文版(十)User Interface-Input Events Android开发指南中文版(九)User Interface-XML Layouts Android开发指南中文版(八)User Interface
Hadoop命令解释
蓝风笨笨 · 2012-11-01 · via 博客园 - 蓝风笨笨

Usage: hadoop [--config confdir] COMMAND
where COMMAND is one of:
  namenode -format     format the DFS filesystem(格式化DFS文件系统)
  secondarynamenode    run the DFS secondary namenode(运行第二个namenode)
  namenode             run the DFS namenode(运行namenode)
  datanode             run a DFS datanode(运行datenode)
  dfsadmin             run a DFS admin client(运行dfs的admin客户端)
  mradmin              run a Map-Reduce admin client(运行map-reduce的admin客户端)
  fsck                 run a DFS filesystem checking utility(运行文件系统检测工具)
  fs                   run a generic filesystem user client(运行普通的文件系统用户客户端)
  balancer             run a cluster balancing utility(运行集群负载均衡工具)
  fetchdt              fetch a delegation token from the NameNode
  jobtracker           run the MapReduce job Tracker node(运行jobtracker节点)
  pipes                run a Pipes job(运行管道job)
  tasktracker          run a MapReduce task Tracker node(运行tasktracker节点)
  historyserver        run job history servers as a standalone daemon
  job                  manipulate MapReduce jobs(处理job)
  queue                get information regarding JobQueues
  version              print the version(输出hadoop的版本)
  jar <jar>            run a jar file(运行一个jar文件)
  distcp <srcurl> <desturl> copy file or directories recursively(递归的复制文件或目录)
  archive -archiveName NAME -p <parent path> <src>* <dest> create a hadoop archive(生成Hadoop档案)
  classpath            prints the class path needed to get the
                       Hadoop jar and the required libraries(打印hadoop需要的jar或classpath)
  daemonlog            get/set the log level for each daemon(获取或设置每个daemon的日志级别)
or
  CLASSNAME            run the class named CLASSNAME(运行指定类名的类)

posted on 2012-11-01 11:10  蓝风笨笨  阅读(325)  评论()    收藏  举报