zjffdu commented on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook URL: https://github.com/apache/zeppelin/pull/3498#issuecomment-548179978 Thanks for the contribution @amakaur It makes sense to include user name and note id in the spark app name. But one easier approach is to set `spark.app.name` in `SparkInterpreterLauncher`, you can set `spark.app.name` to be `interpreterGroupId` which is consisted of note id and user name. Here's the logic how `interpreterGroupId` is generated. https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/InterpreterSetting.java#L406
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
