Member since
11-27-2019
7
Posts
0
Kudos Received
0
Solutions
09-01-2022
07:30 AM
what worked for me is sqoop import --connect jdbc:mysql://localhost:3306/classicmodels --username root --password hadoop --split-by id --m 1 --table customers --hive-impo rt --driver com.mysql.jdbc.Driver just added --m 1
... View more
01-28-2020
11:14 PM
Hi @lalprasanth , This error in screenshot indicates that while adding a new node in the cluster, the new node is not able to reach to CM server on port 7182 and the request timed out. Make sure that port 7182 is open. Test from new node if you are able to connect nc 182.156.238.158 7182 or telnet 182.156.238.158 7182 Thanks, Salim
... View more