KUAN-HSUN-LI opened a new pull request #616:
URL: https://github.com/apache/submarine/pull/616


   ### What is this PR for?
   Using the link with 
"jdbc:mysql://127.0.0.1:3306/metastore_test?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&failOverReadOnly=false&zeroDateTimeBehavior=convertToNull&useSSL=false"
 will encounter the problem "Caused by: javax.net.ssl.SSLHandshakeException: No 
appropriate protocol (protocol is disabled or cipher suites are 
inappropriate)"; however, we have set the useSSL=false. This is the reason that 
& is the ampersand for XML file but not for Java file.
   
   ### What type of PR is it?
   [Test]
   
   ### Todos
   
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/SUBMARINE-870
   
   ### How should this be tested?
   run the MetaStoreRestApiTest or run the command "mvn test" under the 
submarine-server folder.
   
   ### Screenshots (if appropriate)
   
![image](https://user-images.githubusercontent.com/38066413/123741582-e6b5a200-d8dc-11eb-9463-75a193ae4c31.png)
   
   ### Questions:
   * Do the license files need updating? No
   * Are there breaking changes for older versions? No
   * Does this need new documentation? No
   


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


Reply via email to