zjffdu commented on a change in pull request #3411: ZEPPELIN-4272: Zeppelin 
fails to compile when hadoop3 is enabled
URL: https://github.com/apache/zeppelin/pull/3411#discussion_r308527262
 
 

 ##########
 File path: zeppelin-server/pom.xml
 ##########
 @@ -515,6 +516,18 @@
         </zeppelin.daemon.package.base>
       </properties>
     </profile>
+       <profile>
+         <id>hadoop3</id>
+         <properties>
+        <hadoop.version>3.0.0</hadoop.version>
+         </properties>
+         <dependencies>
+               <dependency>
+                 <groupId>org.apache.directory.server</groupId>
+                 <artifactId>kerberos-client</artifactId>
+                 <version>${kerberos-client.version}</version>
+               </dependency>
+         </dependencies>
+       </profile>
 
 Review comment:
   Why add hadoop3 profile in zeppelin-server ? It is already in 
zeppelin-zengine. And only zeppelin-zengine use hadoop.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to