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_r309551731
 
 

 ##########
 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:
   What I mean is that zeppelin-server doesn't require hadoop3, it is 
zeppelin-zengine that needs hadoop3. So you should put it in zeppelin-zengine

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