zoukankan      html  css  js  c++  java
  • Hadoop CLI MiniCluster

    CLI MiniCluster

    Use the climonicluster, users can simply start and stop a single-node hadoop cluster witha single command, and without the need to set any environment variables ormanage configuration files. The cli monicluster starts both a mapreduce and hdfclusters. This is useful cases where users want to quickly experiment with areal hadoop cluyster or test non-java programs that rely on significant hadoopfunctionality.

    From inside theroot directory of the extracted tarball, you can tsrat the cli miniclusterusing the following command:

    $ bin/hadoop jarhadoop-test-*.jar minicluster -jtport JT_PORT -nnport NN_PORT

    In the example command above,JT_PORT and NN_PORT should be replaced by the user's choice of these portnumbers. If not specified, random free ports will be used.

    $ bin/hadoop jarhadoop-test-*.jar minicluster -jtport JT_PORT -nnport NN_PORT

    Unknown program'minicluster' chosen.

    Valid program namesare:

      DFSCIOTest: Distributed i/o benchmark oflibhdfs.

      DistributedFSCheck: Distributed checkup ofthe file system consistency.

      MRReliabilityTest: A program that tests thereliability of the MR framework by injecting faults/failures

      TestDFSIO: Distributed i/o benchmark.

      dfsthroughput: measure hdfs throughput

      filebench: BenchmarkSequenceFile(Input|Output)Format (block,record compressed and uncompressed),Text(Input|Output)Format (compressed and uncompressed)

      loadgen: Generic map/reduce load generator

      mapredtest: A map/reduce test check.

      mrbench: A map/reduce benchmark that cancreate many small jobs

      nnbench: A benchmark that stresses thenamenode.

      testarrayfile: A test for flat files ofbinary key/value pairs.

      testbigmapoutput: A map/reduce program thatworks on a very big non-splittable file and does identity map/reduce

      testfilesystem: A test for FileSystemread/write.

      testipc: A test for ipc.

      testmapredsort: A map/reduce program thatvalidates the map-reduce framework's sort.

      testrpc: A test for rpc.

      testsequencefile: A test for flat files ofbinary key value pairs.

      testsequencefileinputformat: A test forsequence file input format.

      testsetfile: A test for flat files of binarykey/value pairs.

      testtextinputformat: A test for text inputformat.

      threadedmapbench: A map/reduce benchmark thatcompares the performance of maps with multiple spills over maps with 1 spill

  • 相关阅读:
    Centos/Docker/Nginx/Node/Jenkins 操作
    MyBatis 流式查询
    127.0.0.1
    Spring中的@Bean注解
    工厂模式
    webservice
    vs每次拉下一个控件都必选设置为绝对位置才可以移动,怎样解决啊
    ASP.NET AJAX 概述
    AJAX介绍
    时间控件
  • 原文地址:https://www.cnblogs.com/pangblog/p/3270899.html
Copyright © 2011-2022 走看看