I have two instances of Hadoop running. I have no control over the first instance. I setup the second instance.
I also installed Hive in this machine. When I try to create a table using hive, hive is trying to connect to first instance of Hadoop and try to write data using this instance.
I want to change the default Hadoop port that Hive is looking for so that Hive uses the second instance of Hadoop to write data. I have set the HADOOP_HOME, path, etc. correctly in the .basrc and sourced it.
Is there a way to change the default Hadoop's port that hive is looking for to write the data?