Created on 05-24-2018 01:51 PM - edited 09-16-2022 06:16 AM
Hello,
I need to plan a edge node or utility node to run hive jobs and few other standard jobs. What are the standard packages needed for client? I know it all depends on the jobs, but just wondering what are the base packages needed.
Created 05-24-2018 02:20 PM
Edge nodes are the interface between the Hadoop cluster and the outside network. For this reason, at times referred to as gateway nodes. Most commonly, edge nodes are used to run client applications and cluster administration tools.
The edge node should be the access point to your cluster for your developers/data analysts. Usually, you install all the client software on the edge node some of them are listed below
With all the user's confined to the edge node securing the edge node is very important and easier to manage.
Hope that helps in your decision
Created 05-24-2018 02:20 PM
Edge nodes are the interface between the Hadoop cluster and the outside network. For this reason, at times referred to as gateway nodes. Most commonly, edge nodes are used to run client applications and cluster administration tools.
The edge node should be the access point to your cluster for your developers/data analysts. Usually, you install all the client software on the edge node some of them are listed below
With all the user's confined to the edge node securing the edge node is very important and easier to manage.
Hope that helps in your decision
Created 05-24-2018 02:25 PM
Thank you very much, we are using centos we should be able to install using yum?