jackjlli opened a new pull request #6122:
URL: https://github.com/apache/incubator-pinot/pull/6122


   ## Description
   Currently the pinot-controller jar does not contain the required html file 
after building the jars, which makes the api or help page fail to load (404). 
This PR creates a swagger dir and mark it as one of the resource dir.
   
   After this PR:
   ```
   $ jar -tvf ./pinot-controller/target/pinot-controller-0.6.0-SNAPSHOT.jar | 
grep api/index.html
     2335 Thu Oct 08 10:42:56 PDT 2020 api/index.html
   ```


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to