pan3793 opened a new pull request, #4774:
URL: https://github.com/apache/zeppelin/pull/4774

   ### What is this PR for?
   
   It was reported in ZEPPELIN-6029 that `zeppelin-0.11.1-bin-all.tgz` contains 
obsolete hidden files.
   
   For every `$FILE` inside the Archive there is a second file called "._FILE", 
e.g.
   ```
   ./lib/libthrift-0.13.0.jar
   ./lib/._libthrift-0.13.0.jar
   ```
   
   I'm not sure how this happened, but according to 
https://apple.stackexchange.com/questions/280913/tar-excluding-files, 
`--disable-copyfile` should be used to address this issue.
   
   ### What type of PR is it?
   
   Bug Fix
   
   ### What is the Jira issue?
   
   ZEPPELIN-6029
   
   ### How should this be tested?
   
   cc @jongyoul who is the release manager of Zeppelin 0.11.1
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the license files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs 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