dntjr8096 opened a new pull request, #4403: URL: https://github.com/apache/zeppelin/pull/4403
### What is this PR for? When building from the source code, the default profile activation option of the zeppelin-server module is "using-source-tree", so I get the error as in the screenshot. So I changed the default profile activation option in the "zeppelin-server module" to hadoop2. ### What type of PR is it? Bug Fix ### Todos * [ ] - Documentation? ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-5762 ### How should this be tested? I tested with Travis CI, which is set by default. And after modifying the source code, I tried to build again. ### Screenshots (if appropriate) * ```./mvnw clean package -DskipTests ``` before modifying the profile with 'hadoop2' ![image](https://user-images.githubusercontent.com/10491931/178147192-85d224b4-e4ae-4d08-a96e-3c2a8df43000.png) * ```./mvnw clean package -DskipTests ``` after modifying the profile with 'hadoop2' ![image](https://user-images.githubusercontent.com/10491931/178148159-51912fae-47e5-4ffb-af4c-a1a54d5a8b69.png) ### Questions: * Does the licenses files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? Yes -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org