[ https://issues.apache.org/jira/browse/HBASE-17593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15854997#comment-15854997 ]
Hudson commented on HBASE-17593: -------------------------------- FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #2457 (See [https://builds.apache.org/job/HBase-Trunk_matrix/2457/]) HBASE-17593 Update hadoop 3 version to 3.0.0-alpha2. (appy: rev 41be3bc2cc42565335d55f553c536b1fce2aa023) * (edit) dev-support/hbase-personality.sh * (edit) pom.xml > Fix build with hadoop 3 profile > ------------------------------- > > Key: HBASE-17593 > URL: https://issues.apache.org/jira/browse/HBASE-17593 > Project: HBase > Issue Type: Bug > Reporter: Appy > Assignee: Appy > Fix For: 2.0.0 > > Attachments: HBASE-17593.master.001.patch > > > {{mvn clean install -DskipTests -Dhadoop-three.version=3.0.0-alpha1 > -Dhadoop.profile=3.0}} fails for me, but passes with > {{-Dhadoop-three.version=3.0.0-alpha2}}. The failure with alpha1 is given > below. > Haven't investigated the failure, maybe we can simply update the hadoop three > version to alpha2? > {noformat} > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-antrun-plugin:1.8:run (generate) on project > hbase-server: An Ant BuildException has occured: java.lang.NoSuchMethodError: > javax.servlet.ServletContext.getJspConfigDescriptor()Ljavax/servlet/descriptor/JspConfigDescriptor; > [ERROR] around Ant part ...<jspcompiler uriroot="${src.webapps}/master" > outputdir="${generated.sources}/java" > package="org.apache.hadoop.hbase.generated.master" > webxml="${build.webapps}/master/WEB-INF/web.xml"/>... @ 17:187 in > /Users/appy/apache/hbase/hbase-server/target/antrun/build-main.xml > {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)