Hello, I deploy the hadoop 3.3.1 + hive 3.1.3 + zookeeper 3.7.1 + hbase 2.4.15, and they seem to work fine.
Deployment process such as link: 1. https://www.vvave.net/archives/how-to-deploy-and-test-apache-hadoop-3-cluster.html 2. https://www.vvave.net/archives/how-to-deploy-and-test-apache-hive-service.html 3. https://www.vvave.net/archives/how-to-deploy-and-test-apache-zookeeper-cluster.html 4. https://www.vvave.net/archives/how-to-deploy-and-test-apache-hbase-cluster.html And check-env.sh output ``` Retrieving hadoop conf dir... ...................................................[PASS] KYLIN_HOME is set to /opt/apache-kylin-3.1.0-bin-hadoop3 Checking HBase ...................................................[PASS] Checking hive ...................................................[PASS] Checking hadoop shell ...................................................[PASS] Checking hdfs working dir ...................................................[PASS] Retrieving Spark dependency... Optional dependency spark not found, if you need this; set SPARK_HOME, or run bin/download-spark.sh ...................................................[PASS] Retrieving Flink dependency... Optional dependency flink not found, if you need this; set FLINK_HOME, or run bin/download-flink.sh ...................................................[PASS] Retrieving kafka dependency... Couldn't find kafka home. If you want to enable streaming processing, Please set KAFKA_HOME to the path which contains kafka dependencies. ...................................................[PASS] ``` but then I start the kylin, the port 7070 is bonded . but I can not access it, it shows HTTP Status 404 – Not Found the log file logs/kylin.log is empty. how to debug it?