pingsutw commented on code in PR #922:
URL: https://github.com/apache/submarine/pull/922#discussion_r873409971
##########
submarine-server/server-submitter/submitter-k8s/src/main/java/org/apache/submarine/server/submitter/k8s/K8sSubmitter.java:
##########
@@ -466,7 +466,9 @@ private boolean isDeploymentAvailable(String name) throws
ApiException{
@Override
public Notebook createNotebook(NotebookSpec spec, String notebookId) throws
SubmarineRuntimeException {
Notebook notebook;
- final String name = spec.getMeta().getName();
+ // final String name = spec.getMeta().getName();
Review Comment:
nit: should we remove this
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]