Is there any error in $KYLIN_HOME/logs or $KYLIN_HOME/tomcat/logs? Many times this is related to environment issue such as incompatible jar files. Need to look into the details.
Best regards, Shaofeng Shi 史少锋 Apache Kylin PMC, Apache Incubator PMC, Email: shaofeng...@apache.org Apache Kylin FAQ: https://kylin.apache.org/docs/gettingstarted/faq.html Join Kylin user mail group: user-subscr...@kylin.apache.org Join Kylin dev mail group: dev-subscr...@kylin.apache.org Kane You <diracs...@gmail.com> 于2022年11月21日周一 21:35写道: > 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? >