Reamer opened a new pull request, #4871: URL: https://github.com/apache/zeppelin/pull/4871
### What is this PR for? This PR removes the Hadoop dependencies in the zeppelin-web.war file. At the moment it is not clear to me how this behavior came about in Zeppelin. Build Command: ` ### What type of PR is it? Bug Fix ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-6126 ### Screenshots (if appropriate) Before: ``` 15:53 $ ls -lh zeppelin-web/target/ insgesamt 47M drwxrwxr-x 3 pdallig pdallig 4,0K Okt 9 15:51 classes drwxrwxr-x 2 pdallig pdallig 4,0K Okt 9 15:51 maven-archiver drwxrwxr-x 3 pdallig pdallig 4,0K Okt 9 15:51 maven-shared-archive-resources drwxrwxr-x 3 pdallig pdallig 4,0K Okt 9 15:51 test-classes drwxrwxr-x 11 pdallig pdallig 4,0K Okt 9 15:51 zeppelin-web-0.12.0-SNAPSHOT -rw-rw-r-- 1 pdallig pdallig 47M Okt 9 15:51 zeppelin-web-0.12.0-SNAPSHOT.war ```  After: ``` 15:53 $ ls -lh zeppelin-web/target/ insgesamt 3,1M drwxrwxr-x 3 pdallig pdallig 4,0K Okt 9 15:57 classes drwxrwxr-x 2 pdallig pdallig 4,0K Okt 9 15:57 maven-archiver drwxrwxr-x 3 pdallig pdallig 4,0K Okt 9 15:56 maven-shared-archive-resources drwxrwxr-x 3 pdallig pdallig 4,0K Okt 9 15:57 test-classes drwxrwxr-x 11 pdallig pdallig 4,0K Okt 9 15:57 zeppelin-web-0.12.0-SNAPSHOT -rw-rw-r-- 1 pdallig pdallig 3,1M Okt 9 15:57 zeppelin-web-0.12.0-SNAPSHOT.war ```  ### 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: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org