Dutta
Dutta

Reputation: 683

HDP 2.2 Sandbox Could not find SQOOP directory

I was following the tutorial

http://hortonworks.com/hadoop-tutorial/import-microsoft-sql-server-hortonworks-sandbox-using-sqoop/

I am unable to find the /usr/lib/sqoop/lib. I could see Sqoop running in the sandbox. Just not able to find the folder to drop the drivers.

Where else I could place the jdbc driver? Also where is the installation directory for sqoop?

Upvotes: 2

Views: 1708

Answers (2)

Jos
Jos

Reputation: 36

It's in /usr/hdp/2.2.0.0-2041/sqoop/lib

Upvotes: 2

user3462785
user3462785

Reputation: 1

run below command at sandbox root to locate sqoop

find . / "sqoop"

Upvotes: 0

Related Questions