2月 10, 2022

env set-up, export required

 Setting up elasticsearch on Apple M1 machine would be better with an arm variant JVM.  I was wondering why es wasn't detecting the env I set up for the JDK to use.


Turns out `export ES_JAVA_HOME=...` is required to let ES to receive the env variable, instead of simply `ES_JAVA_HOME=...`.