2

I have installed sqoop 1.4.6 on new node and hadoop is running on different node. Can i point my sqoop server to use existing hadoop environment ?

I know there is some argument "--hadoop-mapred-home" to set hadoop path but this is used within same node.

code1234
  • 121
  • 1
  • 2
  • 11

1 Answers1

1

Sqoop doesn't need all the hadoop services to be running locally. It just need a hadoop client. Install hadoop client, set HADOOP_HOME, add the same config files as that of the hadoop node.

Amal G Jose
  • 2,486
  • 1
  • 20
  • 35