Github user prabhjyotsingh commented on the issue:
https://github.com/apache/zeppelin/pull/2656
Tested locally, earlier it used to be
`zeppelin-interpreter-sh-sh-prabhjyot.singh.lan.log` where first "sh" denotes
the type of interpreter (Interpreter group) and second "sh" used to denote
Interpreter Name; now with this PR it
`zeppelin-interpreter-sh-prabhjyot.singh.lan.log` where this "sh" denotes only
interpreter name.
Can you include interpreter group name as well in the file name, like it
used to happen earlier?
---