OpenMLDB icon indicating copy to clipboard operation
OpenMLDB copied to clipboard

Update the doc of FeatInsight example config file

Open tobegit3hub opened this issue 1 year ago • 1 comments

Bug Description

Update the doc in https://openmldb.ai/docs/zh/main/app_ecosystem/feat_insight/install/package.html .

server:
  port: 8888
 
openmldb:
  zk_cluster: 127.0.0.1:2181
  zk_path: /openmldb
  apiserver: 127.0.0.1:9080

Change to the following config.

server:
  port: 8888

openmldb:
  zk_cluster: openmldb-zk:2181
  zk_path: /openmldb
  apiserver: openmldb-zk:9080
  skip_index_check: false

mockuser:
  username: root
  password: root

tobegit3hub avatar Feb 21 '24 08:02 tobegit3hub

Update the version from 0.1.0 to 0.1.1.

wget https://openmldb.ai/download/featinsight/featinsight-0.1.0-SNAPSHOT.jar

tobegit3hub avatar Feb 21 '24 09:02 tobegit3hub