0

In HAWQ, how does resource manager acquire resource? And what kind of granularity of resource can be specific by user?

3 Answers3

1

The documentation covers this pretty well.

Jon Roberts
  • 2,068
  • 1
  • 9
  • 11
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.