HIVE-29552: Add docker scripts for Ozone#6414
Conversation
|
thanks @ayushtkn, looks very good so far! it worked with: also tried with: but I hit this below: is there a chance you can make this work easily? having ozone in the fully distributed (--llap) mode would be awesome |
|
Thanx @abstractdog for the review. I have added changes for LLAP |
| LLAP_SHUFFLE_PORT: '15551' | ||
|
|
||
| DEFAULT_FS: "${DEFAULT_FS}" | ||
| HADOOP_CLASSPATH: /opt/hadoop/share/hadoop/tools/lib/* |
There was a problem hiding this comment.
HADOOP_CLASSPATH is not needed here as in the entrypoint, classpath is defined as $HADOOP_HOME/share/hadoop/tools/lib/*
I tried it without this, worked
abstractdog
left a comment
There was a problem hiding this comment.
one minor comment, other than that this looks good to me +1
feel free to merge this you agree with my comment and fixed it
|




What changes were proposed in this pull request?
Add a way to run Hive with Ozone as backend storage
Why are the changes needed?
For using Ozone in Hive in Docker env
Does this PR introduce any user-facing change?
No
How was this patch tested?
Deployed locally
Created Tables
Verified data is in Ozone

Ozone Shell
