Hadoop Commands
- hadoop archiveThe
hadoop archivecommand creates a Hadoop archive, a file that contains other files. A Hadoop archive always has a*.harextension. - hadoop classpathThe
hadoop classpathcommand prints the class path needed to access the Hadoop jar and the required libraries. - hadoop daemonlogThe
hadoop daemonlogcommand gets and sets the log level for each daemon. - hadoop distcpThe
hadoop distcpcommand is a tool used for large inter- and intra-cluster copying. - hadoop fsThe
hadoop fscommand runs a generic file system user client that interacts with the MapR file system. - hadoop jarThe
hadoop jarcommand runs a program contained in a JAR file. Users can bundle their MapReduce code in a JAR file and execute it using this command. - hadoop jobThe
hadoop jobcommand enables you to manage MapReduce jobs. - hadoop mfsThe
hadoop mfscommand displays directory information and contents, creates symbolic links and hard links, sets, gets, and removes Access Control Expressions (ACE) on files and directories, and sets compression and chunk size on a directory. - hadoop mradminThe
hadoop mradmincommand runs Map-Reduce administrative commands. - hadoop pipesThe
hadoop pipescommand runs a pipes job. - hadoop queueThe
hadoop queuecommand displays job queue information. - hadoop versionThe
hadoop versioncommand prints the hadoop software version. - hadoop confThe
hadoop confcommand outputs the configuration information for this node to standard output.
Comments
Post a Comment