Joe McDonnell has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24757
Change subject: IMPALA-12795: (addendum) Fix symlink command for ARM Hadoop Client ...................................................................... IMPALA-12795: (addendum) Fix symlink command for ARM Hadoop Client The fix for IMPALA-12975 changed the logic buildall.sh to symlink $HADOOP_HOME/lib to point to the ARM hadoop-client library directory. If the ARM hadoop-client version changes, the symlink needs to be updated. The current symlink command doesn't use the -T argument, so it is interpreting the second argument as a directory rather than the name for the link. It is trying to create $HADOOP_CLIENT/lib/lib rather than $HADOOP_CLIENT/lib. This adds the -T argument to ln to fix this. Testing: - Ran a perf-AB-test job that uses two different hadoop-client versions (and requires updating the symlink) Change-Id: Id84641158d02f844da011661049e613e97e6a9c5 --- M buildall.sh 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/57/24757/1 -- To view, visit http://gerrit.cloudera.org:8080/24757 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id84641158d02f844da011661049e613e97e6a9c5 Gerrit-Change-Number: 24757 Gerrit-PatchSet: 1 Gerrit-Owner: Joe McDonnell <[email protected]>
