guoyuepeng commented on a change in pull request #534: [GRIFFIN-290]Fix bug for 
submitting job to livy
URL: https://github.com/apache/griffin/pull/534#discussion_r324545475
 
 

 ##########
 File path: 
service/src/main/java/org/apache/griffin/core/job/SparkSubmitJob.java
 ##########
 @@ -204,6 +204,7 @@ private void setLivyArgs() throws IOException {
         args.add(finalMeasureJson);
         args.add("raw,raw");
         livyConfMap.put("args", args);
+        livyConfMap.remove("name");
 
 Review comment:
   Agree, 
   we can use 
   name_specified in config file | session_name

----------------------------------------------------------------
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

Reply via email to