You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@sqoop.apache.org by suraj shrestha <su...@yahoo.com> on 2016/03/15 22:15:00 UTC

sqoop oraoop support for importing subpartition only.

Is sqoop import using subpartition supported?
I am using the following command. If I use partition name, then it works. If I only specify subpartition name then it does not work. I get an error  "does not contain any partitions and you have specified to chunk the table by partitions."
If I specify both partition and subpartion name then it downloads from partition. sqoop import -Doraoop.chunk.method=PARTITION -Doraoop.import.partitions="subpartition1"