Hadoop cluster deployment

Several deployment methods:
    1: Stand-alone mode: no configuration file, no daemon process, and no HDFS. Mainly used to debug MapRaduce programs.
    2: Pseudo-distributed mode: Single node cluster, all daemons run on the same machine. It is also used for debugging, and the code debugging function is added.
    3: Fully distributed mode: multi-node cluster, true distributed cluster configuration, for production environment.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325278280&siteId=291194637