Currently, we have different business groups, we want to assign different mr job queue to different businiess user groups inside ONLY ONE kylin instance, do we have this feature? and as searched, I find the following piece:
public static final String KYLIN_MAP_JOB_QUEUE = "mapred.job.queue.name"; If we can pass a parameter to indicate different users to use different mr job queue when building their own jobs with updating the codes, a question is that is there any potential problems to conduct the action?
