Laszlo Gaal has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21070
Change subject: IMPALA-12842: Make node.js installation aware of CPU architecture ...................................................................... IMPALA-12842: Make node.js installation aware of CPU architecture The earlier version of the installation logic in tests/run-js-test-on-arm.sh always used 'linux-x86' as the architecture tag for the downloaded node.js installation package, which made the tests themselves fail when running on an instance powered by an ARM (Graviton) CPU. This patch uses the $ARCH_NAME environment variable set up in bin/impala-config.sh to add the correct CPU architecture tag to the URL of the node.js package to be downloaded. Change-Id: Ie22da6237ed6d19cf8af721df471033fdfe6b23a --- M tests/run-js-tests.sh 1 file changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/70/21070/1 -- To view, visit http://gerrit.cloudera.org:8080/21070 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie22da6237ed6d19cf8af721df471033fdfe6b23a Gerrit-Change-Number: 21070 Gerrit-PatchSet: 1 Gerrit-Owner: Laszlo Gaal <[email protected]>
