Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-8
Description
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