I see there were a few posts: here and here in the past on stackoverflow, however no feasible solution was provided.
In my situation my table has billion rows, it doesn't come with an integer column as its key, that means if I use sqoop to do the import (into hive), I would not be able to use multiple mapper.
As table's size is big, it is not realistic to add an extra new integer field to it.
Any thought are appreciated. Thank you in advance.