Fang-Yu Rao created IMPALA-9566:
-----------------------------------
Summary: Sentry service should not be started after IMPALA-8870
Key: IMPALA-9566
URL: https://issues.apache.org/jira/browse/IMPALA-9566
Project: IMPALA
Issue Type: Bug
Components: Frontend, Infrastructure
Reporter: Fang-Yu Rao
Due to the incompatibility between different versions of the Guava libraries.
After bumping up Guava in IMPALA-8870, our build script is not supposed to
start up the Sentry service because Sentry does not have its Guava bumped up
yet.
To fix this, when starting the underlying services, we should take into
consideration the case when {{$\{DEFAULT_FS}}} is neither
"{{hdfs://${INTERNAL_LISTEN_HOST}:20500}}" nor "{{$\{LOCAL_FS}}}".
Specifically, we should not attempt to start the Sentry server in the following
case.
[https://github.com/apache/impala/blob/master/testdata/bin/run-all.sh#L102-L104]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)