Is there a way where we can set composite key in --hbase-row-key in sqoop command.
Something like: --hbase-row-key column1,column2
Also, can we somehow start the key in hbase from 1 and sort of auto-increment it for each new row entry from mysql. When another sqoop process runs, we can pick up the last max id, and increment it from there itself.