[ 
https://issues.apache.org/jira/browse/IMPALA-12795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18108564#comment-18108564
 ] 

ASF subversion and git services commented on IMPALA-12795:
----------------------------------------------------------

Commit 81733770f0fde939dadf93d0f8d5afcfc1954d81 in impala's branch 
refs/heads/master from Joe McDonnell
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=81733770f ]

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
Reviewed-on: http://gerrit.cloudera.org:8080/24757
Reviewed-by: Michael Smith <[email protected]>
Tested-by: Joe McDonnell <[email protected]>


> TestWebPage.test_catalog_operation_fields is flaky
> --------------------------------------------------
>
>                 Key: IMPALA-12795
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12795
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Quanlong Huang
>            Assignee: Quanlong Huang
>            Priority: Critical
>             Fix For: Impala 4.4.0
>
>
> Saw the test failed in an internal job:
> {noformat}
> webserver/test_web_pages.py:942: in test_catalog_operation_fields
>     assert matched
> E   assert False{noformat}
> That means the CREATE DATABASE statement was not found in the coordinator 
> webUI.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to