Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: failDataPath is directory #255

Merged
merged 1 commit into from
Dec 16, 2022
Merged

fix: failDataPath is directory #255

merged 1 commit into from
Dec 16, 2022

Conversation

veezhang
Copy link
Contributor

failDataPath is directory.

What type of PR is this?

  • bug
  • feature
  • enhancement

What problem(s) does this PR solve?

Issue(s) number:

fixes #242 #151

Description:

How do you solve it?

Special notes for your reviewer, ex. impact of this fix, design document, etc:

@veezhang veezhang requested a review from foesa-yang December 16, 2022 06:47
@veezhang veezhang added the doc affected PR: improvements or additions to documentation label Dec 16, 2022
@@ -113,7 +113,7 @@ clientSettings:

跟日志和数据文件相关的配置跟以下三个选项有关:

- `workingDir`: **可选**。如果有多个文件夹,里面有相同文件结构的数据,可以使用这个参数在多个文件夹中切换。比如对于下面代码块的配置来说,`path`和`failDataPath`的值会被自动替换成`./data/student.csv`和`./data/err/student.csv`,如果把`workingDir`换成`./data1`,这两个值也会做相应改变。这个参数可以是绝对路径,也可以是相对路径。
- `workingDir`: **可选**。如果有多个文件夹,里面有相同文件结构的数据,可以使用这个参数在多个文件夹中切换。比如对于下面代码块的配置来说,`path`和`failDataPath`的值会被自动替换成`./data/student.csv`和`./data/err/student`,如果把`workingDir`换成`./data1`,这两个值也会做相应改变。这个参数可以是绝对路径,也可以是相对路径。
Copy link

@foesa-yang foesa-yang Dec 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • workingDir: 可选。如果有多个文件夹,里面有相同文件结构的数据,可以使用这个参数在多个文件夹中切换。比如对于下面代码块的配置来说,pathfailDataPath的值会被自动替换成./data/student./data/err/student,如果把workingDir换成./data1,这两个值也会做相应改变。这个参数可以是绝对路径,也可以是相对路径。

miss a .csv here

cooper-lzy pushed a commit to vesoft-inc/nebula-docs-cn that referenced this pull request Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc affected PR: improvements or additions to documentation
Projects
None yet
3 participants