CalvinKirs opened a new pull request, #61258:
URL: https://github.com/apache/doris/pull/61258

   ### What problem does this PR solve?
   
   The kerberos thirdparty docker initializes the Paimon HMS table by invoking 
`hive --hiveconf oss_bucket=...`. HiveServer2 treats `oss_bucket` as a runtime 
session parameter and rejects the connection with `Cannot modify oss_bucket at 
runtime`, which breaks the external regression deploy-docker step.
   
   ### What is changed
   
   - stop passing `oss_bucket` through `--hiveconf` during kerberos Paimon HMS 
initialization
   - render the OSS bucket directly into the HQL file before running `hive -f`
   - keep the resulting OSS warehouse path unchanged
   
   ### Test
   
   - `bash -n 
docker/thirdparties/docker-compose/kerberos/entrypoint-hive-master.sh`
   - render check for 
`docker/thirdparties/docker-compose/kerberos/sql/create_paimon_hive_table.hql` 
with `OSSBucket=doris-regression-bj`


-- 
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