Regarding nodes

Hi,

1) I want to know what is "Compute Node" and how to use it ? please give detailed answer

2) How many nodes included with free license ?

Please answer as soon as possible.

Thanks & Regards,

Vishvesh Upadhyay

请先 登录 后评论

1 个回答

wale

Compute nodes are compute-only nodes that can be applied to scenarios including stream computing, distributed computing, machine learning, and more. Compute nodes do not store data, so you cannot create databases and tables on this node, but you can load the data for computation by calling the loadTable function.

The compute node is set in the cluster.nodes configuration file as shown below, and the mode setting of node2 to computenode means that node2 is a compute node

localSite,mode
localhost:8901:agent1,agent
localhost:8902:node1,datanode
localhost:8903:node2,computenode


The community license limits the use of a maximum of 3 nodes, that is, one control node, and a maximum of 2 data nodes or compute nodes.

请先 登录 后评论
  • 1 关注
  • 0 收藏,924 浏览
  • Vishvesh Upadhyay 提出于 2022-01-30 17:35

相似问题