hello Becky
You can either reduce "split max size" in order to gain more mappers
SET mapreduce.input.fileinputformat.split.maxsize;
Or you can try :
Set mapreduce.job.maps=XX
for the second option, you may need to disable map files
hive.merge.mapfiles=false
Let me know if any solution works for you
Good luck