This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 9065c5d add set max open files to preliminaries
9065c5d is described below
commit 9065c5d86ea8a4de874a9fdaf934ce3d9576779e
Author: qiaojialin <[email protected]>
AuthorDate: Tue Sep 3 10:51:48 2019 +0800
add set max open files to preliminaries
---
README.md | 4 ++--
docs/Documentation-CHN/QuickStart.md | 5 +++--
docs/Documentation/QuickStart.md | 3 +--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index dc89a35..22c113d 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,8 @@ To use IoTDB, JRE should be installed. To compile IoTDB, JDK
should be installed
If you want to compile and install IoTDB from source code, JDK and Maven (>=
3.1) are required.
While Maven is not mandatory to be installed standalone, you can use the
provided Maven wrapper, `./mvnw.sh` on Linux/OS X or `.\mvnw.cmd` on Windows,
to facilitate development.
+Set the max open files num as 65535 to avoid "too many open files" problem.
+
If you want to use Hadoop or Spark to analyze IoTDB data file (called as
TsFile), you need to compile the hadoop and spark modules.
# Quick Start
@@ -81,8 +83,6 @@ Then the binary version (including both server and client)
can be found at **dis
### Configurations
-Set the max open file num as 65535 to avoid "too many open files" problem.
-
configuration files are under "conf" folder
* environment config module (`iotdb-env.bat`, `iotdb-env.sh`),
diff --git a/docs/Documentation-CHN/QuickStart.md
b/docs/Documentation-CHN/QuickStart.md
index f5acdb4..7c209d9 100755
--- a/docs/Documentation-CHN/QuickStart.md
+++ b/docs/Documentation-CHN/QuickStart.md
@@ -37,12 +37,15 @@
<!-- /TOC -->
# 快速入门
+
## 安装环境
安装前需要保证设备上配有JDK>=1.8的运行环境,并配置好JAVA_HOME环境变量。
如需从源码进行编译,还需要Maven>=3.1的运行环境。
+设置最大文件打开数为65535。
+
## IoTDB安装
IoTDB支持多种安装途径。用户可以使用三种方式对IoTDB进行安装——下载二进制可运行程序、使用源码、使用docker镜像。
@@ -61,8 +64,6 @@ IoTDB支持多种安装途径。用户可以使用三种方式对IoTDB进行安
### 启动IoTDB
-设置最大文件打开数为65535。
-
用户可以使用$IOTDB_HOME/bin文件夹下的start-server脚本启动IoTDB。
Linux系统与MacOS系统启动命令如下:
diff --git a/docs/Documentation/QuickStart.md b/docs/Documentation/QuickStart.md
index cea3b7d..64605dc 100755
--- a/docs/Documentation/QuickStart.md
+++ b/docs/Documentation/QuickStart.md
@@ -46,6 +46,7 @@ To use IoTDB, you need to have:
1. Java >= 1.8 (Please make sure the environment path has been set)
2. Maven >= 3.1 (If you want to compile and install IoTDB from source code)
+3. Set the max open files num as 65535 to avoid "too many open files" problem.
## Installation
@@ -70,8 +71,6 @@ Then the binary version (including both server and client)
can be found at **dis
### Configurations
-Set the max open file num as 65535 to avoid "too many open files" problem.
-
configuration files are under "conf" folder
* environment config module (`iotdb-env.bat`, `iotdb-env.sh`),