启动azkaban 报错
bin/azkaban-executor-start.sh
[root@sparkproject1 executor]# Error occurred during initialization of VMCould not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Error occurred during initialization of VMCould not reserve enough space for object heap
这是内存不够进入 executor下的bin修改azkaban-executor-start.sh
AZKABAN_OPTS="-Xmx3G 我修改为 AZKABAN_OPTS="-Xmx512M
设置的大小按照机器的存储而定,如果设置太大可能无法启动,设置太小会内存溢出
否则启动报错