Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
e6a6d1a to
a90ad11
Compare
|
🎊 +1 overall
This message was automatically generated. |
Apache9
left a comment
There was a problem hiding this comment.
When will we generate the configuration files for hadoop?
| ARG JMX_PROMETHEUS_JAR_URL | ||
| ADD --link ${JMX_PROMETHEUS_JAR_URL} /tmp/jmx_prometheus_javaagent.jar | ||
|
|
||
| FROM ${BASE_IMG}:${BASE_TAG} as final |
There was a problem hiding this comment.
So there is already an image for hadoop 3?
There was a problem hiding this comment.
Yes, the one I'm relying on is built out of their docker-hadoop-3 branch, https://github.com/apache/hadoop/tree/docker-hadoop-3
There was a problem hiding this comment.
Note that as of now the upstream image is only build for linux/amd64.
Yes, in a later PR the config files are generated. I haven't brought that PR over from the existing one that's open against hbase-operator-tools, but the relevant commit is apache/hbase-operator-tools@a21fb87 |
|
Thanks for the reviews! |
Replaces apache/hbase-operator-tools#119