Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-22705

Ambari 2.6.1 installation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Files:

      • ambari-funtest/pom.xml
      • ambari-metrics/ambari-metrics-grafana/pom.xml
      • ambari-logsearch/pom.xml

      did not have the 'control' path in <build><plugins> and adding the following solves:

      <plugin>
      <groupId>org.vafer</groupId>
      <artifactId>jdeb</artifactId>
      <version>1.0.1</version>
      <executions>
      <execution>
      <!-Stub execution on direct plugin call - workaround for ambari deb build process->
      <id>stub-execution</id>
      <phase>none</phase>
      <goals>
      <goal>jdeb</goal>
      </goals>
      </execution>
      </executions>
      <configuration>
      <skip>true</skip>
      <attach>false</attach>
      <submodules>false</submodules>
      <controlDir>${project.basedir}/../src/main/package/deb/control</controlDir>
      </configuration>
      </plugin>

      when building with:
      apache-ambari-2.6.1-src> sudo mvn -B clean package jdeb:jdeb

      Similar patch is provided:
      https://issues.apache.org/jira/browse/AMBARI-12977

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              NNN NNN
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: