[ https://issues.apache.org/jira/browse/SQOOP-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15125719#comment-15125719
]
Venkat Ranganathan commented on SQOOP-2779:
-------------------------------------------
Thanks for your contribution [~sowmyaramesh]. BTW, you had provided a patch without the
prefix. I had to use -p0 option. We typically expect patches with prefixes
> Sqoop metastore doesn't seem to recognize --schema option
> ---------------------------------------------------------
>
> Key: SQOOP-2779
> URL: https://issues.apache.org/jira/browse/SQOOP-2779
> Project: Sqoop
> Issue Type: Bug
> Reporter: Sowmya Ramesh
> Assignee: Sowmya Ramesh
> Fix For: 1.4.7
>
> Attachments: SQOOP-2779.V0.patch
>
>
> PROBLEM:
> When running sqoop job using sqoop metastore:
> sqoop job --create 'globaldata.r.emaildomain' --meta-connect 'jdbc:hsqldb:hsql://da0shal203.match.corp:16000/sqoop'
--import --connect 'jdbc:sqlserver://MAREPORT\MAREPORT01;database=GlobalData;user=hdpreader;password=xxx'
--table EmailDomain --target-dir /hive/globaldatastaging/emaildomain --split-by 'DomainID'
--num-mappers 8 --columns 'DomainID, EmailDomain, InsertDate, EmailDomainGroupID, EmailDomainGroup'
--hive-drop-import-delims --fields-terminated-by '\001' --lines-terminated-by '\n' --null-string
'
> N' --null-non-string '
> N' – --schema lookup
> It is throwing the error that it cannot find the table when executing the job:
> 15/08/24 15:21:18 INFO manager.SqlManager: Executing SQL statement: SELECT t.* FROM EmailDomain
AS t WHERE 1=0
> 15/08/24 15:21:18 ERROR manager.SqlManager: Error executing statement: com.microsoft.sqlserver.jdbc.SQLServerException:
Invalid object name 'EmailDomain'.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|