Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-8023

Assembly target fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.95.0, 0.95.2
    • None
    • build
    • None

    Description

      The assembly target fails when using the 2.0 Hadoop profile (at least).

      mvn -DskipTests -Dhadoop.profile=2.0 clean install site assembly:assembly
      [...]
      [INFO] --- maven-assembly-plugin:2.3:assembly (default-cli) @ hbase ---
      [INFO] Reading assembly descriptor: src/assembly/hadoop-two-compat.xml
      [WARNING] [DEPRECATION] moduleSet/binaries section detected in root-project assembly.
      
      MODULE BINARIES MAY NOT BE AVAILABLE FOR THIS ASSEMBLY!
      
       To refactor, move this assembly into a child project and use the flag <useAllReactorProjects>true</useAllReactorProjects> in each moduleSet.
      [INFO] Processing sources for module project: org.apache.hbase:hbase-common:jar:0.97-SNAPSHOT
      [INFO] Processing sources for module project: org.apache.hbase:hbase-protocol:jar:0.97-SNAPSHOT
      [INFO] Processing sources for module project: org.apache.hbase:hbase-client:jar:0.97-SNAPSHOT
      [INFO] Processing sources for module project: org.apache.hbase:hbase-prefix-tree:jar:0.97-SNAPSHOT
      [INFO] Processing sources for module project: org.apache.hbase:hbase-hadoop-compat:jar:0.97-SNAPSHOT
      [INFO] Processing sources for module project: org.apache.hbase:hbase-hadoop2-compat:jar:0.97-SNAPSHOT
      [INFO] Processing sources for module project: org.apache.hbase:hbase-server:jar:0.97-SNAPSHOT
      [INFO] Processing sources for module project: org.apache.hbase:hbase-it:jar:0.97-SNAPSHOT
      [INFO] Processing sources for module project: org.apache.hbase:hbase-examples:jar:0.97-SNAPSHOT
      [INFO] ------------------------------------------------------------------------
      [INFO] Reactor Summary:
      [INFO] 
      [INFO] HBase ............................................. FAILURE [15.877s]
      [INFO] HBase - Common .................................... SUCCESS [4.633s]
      [INFO] HBase - Protocol .................................. SUCCESS [2.629s]
      [INFO] HBase - Client .................................... SUCCESS [2.901s]
      [INFO] HBase - Prefix Tree ............................... SUCCESS [3.085s]
      [INFO] HBase - Hadoop Compatibility ...................... SUCCESS [2.647s]
      [INFO] HBase - Hadoop Two Compatibility .................. SUCCESS [2.005s]
      [INFO] HBase - Server .................................... SUCCESS [1.888s]
      [INFO] HBase - Integration Tests ......................... SUCCESS [6.917s]
      [INFO] HBase - Examples .................................. SUCCESS [2.815s]
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 6:41.503s
      [INFO] Finished at: Thu Mar 07 22:14:08 CST 2013
      [INFO] Final Memory: 67M/448M
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:assembly (default-cli) on project hbase: Failed to create assembly: Artifact: org.apache.hbase:hbase-common:jar:0.97-SNAPSHOT (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. -> [Help 1]
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            apurtell Andrew Kyle Purtell
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: