-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56625/
-----------------------------------------------------------
Review request for Ambari.
Bugs: AMBARI-19994
https://issues.apache.org/jira/browse/AMBARI-19994
Repository: ambari
Description
-------
Ambari builds currently fails on building hive, hive-jdbc, files, and hue views
for powerpc. The build tries to download an x86 version of nodejs. The
latest frontend-maven-plugin 1.3 supports powerpc architecture so we should
update to version 1.3.
Diffs
-----
contrib/views/files/pom.xml 2e742df
contrib/views/files/src/main/resources/ui/package.json d15c5c9
contrib/views/hive-next/pom.xml 19f55ee
contrib/views/hive-next/src/main/resources/ui/hive-web/package.json 6fe68e2
contrib/views/hive20/pom.xml cf5fdde
contrib/views/hive20/src/main/resources/ui/package.json a066bfd
contrib/views/hueambarimigration/pom.xml 891876d
contrib/views/hueambarimigration/src/main/resources/ui/hueambarimigration-view/package.json
64b3270
Diff: https://reviews.apache.org/r/56625/diff/
Testing
-------
I'm able to compile successfully in x86 and powerpc architecture with this patch
Thanks,
Vi On