You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/11/27 08:58:43 UTC

[GitHub] [zeppelin] iamabug edited a comment on issue #3498: [ZEPPELIN-4409] Set spark.app.name to know which user is running which notebook

iamabug edited a comment 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-558993311
 
 
   If `spark.app.name` is already set, should we leave it as it is or add username and note id also ? if we leave it, all users and notes shall still have the same name, i don't think that's what we want to see. So I think the logic here could be like this:
   1. if `spark.app.name` is not set or set to blank, we set it to `Zeppelin_` + `interpreter_name` + `username` + `noteId`, and `interpreter_name` is actually `spark`, so it is `Zeppelin_spark_` + `username` + `noteId`.
   2. if `spark.app.name` is already set to a string, noted by `APP_NAME`, in this case, we set it to `APP_NAME` + `username` + `noteId`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services