You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #494 builds the HBase docker image from source.
Currently there are some fixes in place that are improvable.
Mainly:
The conf.py now has a version for java-base and java which currently both point to version 11. The java-base can not be used as variable in the docker image because docker will complain. Therefore the duplication.
HBase and Hadoop both are build from source, we could unify this into a java-dev image containing maven, git, gcc and all dependencies required to build java products from source.
We suggest to declare a JAVA_VERSION variable in the java-base image that can be used in images based on the java-base and/or java-dev image to get rid of the java version duplication.
Please have a look at @razvan comments in the PR, especially:
The PR #494 builds the HBase docker image from source.
Currently there are some fixes in place that are improvable.
Mainly:
java-base
andjava
which currently both point to version 11. Thejava-base
can not be used as variable in the docker image because docker will complain. Therefore the duplication.We suggest to declare a JAVA_VERSION variable in the
java-base
image that can be used in images based on thejava-base
and/orjava-dev
image to get rid of thejava
version duplication.Please have a look at @razvan comments in the PR, especially:
The text was updated successfully, but these errors were encountered: