Member since
11-04-2019
26
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2415 | 11-25-2019 12:30 AM |
11-25-2019
12:30 AM
1 Kudo
using the query option helped. solution : sqoop import --connect <> --username <> -password <> --as-parquetfile --delete-target-dir --target-dir /hdfs/dir/ --query "select * from [DB_SCHEMA_NAME].[table_name] where \$CONDITIONS;" --m 1
... View more
11-04-2019
10:42 PM
hi Abhilash, I am facing same issue while running concurrent sessions at the same point. Did u find a solution to change the temp directory ?
... View more