相关文章推荐
酷酷的火锅  ·  GitHub - ...·  1 月前    · 
耍酷的跑步鞋  ·  Solved: All pipe ...·  3 月前    · 
强健的手套  ·  Php/ODBC encoding ...·  11 月前    · 
憨厚的熊猫  ·  wireless - fatal ...·  11 月前    · 
Accepted answer

@dribble. while working on ambari 2.7.5 for suse 12, i ran into the same error. you need to make sure to get maven version right first (apache maven 3.3.9 or later).

the specific package dependency errors are fixed by editing ambari-web/pom.xml and setting the node version to version installed in building operating system.

once i did this, the build completed the ambari web steps. you may run into similar dependency failures with other packages. you can see the following recent posts for more details including specific versions:

error building ambari 2.7.5 centos 7 (fails at ambari-admin step)

Related Query

  • Maven build error - Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.5.5
  • Maven build Error - Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy)
  • Build Failed With Error Cannot Access Hide
  • maven compilation error - Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile
  • Gradle Build failed with unexpected error when trying to build APK
  • Maven build fails with error message Plugin org.apache.maven.plugins:maven-surefire-plugin:2.12.4 or one of its dependencies could not be resolved
  • Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:java
  • Scala - Cassandra: cluster read fails with error "Can't use this Cluster instance because it was previously closed"
  • maven "catch" execution - execute cleanup on failed build
  • Maven 2.2.1 fails to build EAR project with m2eclipse
  • error unmarshaling jaxb from web service with MTOM
  • InetAddress.getByName intermittently fails with System error
  • Failed to execute goal com.jayway.maven.plugins.android.generation2:android-maven-plugin
  • Maven fails with error 'Process exited with code 137'
  • Ant build with Eclipse Mars fails due to missing classpath reference
  • Why tomcat wont start with Failed to start apache tomcat web server tomcat.service: Control process exited, code=exited status=203
  • Maven build fails with error: Could not find artifact ... at specified path - where the path is slightly incorrect
  • Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project
  • HttpServer within junit fails with address in use error after first test
  • Selenium web driver moveToElement (Actions) throwing error with marionette driver?
  • Eclipse Dynamic Web Project with maven is throwing error on mvn tomcat7:run
  • Creating new users with Spring Data LdapRepository fails with LDAP error code 32
  • Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (default) on project ors: The parameter 'executable' is missing or invalid
  • Android Studio: Gradle Build fails with error: Unable to load class 'com.android.build.gradle.ndk.NdkPlugin'
  • Getting failed to configure cluster endpoints error when using DAX with DynamoDB
  • TestNG report with customized error in place of stack trace, when my script fails
  • Covariant structure fails with capture-of error in Java
  • Failed to execute goal maven-compiler-plugin 3.8.0 - org/codehaus/plexus/compiler/manager/NoSuchCompilerException
  • jarsigner Failed to execute goal
  • Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test (default-test) on project smrr: There are test failures
  • More Query from same tag

  • use of [context].xml and web.xml for configuring web app
  • OptimisticLockingException with Camunda Service Task
  • Why does 10>>2+5>>2 evaluate to zero?
  • map RDD to PairRDD in Scala
  • Why am I getting an empty array of annotations here
  • How to combine annotations for hibernate mapping?
  • Display a component on CanvasFrame in JavaCV
  • Creating an xssf workbook from an uploaded .xlsx(2007 Excel file)
  • Why does Input from an AlertDialog not show in RecyclerView?
  • What am i doing wrong with java 8 lambda Predicate<Integer>?
  • Using Hazelcast / Redis for DB backed cache requirement
  • How to keep connection alive or maintain a session in OkHttp
  • Is there a way to synchronize using two lock objects in Java?
  • Error:(185, 13) java: try-with-resources is not supported in -source 1.5 (use -source 7 or higher to enable try-with-resources)
  • Parse all jsons that are concatenated in one string in Java
  • Why is my float being truncated?
  • How do you change the Docker container TZ in spring?
  • Orika map two String fields into one - taking into account the remaining fields
  • Arraylist and arrays in Java
  • Understanding floating points and infinite loops
  • What sort of diagramming method could I use to keep everything organized while tracing through this program?
  • Quartz scheduled job not firing - possible unhandled exception?
  • Java Deadlock code explanation
  • Android development on eclipse: activity 1 changes to activity 2 fine, not 3
  • Apache Ignite as transparent cache for Postgresql tables
  • Is this example of use Optionals in java 8 correct? How would you rewrite it?
  • Programmatically RelativeLayout.ALIGN_RIGHT with a given View.getId() not working
  • Simple add method Thread safe?
  • Apache Camel: Build a CXF consumer and call the service
  • jdbc4.MySQLSyntaxErrorException: Table doesn't exist in database
  •