Starting BEs
This section describes how to deploy and use the Doris instruction optimization feature.
- Deploy the Doris instruction optimization by referring to Doris Instruction Optimization Deployment Guide.
- Stop all BEs on all nodes in the cluster.
1sh /opt/tools/installed/apache-doris-2.1.2-bin-arm64/be/bin/stop_be.sh - Use the compiled /opt/tools/installed/doris-2.1.2-rc04/be/output/lib/doris_be to replace all doris_be files in /opt/tools/installed/apache-doris-2.1.2-bin-arm64/be/lib/doris_be of all BEs in the cluster.
1cp /opt/tools/installed/doris-2.1.2-rc04/be/output/lib/doris_be /opt/tools/installed/apache-doris-2.1.2-bin-arm64/be/lib/doris_be
- Start all BEs in the cluster.
1sh /opt/tools/installed/apache-doris-2.1.2-bin-arm64/be/bin/start_be.sh --daemon
- Check the BE startup status by following steps 1 and 3 in the section "Adding a BE to the Doris Cluster."
Parent topic: Feature Usage