Guest User

Restarting Kylin in Docker

a guest
Nov 6th, 2023
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | Software | 0 0
  1. [root@f4eb503da1ab bin]# cd $KYLIN_HOME
  2. [root@f4eb503da1ab apache-kylin-4.0.1-bin-spark2]# bash bin/kylin.sh restart
  3. Restarting kylin...
  4. --> Stopping kylin first if it's running...
  5. Stopping Kylin: 4138
  6. Kylin with pid 4138 has been stopped.
  7. --> Start kylin...
  8. Retrieving hadoop conf dir...
  9. ...................................................[PASS]
  10. KYLIN_HOME is set to /home/admin/apache-kylin-4.0.1-bin-spark2
  11. Checking hive
  12. ...................................................[PASS]
  13. Checking hadoop shell
  14. ...................................................[PASS]
  15. Checking hdfs working dir
  16. ...................................................[PASS]
  17.  
  18. Checking environment finished successfully. To check again, run 'bin/check-env.sh' manually.
  19. Retrieving hadoop conf dir...
  20. Retrieving Spark dependency...
  21. Skip spark which not owned by kylin. SPARK_HOME is /home/admin/spark-2.4.7-bin-hadoop2.7 and KYLIN_HOME is /home/admin/apache-kylin-4.0.1-bin-spark2.
  22. Please download the correct version of Apache Spark, unzip it, rename it to 'spark' and put it in /home/admin/apache-kylin-4.0.1-bin-spark2 directory.
  23. Do not use the spark that comes with your hadoop environment.
  24. If your hadoop environment is cdh6.x, you need to do some additional operations in advance.
  25. Please refer to the link: https://cwiki.apache.org/confluence/display/KYLIN/Deploy+Kylin+4+on+CDH+6.
  26. Start to check whether we need to migrate acl tables
  27. Not HBase metadata. Skip check.
  28.  
  29. A new Kylin instance is started by . To stop it, run 'kylin.sh stop'
  30. Check the log at /home/admin/apache-kylin-4.0.1-bin-spark2/logs/kylin.log
  31. Web UI is at http://f4eb503da1ab:7070/kylin
Advertisement
Add Comment
Please, Sign In to add comment