Skip to content

Commit

Permalink
add report conf (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyoupeng committed Jan 29, 2021
1 parent 2f14af2 commit 2fd2939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/hadoop_java_sdk_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ make
| ------------------ | ------ | ------------------------------------------------------------ |
| juicefs.access-log | | 访问日志的路径。需要所有应用都有写权限,可以配置为 `/tmp/juicefs.access.log` 。该文件会自动轮转,保留最近 7 个文件。 |
| juicefs.superuser | hdfs | 超级用户 |
| juicefs.no-usage-report | false | 是否上报数据,它只上报诸如版本号等使用量数据,不包含任何用户信息 |

当使用多个 JuiceFS 文件系统时,上述所有配置项均可对单个文件系统指定,需要将文件系统名字 JFS_NAME 放在配置项的中间,比如:

Expand Down

0 comments on commit 2fd2939

Please sign in to comment.