Github user Tagar commented on the issue:
https://github.com/apache/zeppelin/pull/3044
> We could do that but it depends on the farischeduler.xml that user
specified. If user didn't specify the user name as pool name in
fairscheduler.xml, then it doesn't make sense to do that in zeppelin side.
Yep, I understand that. They have to specify a pool name in
`farischeduler.xml` either way - if it's given manually through paragraph
property as proposed in this PR, or if it's taken from authenticated username
as proposed in https://issues.apache.org/jira/browse/ZEPPELIN-3334 .
Thanks.
---