首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

Hadoop实战-低级部分 之 Shell

2012-11-21 
Hadoop实战-初级部分 之 Shell私塾在线《深入浅出学??Hadoop-??初级??部分》???——??系列精品教程视频课程地

Hadoop实战-初级部分 之 Shell


私塾在线《深入浅出学
??Hadoop-??初级??部分》???——??系列精品教程视频课程地址》》》?http://sishuok.com/product/481整体课程概览第一部分:开始云计算之旅第二部分:初识Hadoop第三部分:Hadoop 环境安装部署第四部分:Hadoop Shell 基本操作介绍第五部分:Hadoop? 分布式文件系统1第五部分:Hadoop? 分布式文件系统2第五部分:Hadoop? 分布式文件系统3第六部分:MapReduce? 开发1第六部分:MapReduce? 开发2第七部分:Hadoop集群的安装?第一部分:Hadoop Bin后面根据项目的实际需要Hadoop Bin? 包括:Hadoop? hadoop的Shellhadoop-config.sh 它的作用是对一些变量进行赋值???? HADOOP_HOME(hadoop的安装目录)。???? HADOOP_CONF_DIR(hadoop的配置文件目录)。HADOOP_SLAVES(--hosts指定的文件的地址)hadoop-daemon.sh 单节点启动hadoop-daemons.sh 启动slaves.sh和hadoop-daemon.shstart-all.sh??? 启动HDFS与MapReducestart-balancer.sh 启动Hadoop的负载均衡start-dfs.sh? 启动HDFSstart-jobhistoryserver.shstart-mapred.sh? 启动MapReduce来进行调整。后面根据项目的实际需要Hadoop Bin? 包括:Hadoop? hadoop的Shellhadoop-config.sh 它的作用是对一些变量进行赋值???? HADOOP_HOME(hadoop的安装目录)。???? HADOOP_CONF_DIR(hadoop的配置文件目录)。???? HADOOP_SLAVES(--hosts指定的文件的地址)hadoop-daemon.sh 单节点启动hadoop-daemons.sh 在所有slaves上运行相同的脚本hadoop-daemon.shstart-all.sh??? 启动HDFS与MapReducestart-balancer.sh 启动Hadoop的负载均衡start-dfs.sh? 启动HDFSstart-jobhistoryserver.shstart-mapred.sh? 启动MapReduce来进行调整。stop-all.sh?? 停止HDFS与MapReducestop-balancer.sh 停止做负载均衡stop-dfs.sh?? 停止HDFSstop-jobhistoryserver.sh 停止Job追踪stop-mapred.sh 停止MapReducetask-controller第二部分:Hadoop Shell 基本操作?nHadoop shell? 包括:??? namenode -format???? format the DFS filesystem?????????? secondarynamenode??? run the DFS secondary namenode?????????? namenode???????????? run the DFS namenode?????????? datanode???????????? run a DFS datanode?????????? dfsadmin???????????? run a DFS admin client?????????? mradmin????????????? run a Map-Reduce admin client?????????? fsck???????????????? run a DFS filesystem checking utility?????????? fs?????????????????? run a generic filesystem user client?????????? balancer???????????? run a cluster balancing utility?????????? fetchdt????????????? fetch? delegation token from the NameNode?????????? jobtracker?????????? run the MapReduce job Tracker node?????????? pipes??????????????? run a Pipes jobtasktracker????????? run a MapReduce task Tracker node? historyserver??????? run job history servers as a standalone daemon? job????????????????? manipulate MapReduce jobs? queue??????????????? get information regarding JobQueues? version????????????? print the version? jar <jar>??????????? run a jar file? distcp <srcurl> <desturl> copy file or directories recursively? archive -archiveName NAME -p <parent path> <src>* <dest> create a hadoop archive? classpath??????????? prints the class path needed to get the?????????????????????? Hadoop jar and the required libraries? daemonlog??????????? get/set the log level for each daemon?or? CLASSNAME??????????? run the class named CLASSNAME???私塾在线学习网原创内容,转载请注明出处【?http://sishuok.com/forum/blogPost/list/5457.html?】

热点排行