[
https://issues.apache.org/jira/browse/SQOOP-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194531#comment-14194531
]
q79969786 commented on SQOOP-1654:
----------------------------------
thanks.
this can be work.
sqoop export --connect
'jdbc:sqlserver://192.168.137.112:1433;DatabaseName=test;username=sa;password=123456'
--table ${mtable} --export-dir ${data_dir} --input-fields-terminated-by
'\001' --input-null-non-string '\\N' --input-null-string '\\N' -- --schema
dbo
On Mon, Nov 3, 2014 at 7:33 AM, Jarek Jarcec Cecho (JIRA) <[email protected]>
> Sqoop cannot export data to SQLServer when table is not belongs to user's
> default schema
> -----------------------------------------------------------------------------------------
>
> Key: SQOOP-1654
> URL: https://issues.apache.org/jira/browse/SQOOP-1654
> Project: Sqoop
> Issue Type: Improvement
> Affects Versions: 1.4.4
> Environment: hadoop-1.2.1 + hive-0.12 + sqoop-1.4.4 + SQLServer 2008
> Reporter: q79969786
> Labels: patch
> Attachments: 1654.patch
>
>
> if my default schame is dbo, I can export to table belongs dbo without
> specify schame name, but if I want to export to other schema, like
> [guest].[test], sqoop use ' SELECT t.* FROM [[guest].[test]] AS t WHERE 1=0'
> to get column types. It will throw Exception.
> I try to fix it by modify org.apache.sqoop.manager.SQLServerManager ant it
> worked
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)