I'm doing an import/export with an Oracle table that has a composite key as the PK (so PRIMARY KEY(col1,col2))
I dug through the Sqoop documentation and I see that I can set a composite key for HBase imports (--hbase-row-key) but I'm wondering how/if I can use the composite key from my source Oracle table without HBase? Hope that makes sense...
