You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Fang-Yu Rao (Jira)" <ji...@apache.org> on 2020/03/28 18:11:00 UTC

[jira] [Updated] (IMPALA-9566) Sentry service should not be started after IMPALA-8870

     [ https://issues.apache.org/jira/browse/IMPALA-9566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fang-Yu Rao updated IMPALA-9566:
--------------------------------
    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]

 

  was:
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]

 


> 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
>            Assignee: Fang-Yu Rao
>            Priority: Major
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org