Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# 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

...