Hi folks, I am trying to import a couple of tables into Hive using sqoop. However, I am only able to import if I run the sqoop job using hive user.
I see that this behaviour is governed by the property “hive.load.data.owner”. I wish to have multiple users as the value of this property, but looks like the property doesn’t support lists or wildcards. Can someone please suggest how can I run import from another user (other than hive user)? Ideally I do not want to update the property multiple times in order to run import from various users. Best, Ankur Khanna