[ 
https://issues.apache.org/jira/browse/HBASE-15201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15127662#comment-15127662
 ] 

Jerry He commented on HBASE-15201:
----------------------------------

The failed command used in the build is:
{noformat}
cd /testptch/hbase/hbase-assembly
mvn -Dmaven.repo.local=/home/jenkins/yetus-m2/hbase-master-1 
-DHBasePatchProcess -fae clean install -DskipTests=true 
-Dmaven.javadoc.skip=true
{noformat}
It was probably due to missing licenses from some the dependencies pulled in by 
Spark.

But the strange thing is that Spark and its dependencies are 'provided' 
therefor they are not bundled in the assembly.
I've tested it with top level 'mvn clean package assembly:single -DskipTests'.
It builds fine and it only adds the 'hbase-spark-2.0.0-SNAPSHOT.jar' to the 
assembly.

But my local build with 'cd hbase-assembly' then 'mvn clean install 
-DskipTests=true' indeed fails with same error as in the Jenkins build.

> Add hbase-spark to hbase assembly
> ---------------------------------
>
>                 Key: HBASE-15201
>                 URL: https://issues.apache.org/jira/browse/HBASE-15201
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jerry He
>            Assignee: Jerry He
>            Priority: Minor
>         Attachments: HBASE-15201.patch
>
>
> hbase-spark currently is missing from hbase assembly.
> We should add it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to