I have a very basic question regarding Hadoop & Hive setup. I have 7 Machines say M1,M2,M3,M4,M5,M6,M7
Hadoop Cluster Setup: Namenode: M1 Seondary Namenode: M2 Datanodes: M3,M4,M5 Now question is: Where do I need to install Hive. 1. Should I install Hiverserver on M6 a. if yes does that machine needs core Hadoop JAR's installed? b. How this Hive server knows where Hadoop cluster is. What configurations needs to be done? c. How can we restrict this machine to be only hive server and not datanode of Hadoop cluster? 2. Where do we install Hive CLI a. If I want to hive M7 as Hive CLI, then what needs to be installed on this machine. b. Any required configurations. Thanks, Kuldeep