In HAWQ, how does resource manager acquire resource? And what kind of granularity of resource can be specific by user?
Asked
Active
Viewed 93 times
3 Answers
0
granularity of resource is virtual segments. There are various kinds of strategies and GUCs to control the virtual segments for different clusters and workloads. For details, please ref the document: http://hdb.docs.pivotal.io/20/query/query-performance.html#topic_wv3_gzc_d5

huan zhang
- 11
- 1
0
Generally, HAWQ resource manager get resources from YARN in the hadoop cluster and organize these resources into some internal resource which serve query when needed.

yanqing weng
- 11
- 1