[
https://issues.apache.org/jira/browse/SQOOP-3043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15635810#comment-15635810
]
ASF GitHub Bot commented on SQOOP-3043:
---------------------------------------
GitHub user RameshByndoor opened a pull request:
https://github.com/apache/sqoop/pull/29
SQOOP-3043: Sqoop HiveImport fails with Wrong FS while removing the _…
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/RameshByndoor/sqoop trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/sqoop/pull/29.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #29
----
commit 3220e3029edd9e0c38c2d973764f4f991b7165f3
Author: Ramesh B <[email protected]>
Date: 2016-11-04T09:29:55Z
SQOOP-3043: Sqoop HiveImport fails with Wrong FS while removing the _logs
----
> Sqoop HiveImport fails with Wrong FS while removing the _logs
> --------------------------------------------------------------
>
> Key: SQOOP-3043
> URL: https://issues.apache.org/jira/browse/SQOOP-3043
> Project: Sqoop
> Issue Type: Bug
> Components: hive-integration
> Reporter: Ramesh B
>
> With s3:// as --target-dir and --hive-import provided sqoop fails with
> {code}ERROR tool.ImportTool: Imported Failed: Wrong FS:
> s3a://dataplatform/sqoop/target/user/_logs, expected: hdfs://nn1
> {code}
> This is due to removeTempLogs method in HiveImport.java which is expecting
> hdfs as the path.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)