Member since
09-17-2017
5
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7625 | 10-06-2017 07:58 PM |
08-11-2018
01:03 PM
I know this is old post, but for the benefit of others... I was getting the same error while trying to execute sqoop commands (sqoop list command was working but not exec & show) directly on Edge node and I was able to resolve it by reconnecting to Edge node, it was open for long time may be session got expired. For some reasons I restricted myself to use edge node not Hue-Oozie.
... View more
10-06-2017
07:58 PM
Sqoop eval and Sqoop list tables requires only the Name node connection with the SQL server. But for SQOOP import, all the nodes in the cluster needs to have access to the remote SQL server. Here the Telnet failed from datanodes. It was due the network settings and firewalls configuration. Later when every node was able to access the Remote SQL server the SQOOP IMPORT was successful.
... View more