ayushtkn opened a new pull request, #6557:
URL: https://github.com/apache/hive/pull/6557

   ### What changes were proposed in this pull request?
   
   Add support for Multi Tenancy in the Hive Kubernetes operator. So, Multiple 
users can have there isolated set of LLAP Daemons & TezAMs, Which AutoScales 
independently
   
   ### Why are the changes needed?
   
   Better user experiance
   
   
   ### Does this PR introduce _any_ user-facing change?
   
   Nopes
   
   ### How was this patch tested?
   Manually 
   
   #### No LLAP, No Load
   <img width="1496" height="1412" alt="image" 
src="https://github.com/user-attachments/assets/4f2bdb7f-fd4d-4e98-be8b-ec6801cdbb25";
 />
   
   #### LLAP-1 trigers load -> LLAP: 1 only scaled up LLAP0 & LLAP3 stays at 0 
replica
   <img width="1476" height="982" alt="image" 
src="https://github.com/user-attachments/assets/bdb43ee4-15d2-4e19-885b-5098fc27f040";
 />
   
   #### Load on LLAP-2 now as well -> LLAP-1 up LLAP-2 starting LLAP-0 still 
down (no load)
   <img width="1520" height="1150" alt="image" 
src="https://github.com/user-attachments/assets/2325b11f-aaae-44f7-90b4-7255ede48ca4";
 />
   
   #### Load on LLAP-1 withdrawn -> Independently scales down
   <img width="1448" height="1344" alt="image" 
src="https://github.com/user-attachments/assets/74f908b2-83bd-4a40-a0fb-1141fe11be34";
 />
   
   
   #### Connecting LLAP1
   ```
   kubectl exec -it deployment/hive-hiveserver2 -- beeline -u 
"jdbc:hive2://hive-hiveserver2:10001/;transportMode=http;httpPath=cliservice?hive.server2.tez.external.sessions.namespace=/tez-external-sessions/llap1;tez.am.registry.namespace=/llap1"
   ```
   
   
   #### Connecting LLAP2
   ```
   kubectl exec -it deployment/hive-hiveserver2 -- beeline -u 
"jdbc:hive2://hive-hiveserver2:10001/;transportMode=http;httpPath=cliservice?hive.server2.tez.external.sessions.namespace=/tez-external-sessions/llap2;tez.am.registry.namespace=/llap2"
   ```
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to