JDK 1.8 + version, Docker 3.8 version and above
Executing mvn clean install -DskipTests manually and make sure that compiler is ok.
Install Docker Desktop on local machine and configure the Docker resource, as follows is the lowest requirement:
./dev-support/local/local.sh init to initialize env.Current step will download the spark to local, and if download failed will notify user to download by the scripts.
Note: If the spark already exists, the spark will delete and re-download it.
Current step will load the run configuration automatically to IDEA.
Current step will install frontend env.
Executing Result
./dev-support/local/local.sh up to download images and start the container。Container started successfully
http://localhost:8080/ to check Kylin started successfully.http://localhost:4041/ to check sparder started successfully../dev-support/local/local.sh stop : Stop the running containers
./dev-support/local/local.sh start : Start all stopped containers
./dev-support/local/local.sh ps : List all containers
./dev-support/local/local.sh down : Stop all containers and delete them
./dev-support/local/local.sh interactive : Enter in specific container
local.sh init and runConfiguration has nothing change. Then replace type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" to type="Application" factoryName="Application" in .idea/runconfigurations/BootstrapServer_local.xml.