Im trying to run Pivotal Hawq with Ambari. I add the Hawq repository and install the Hawq and PXF through ambari. I have 4 nodes and so the configuration would be 1 Hawq master and 3 segment. The master is started correctly, but i only can start 2 of the 3 segments, one of the segments is always giving the error represented on the image error_img. The error its like no hawq service is not installed. Can someons give some help?
Asked
Active
Viewed 93 times
2 Answers
0
hawq command not found on segment. Make sure you have hawq repo on segment host (yum repolist or yum provides hawq). Do you have httpd running on hawq repo node?

Sung Yu-wei
- 161
- 8
-
Yes i have the repo, both command detect the repo and the httpd is running too – Mário Rodrigues Jul 06 '17 at 21:42
-
Try an `rpm -qa | grep hawq` - if nothing is returned you'll need to do a `yum install hawq` from the offending node. – Kyle Dunn Jul 06 '17 at 23:12
-
The rpm returned some content, even so, i tried to run yum install hawq and it says its already installed. – Mário Rodrigues Jul 07 '17 at 10:10
-
I've been in similar situation. I had an old version of hawq in segments. – Sung Yu-wei Jul 07 '17 at 14:34
0
I managed to start the hawq segment. I had to remove all haqwq components and then add the segment manually on ambari, then it worked

Mário Rodrigues
- 31
- 1
- 8