Change Summary:
Changes made based on chat with Romain and my testing on the cloud env.
Testing Done: |
|
---|
Review Request #15185 — Created May 22, 2020 and updated
Information | |
---|---|
quadoss | |
hue | |
master | |
HUE-9358 | |
Reviewers | |
hue | |
johan, ranade, romain, weixia, yingc |
commit 9fe9e7627251f2f9a1d8214ac3d6ed7dd93ce873 Author: Mahesh Balakrishnan <mbalakrishnan@cloudera.com> Date: Fri May 22 15:25:07 2020 -0700 HUE-9358 [hive] resetting the connection if HS2 failsover :100644 100644 0ebfac1fc3 8e97dce748 M apps/beeswax/src/beeswax/server/dbms.py :100644 100644 28885bf037 08bc6c4595 M desktop/libs/notebook/src/notebook/connectors/hiveserver2.py
Tested this manually and extensively on the cloud cluster
Description | From | Last Updated |
---|---|---|
This one sounds wrong as we basically resetting the HA all the time? |
|
|
This would also clears out the current sessions of eveybody at each API call |
|
|
Should have no impact on 'activeEndpoint'. To note that original upsteam solution requires a different interpreter for LLAP: [notebook] [[interpreters]] ... |
|
apps/beeswax/src/beeswax/server/dbms.py (Diff revision 1) |
---|
This one sounds wrong as we basically resetting the HA all the time?
apps/beeswax/src/beeswax/server/dbms.py (Diff revision 1) |
---|
This would also clears out the current sessions of eveybody at each API call
apps/beeswax/src/beeswax/server/dbms.py (Diff revision 1) |
---|
Should have no impact on 'activeEndpoint'.
To note that original upsteam solution requires a different interpreter for LLAP:
[notebook] [[interpreters]] [[[hive]]] name=Hive interface=hiveserver2 [[[llap]]] name=LLAP interface=hiveserver2