Github user radarwave commented on the issue:
https://github.com/apache/hawq/pull/1396
Need more error message to guide user what the correct steps to begin,
'make init-hawq' is good example, we should add error messages to other make
options too. See:
`make init-hawq
Make sure you have executed make hawq
Logging into centos7-namenode container
centos7-namenode container does not exist!
make hawq
Logging into centos7-namenode container
centos7-namenode container does not exist!
make start-hawq
Logging into centos7-namenode container
centos7-namenode container does not exist!
`
Per my check, I need to run as below sequences:
0. make build (Optional, this to make sure the docker image in local is
build by the latest code.)
1. make run
2. make hawq
...
---