Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.6
-
None
-
None
Description
Sqoop import as parquet file to S3 fails. Command and error are give below.
However, import to a HDFS location works though.
sqoop import --connect "jdbc:oracle:thin:@<ip_address>:1521/ORCL" --table mytable --username myuser --password mypass --target-dir s3://bucket/foo/bar/ --columns col1,col2 -m1 --as-parquetfile
17/05/09 21:00:18 ERROR tool.ImportTool: Imported Failed: Wrong FS: s3://bucket/foo/bar, expected: hdfs://master-ip:8020
P.S. I tried this from Amazon EMR cluster.
Attachments
Issue Links
- Blocked
-
SQOOP-3192 upgrade parquet
- Resolved