I have six-node cluster and I want to install HAWQ database and PXF on it. My cluster looks like that:
Node1 - NameNode, ResourceManager, HiveMetastore, HiveClient
Node2 - SNameNode, NodeManager
Node3 - DataNode, NodeManager
Node4 - DataNode, NodeManager
Node5 - DataNode, NodeManager
Node6 - HiveClient
On which node I have to install HAWQ Master, HAWQ Segments and PXF? Is it possible to do this only on three first nodes or I have to install HAWQ Segments and PXF on each node?