When I want to import a pandas dataframe to hive, I receive an error:
...org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit application_1560772252855_0373 to YARN : Application application_1560772252855_0373 submitted by user hdfs to unknown queue: default:28:27'...
I want to specify the yarn queue name that hive use but not use the "default" queue, but I have no idea how to do that.