liuxunorg commented on a change in pull request #22: SUBMARINE-207. Exclude 
mysql jdbc jar from the path of workbench/lib.
URL: https://github.com/apache/hadoop-submarine/pull/22#discussion_r329355339
 
 

 ##########
 File path: 
submarine-workbench/workbench-server/src/main/java/org/apache/submarine/server/SubmarineConfiguration.java
 ##########
 @@ -374,7 +374,7 @@ public boolean getBoolean(String envName, String 
propertyName, boolean defaultVa
         
"failOverReadOnly=false&zeroDateTimeBehavior=convertToNull&useSSL=false"),
     JDBC_USERNAME("jdbc.username", "submarine"),
     JDBC_PASSWORD("jdbc.password", "password"),
-    WORKBENCH_WEB_WAR("workbench.web.war", 
"submarine-workbench/workbench-web/dist");
+    WORKBENCH_WEB_WAR("workbench.web.war", "../workbench/workbench-web.war");
 
 Review comment:
   Run the workbench Server in the formal environment, which can be run by 
configuring the war file path in `submairne-site.xml`.

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