Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This document will introduce how to generate a native Node.js interface that can

## 2. Generate the Node.js native interface

1. Find the `pom.xml` file in the root directory of the IoTDB source code folder.
1. Find the `pom.xml` file in the root directory of the IoTDB [source code](https://github.com/apache/iotdb) folder.
2. Open the `pom.xml` file and find the following content:
```xml
<execution>
Expand Down Expand Up @@ -62,7 +62,7 @@ This document will introduce how to generate a native Node.js interface that can
</configuration>
</execution>
```
4. In the root directory of the IoTDB source code folder,run `mvn clean generate-sources`.
4. In the root directory of the IoTDB [source code](https://github.com/apache/iotdb) folder,run `mvn clean generate-sources`.

This command will automatically delete the files in `iotdb/iotdb-protocol/thrift/target` and `iotdb/iotdb-protocol/thrift-commons/target`, and repopulate the folder with the newly generated files.
The newly generated JavaScript sources will be located in `iotdb/iotdb-protocol/thrift/target/generated-sources-nodejs` in the various modules of the `iotdb-protocol` module.
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/V1.3.x/API/Programming-NodeJS-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This document will introduce how to generate a native Node.js interface that can

## Generate the Node.js native interface

1. Find the `pom.xml` file in the root directory of the IoTDB source code folder.
1. Find the `pom.xml` file in the root directory of the IoTDB [source code](https://github.com/apache/iotdb) folder.
2. Open the `pom.xml` file and find the following content:

```xml
Expand Down Expand Up @@ -63,7 +63,7 @@ This document will introduce how to generate a native Node.js interface that can
</execution>
```

4. In the root directory of the IoTDB source code folder,run `mvn clean generate-sources`.
4. In the root directory of the IoTDB [source code](https://github.com/apache/iotdb) folder,run `mvn clean generate-sources`.

This command will automatically delete the files in `iotdb/iotdb-protocol/thrift/target` and `iotdb/iotdb-protocol/thrift-commons/target`, and repopulate the folder with the newly generated files.
The newly generated JavaScript sources will be located in `iotdb/iotdb-protocol/thrift/target/generated-sources-nodejs` in the various modules of the `iotdb-protocol` module.
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/dev-1.3/API/Programming-NodeJS-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This document will introduce how to generate a native Node.js interface that can

## Generate the Node.js native interface

1. Find the `pom.xml` file in the root directory of the IoTDB source code folder.
1. Find the `pom.xml` file in the root directory of the IoTDB [source code](https://github.com/apache/iotdb) folder.
2. Open the `pom.xml` file and find the following content:

```xml
Expand Down Expand Up @@ -63,7 +63,7 @@ This document will introduce how to generate a native Node.js interface that can
</execution>
```

4. In the root directory of the IoTDB source code folder,run `mvn clean generate-sources`.
4. In the root directory of the IoTDB [source code](https://github.com/apache/iotdb) folder,run `mvn clean generate-sources`.

This command will automatically delete the files in `iotdb/iotdb-protocol/thrift/target` and `iotdb/iotdb-protocol/thrift-commons/target`, and repopulate the folder with the newly generated files.
The newly generated JavaScript sources will be located in `iotdb/iotdb-protocol/thrift/target/generated-sources-nodejs` in the various modules of the `iotdb-protocol` module.
Expand Down
4 changes: 2 additions & 2 deletions src/UserGuide/latest/API/Programming-NodeJS-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This document will introduce how to generate a native Node.js interface that can

## 2. Generate the Node.js native interface

1. Find the `pom.xml` file in the root directory of the IoTDB source code folder.
1. Find the `pom.xml` file in the root directory of the IoTDB [source code](https://github.com/apache/iotdb) folder.
2. Open the `pom.xml` file and find the following content:
```xml
<execution>
Expand Down Expand Up @@ -62,7 +62,7 @@ This document will introduce how to generate a native Node.js interface that can
</configuration>
</execution>
```
4. In the root directory of the IoTDB source code folder,run `mvn clean generate-sources`.
4. In the root directory of the IoTDB [source code](https://github.com/apache/iotdb) folder,run `mvn clean generate-sources`.

This command will automatically delete the files in `iotdb/iotdb-protocol/thrift/target` and `iotdb/iotdb-protocol/thrift-commons/target`, and repopulate the folder with the newly generated files.
The newly generated JavaScript sources will be located in `iotdb/iotdb-protocol/thrift/target/generated-sources-nodejs` in the various modules of the `iotdb-protocol` module.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ http://thrift.apache.org/docs/install/

## 2. 编译 thrift 库,生成 Node.js 原生接口

1. 在 IoTDB 源代码文件夹的根目录中找到 pom.xml 文件。
1. 在 IoTDB [源代码](https://github.com/apache/iotdb) 文件夹的根目录中找到 pom.xml 文件。
2. 打开 pom.xml 文件,找到以下内容:

```xml
Expand Down Expand Up @@ -78,7 +78,7 @@ http://thrift.apache.org/docs/install/
</execution>
```

4. 在 IoTDB 源代码文件夹的根目录下,运行`mvn clean generate-sources`,
4. 在 IoTDB [源代码](https://github.com/apache/iotdb) 文件夹的根目录下,运行`mvn clean generate-sources`,

这个指令将自动删除`iotdb/iotdb-protocol/thrift/target` 和 `iotdb/iotdb-protocol/thrift-commons/target`中的文件,并使用新生成的 thrift 文件重新填充该文件夹。

Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/V1.3.x/API/Programming-NodeJS-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ http://thrift.apache.org/docs/install/

## 编译 thrift 库,生成 Node.js 原生接口

1. 在 IoTDB 源代码文件夹的根目录中找到 pom.xml 文件。
1. 在 IoTDB [源代码](https://github.com/apache/iotdb) 文件夹的根目录中找到 pom.xml 文件。
2. 打开 pom.xml 文件,找到以下内容:

```xml
Expand Down Expand Up @@ -78,7 +78,7 @@ http://thrift.apache.org/docs/install/
</execution>
```

4. 在 IoTDB 源代码文件夹的根目录下,运行`mvn clean generate-sources`,
4. 在 IoTDB [源代码](https://github.com/apache/iotdb) 文件夹的根目录下,运行`mvn clean generate-sources`,

这个指令将自动删除`iotdb/iotdb-protocol/thrift/target` 和 `iotdb/iotdb-protocol/thrift-commons/target`中的文件,并使用新生成的 thrift 文件重新填充该文件夹。

Expand Down
5 changes: 3 additions & 2 deletions src/zh/UserGuide/dev-1.3/API/Programming-NodeJS-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ http://thrift.apache.org/docs/install/

## 编译 thrift 库,生成 Node.js 原生接口

1. 在 IoTDB 源代码文件夹的根目录中找到 pom.xml 文件。

1. 在 IoTDB [源代码](https://github.com/apache/iotdb) 文件夹的根目录中找到 pom.xml 文件。
2. 打开 pom.xml 文件,找到以下内容:

```xml
Expand Down Expand Up @@ -78,7 +79,7 @@ http://thrift.apache.org/docs/install/
</execution>
```

4. 在 IoTDB 源代码文件夹的根目录下,运行`mvn clean generate-sources`,
4. 在 IoTDB [源代码](https://github.com/apache/iotdb) 文件夹的根目录下,运行`mvn clean generate-sources`,

这个指令将自动删除`iotdb/iotdb-protocol/thrift/target` 和 `iotdb/iotdb-protocol/thrift-commons/target`中的文件,并使用新生成的 thrift 文件重新填充该文件夹。

Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/latest/API/Programming-NodeJS-Native-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ http://thrift.apache.org/docs/install/

## 2. 编译 thrift 库,生成 Node.js 原生接口

1. 在 IoTDB 源代码文件夹的根目录中找到 pom.xml 文件。
1. 在 IoTDB [源代码](https://github.com/apache/iotdb) 文件夹的根目录中找到 pom.xml 文件。
2. 打开 pom.xml 文件,找到以下内容:

```xml
Expand Down Expand Up @@ -78,7 +78,7 @@ http://thrift.apache.org/docs/install/
</execution>
```

4. 在 IoTDB 源代码文件夹的根目录下,运行`mvn clean generate-sources`,
4. 在 IoTDB [源代码](https://github.com/apache/iotdb) 文件夹的根目录下,运行`mvn clean generate-sources`,

这个指令将自动删除`iotdb/iotdb-protocol/thrift/target` 和 `iotdb/iotdb-protocol/thrift-commons/target`中的文件,并使用新生成的 thrift 文件重新填充该文件夹。

Expand Down