THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Code Block | ||
---|---|---|
| ||
# Before initializing HAWQ, you need to install HDFS and make sure it works.
source /hawq/install/path/greenplum_path.sh
hawq init cluster # after initialization, HAWQ is started by default
#Now you can stop/restart/start the cluster by using:
hawq stop/restart/start cluster |
...