Re: New Repo: iotdb-docs

2023-07-27 Thread xuan.w...@timecho.com
Hi,
Our docs has officially been switched to the new repo, and the corresponding 
relationship is as follows:

Master:
apache/iotdb/tree/master/docs/UserGuide -> 
apache/iotdb-docs/tree/main/src/UserGuide/Master
apache/iotdb/tree/master/docs/zh/UserGuide -> 
apache/iotdb-docs/tree/main/src/zh/UserGuide/Master

V1.1.x:
apache/iotdb/tree/rel/1.1/docs/UserGuide -> 
apache/iotdb-docs/tree/main/src/UserGuide/V1.1.x
apache/iotdb/tree/rel/1.1/docs/zh/UserGuide -> 
apache/iotdb-docs/tree/main/src/zh/UserGuide/V1.1.x

Other:
apache/iotdb/tree/rel/[version]/docs/UserGuide -> 
apache/iotdb-docs/tree/main/src/UserGuide/V[version].x
apache/iotdb/tree/rel/[version]/docs/zh/UserGuide -> 
apache/iotdb-docs/tree/main/src/zh/UserGuide/V[version].x

If you need to edit the docs in the future, please operate in the new repo.

In addition, you can jump to a new repo by clicking the edit button below the 
doc on the website.


发件人: Jialin Qiao 
日期: 星期五, 2023年7月7日 11:58
收件人: dev@iotdb.apache.org 
主题: New Repo: iotdb-docs
Hi,

To manage our different versions of doc uniformly and clean the folder
of code repo, I'd like to create a new repo: iotdb-docs.

Then, we could put all versions(0.13, 1.0, 1.1, 1.2) of docs in the
main branch of iotdb-docs, along with the sidebar. It will be easier
to update the docs.

What do you think?

Thanks,
―
Jialin Qiao
Apache IoTDB PMC


Re: Stop script addition -f

2023-07-23 Thread xuan.w...@timecho.com
Sorry, the image cannot be displayed.

Attach PR:  https://github.com/apache/iotdb/pull/10637

发件人: xuan.w...@timecho.com 
日期: 星期一, 2023年7月24日 10:35
收件人: dev@iotdb.apache.org 
主题: Stop script addition -f
Hi dev,
We added parameters in the stop script(master,rel/1.2)


support ./sbin/stop-confignode.sh -f

support ./sbin/stop-datanode.sh -f

support ./sbin/stop-standalone.sh -f


When adding the ‘-f’ parameter, ‘kill -9’ will be called to force stop 
confignode or datanode, or standalone.

For example:
use ‘-f’
[cid:image001.jpg@01D9BE10.CE0E0600]
[image]

does not contain ‘-f’
[image]

Thanks,
―
Xuan Wang


Stop script addition -f

2023-07-23 Thread xuan.w...@timecho.com
Hi dev,
We added parameters in the stop script(master,rel/1.2)


support ./sbin/stop-confignode.sh -f

support ./sbin/stop-datanode.sh -f

support ./sbin/stop-standalone.sh -f


When adding the ‘-f’ parameter, ‘kill -9’ will be called to force stop 
confignode or datanode, or standalone.

For example:
use ‘-f’
[cid:image001.jpg@01D9BE10.CE0E0600]
[image]

does not contain ‘-f’
[image]

Thanks,
—
Xuan Wang


we have taken remove the inprogress document and document of the unpublished version on iotdb website

2023-06-20 Thread xuan.w...@timecho.com
Hi,

In order to enable everyone to quickly see effective documents, we have taken 
remove the inprogress document and document of the unpublished version on 
Apache IoTDB Website(https://iotdb.apache.org).

If you need to preview these documents at later, please refer to the /docs 
directory in Apache IoTDB source code.

Thanks,
—
Xuan Wang