HIVE-29686: Env variables for substitution are not propagated to entrypoint.sh from start-hive.sh#6566
HIVE-29686: Env variables for substitution are not propagated to entrypoint.sh from start-hive.sh#6566abstractdog wants to merge 2 commits into
Conversation
ayushtkn
left a comment
There was a problem hiding this comment.
Thanx @abstractdog for the fix, I deployed and checked the TezAM logs & it is working as expected
One additional stuff, I think we should check the readme it says there is --llap option in stop but it doesn't work that way, we can update that
hive/packaging/src/docker/README.md
Lines 214 to 218 in 35cfd46
ayushsaxena@Q3NW54Y0C5 docker % ./stop-hive.sh --llap --cleanup
Unknown option: --llap
ayushsaxena@Q3NW54Y0C5 docker % ./stop-hive.sh --llap
Unknown option: --llap
ayushsaxena@Q3NW54Y0C5 docker %
right! bumped into the same, but forgot to fix, let me take care of it in this PR UPDATE: fixed in 02b40c6 |
…ypoint.sh from start-hive.sh
|




What changes were proposed in this pull request?
Add env variables to hiveserver2 configuration in the docker-compose file.
Why are the changes needed?
See jira description.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Build and start hive cluster according to README under packaging/src/docker. Without the patch, the queries still passed flawlessly and silently, but never reached tezam and llapdaemons. With the patch, DAG activity was present: