Ask Your Question
3

What is the procedure to connect to Apache IoTDB Standalone Version 1.0 from a remote computer?

asked 2023-06-08 21:16:41 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-08 21:42:02 +0000

ladyg gravatar image

To connect to Apache IoTDB Standalone version 1.0 from a remote computer, you need to follow these steps:

  1. Configure IoTDB's network settings: By default, IoTDB only binds to the localhost (127.0.0.1) interface, so you need to edit the IoTDB's conf/iotdb-engine.properties configuration file and change the rpc.server.listen.address and rpc.server.bind.address settings to the IP address or hostname of the machine running IoTDB.

  2. Open required ports: IoTDB uses Apache Thrift to communicate over the network, so you need to open the port specified in the "rpc.server.listen.port" setting in your firewall. By default, it is set to 9003.

  3. Connect to IoTDB using a client: You can use an IoTDB client to connect to the IoTDB server, such as the IoTDB JDBC driver, the IoTDB Python client, or the IoTDB C++ client. You will need to provide the IP address or hostname of the machine running IoTDB and the port number specified in the "rpc.server.listen.port" setting.

  4. Authenticate to the server: If authentication is enabled, you will need to provide your username and password to authenticate to the IoTDB server. You can set up authentication in the IoTDB's conf/iotdb-engine.properties file.

Once you have completed the above steps, you should be able to connect to the IoTDB standalone version 1.0 from a remote computer.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-08 21:16:41 +0000

Seen: 13 times

Last updated: Jun 08 '23