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"
