Member since
11-17-2015
20
Posts
10
Kudos Received
0
Solutions
02-25-2016
05:37 PM
@Neeraj Sabharwal how do i close the thread? I mean how to accept the answer..
... View more
02-25-2016
03:39 PM
Yes @Neeraj Sabharwal ...Thats what i was thinking.. Also, I found some examples on Stackoverflow too.. thats why it was misleading. here is the link import to local
... View more
02-25-2016
03:31 PM
@Geoffrey, Yes, I accept it as an answer.. But is there a button I need to click to close this?
... View more
02-24-2016
10:36 PM
1 Kudo
@Benjamin When I looked at the Sqoop parameters, it said it can be downloaded to local FS thats why I was trying it out.
... View more
02-24-2016
10:34 PM
@Geoffrey, Here is the code, I'm using the options file to run sqoop import
-fs
file:////home/kbollam/temp/
--connect
jdbc:teradata://172.19.7.22/database=BIGDATA_POC
--connection-manager
org.apache.sqoop.teradata.TeradataConnManager
--username
xxxxx
--password
xxxxx
--fields-terminated-by
'\0x021'
--lines-terminated-by
'\n'
--table
tableName Thanks
... View more
02-24-2016
10:31 PM
1 Kudo
Thanks @Geoffrey, we are planning to import around 20 G of data.. so it should work as per the doc.
... View more
02-24-2016
06:17 PM
@Neeraj, Instead of setting up fastimport , we would like to leverage existing sqoop setup. On apache site it is mentioned we can use "local FS" option to import to local filesystem but it is not working.. Apache sqoop
We don't want to duplicate the data in HDFS and local FS. Thanks Kiran
... View more
02-24-2016
04:16 AM
1 Kudo
Neeraj, Mapreduce.tar.gz file is present in HDFS under /hdp/apps folder. I'm getting the error shown above when I'm trying to import the Table from teradata to Local Filesystem. The import runs fine if it is from Table to HDFS. Do you have any sample for importing from Teradata to Local Filesystem. Thanks
... View more
02-23-2016
09:37 PM
1 Kudo
yes Ben, the file exists in the HDFS. Do you have any running example of options file on how to import a table into local file system. Thanks Kiran
... View more
02-23-2016
08:42 PM
1 Kudo
What is the sqoop import data limit from Teradata onto local file system instead of HDFS.
... View more
Labels:
- Labels:
-
Apache Sqoop