I installed my Druid cluster on the ARM machine, but the job failed, here is the task log:
2020-04-26T01:55:54,427 INFO [main] org.apache.druid.indexing.worker.executor.ExecutorLifecycle - Attempting to lock file[var/druid/task/index_kafka_CCOPS_WL_1_2_EVENT_FRONT_16a77035ef356fc_imjbpjlh/lock].
2020-04-26T01:55:54,431 INFO [main] org.apache.druid.indexing.worker.executor.ExecutorLifecycle - Acquired lock file[var/druid/task/index_kafka_CCOPS_WL_1_2_EVENT_FRONT_16a77035ef356fc_imjbpjlh/lock] in 4ms.
2020-04-26T01:55:54,433 INFO [parent-monitor-0] org.apache.druid.indexing.worker.executor.ExecutorLifecycle - Triggering JVM shutdown.
My java environment setting are as follows:
JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.181.b15-5.h3.eulerosv2r8.aarch64/jre
CLASSPATH=$JAVA_HOME/lib/
PATH=$PATH:$JAVA_HOME/bin
export PATH JAVA_HOME CLASSPATH