Skip to content

Command Line

rzhang0720 edited this page Oct 15, 2017 · 1 revision

Starting a DataNode

  • /home/vagrant/rdfs/build/rice-datanode/datanode [-x <TransferServerPortNumber>] [-p <IPCPortNumber>] [-b <BackkingStorageDevice>]
    • /home/vagrant/rdfs/build/rice-datanode/datanode starts the data node with default configuration
    • -x <TransferServerPortNumber> allows the user to specify the specific port to use for the Transfer Server. The default value for this is 50010.
    • -p <IPCPortNumber> allows the user to specify the specific port to use for IPC (Interprocess Communication). The default value for this is 50020.
    • -b <BackkingStorageDevice> allows the user to specify the backing storage device for the Data Node.

Clone this wiki locally