Does pinot supports arm arch which can leverage AW...
# general
p
Does pinot supports arm arch which can leverage AWS EC2 Gravtion 2 processor ?
m
Pinot is built using Java, and runs on JVM. As long as you have that.
p
will try in few mins
docker image needs to be available in arm64 along with amd64
m
I see. @User ^^
p
something like this docker pull trinodb/trino:362-arm64
quickstart works fine. will evaluate and let you know if any issues, Thank you @User
m
You mean on arm64?
p
yes EC2 with Graviton 2
x
this is interesting. you can also build the docker image by yourself from the docker script: https://github.com/apache/pinot/tree/master/docker/images/pinot
👍 1