Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.17 KB

File metadata and controls

47 lines (34 loc) · 1.17 KB

Apache IoTDB MLNode

For developers, you can start an ML Node through the following steps.

  • Step 1: build project
mvn clean package -DskipUTs -pl mlnode -am
cd mlnode
poetry build
  • Step 2: install
pip install dist/apache_iotdb_mlnode-1.0.0-py3-none-any.whl --force-reinstall
  • Step 3: start node
mlnode start