Standalone

Environment Requirements

  • ZooKeeper 3.5+
  • MySQL 5.7+
  • Flink 1.13.5
  • Apache Pulsar 2.6+ (Optional)
  • Docker or Nginx

Configure

Add relevant global configuration parameters to the conf file in conf/standalone.conf, and initialize inlong global configuration parameters of each component:

  1. bin/init-config.sh

Start

  1. bin/inlong-daemon.sh start standalone

Stop

  1. bin/inlong-daemon.sh stop standalone

Check

After the startup script is completed, JPS checks whether there are the following processes:

  1. 1393 QuorumPeerMain
  2. 24529 Application
  3. 23058 MasterStartup
  4. 23812 InLongWebApplication
  5. 2148 Jps
  6. 24631 CliFrontend
  7. 24908 AgentMain
  8. 23548 TubeMQManager
  9. 23149 BrokerStartup

After all component run successfully, you can access http://localhost with default account:

  1. User: admin
  2. Password: inlong