THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Save the minimal snippet to hadoop-ozone/dist/target/ozone-*/etc/hadoop/ozone-site.xml
in the compiled distribution.
...
To start ozone, you need to start SCM, OzoneManager and DataNode. In pseudo-cluster mode, all services will be started on localhost.
Note : jps (use this command to check if all the daemons are up and running or not)
Code Block | ||||
---|---|---|---|---|
| ||||
cd ../../ (move up two levels in the directory hierarchy to hadoop-ozone/dist/target/ozone-*/)
bin/ozone scm --init
bin/ozone --daemon start scm
bin/ozone om --init
bin/ozone --daemon start om
bin/ozone --daemon start datanode |
...