Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
sqoop import string delimiter
Labels:
- Labels:
-
Apache Sqoop
Explorer
Created 01-29-2016 06:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi experts,
I am trying to import data from Oracle DB. I just wanted to check if we can use a string field delimiter instead of comma(default delimiter for columns)
Thanks.
1 ACCEPTED SOLUTION
Master Guru
Created 01-29-2016 09:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For the data in HDFS? Sure.
https://sqoop.apache.org/docs/1.4.0-incubating/SqoopUserGuide.html
--fields-terminated-by <char> | Sets the field separator character |
1 REPLY 1
Master Guru
Created 01-29-2016 09:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For the data in HDFS? Sure.
https://sqoop.apache.org/docs/1.4.0-incubating/SqoopUserGuide.html
--fields-terminated-by <char> | Sets the field separator character |
