Skip to content

Commit

Permalink
update exchange 3.0.0 (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Feb 16, 2022
1 parent b19d4df commit 630b4b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs-2.0/nebula-exchange/about-exchange/ex-ug-limitations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 使用限制

本文描述 Exchange 2.x 的一些使用限制。
本文描述 Exchange 3.x 的一些使用限制。

## 版本兼容性

Expand All @@ -18,8 +18,6 @@ Nebula Exchange 版本(即 JAR 包版本)和 Nebula Graph 内核的版本对

JAR 包有两种获取方式:[自行编译](../ex-ug-compile.md)或者从 maven 仓库下载。

如果正在使用 Nebula Graph 1.x,请使用 [Nebula Exchange 1.x](https://github.com/vesoft-inc/nebula-java/tree/v1.0/tools "Click to go to GitHub")

## 使用环境

Exchange 3.x 支持以下操作系统:
Expand Down
4 changes: 2 additions & 2 deletions docs-2.0/nebula-exchange/ex-ug-FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ nebula-exchange-3.0.0.jar \
--conf spark.executor.extraClassPath=./ \
--conf spark.driver.extraJavaOptions=-Dfile.encoding=utf-8 \
--conf spark.executor.extraJavaOptions=-Dfile.encoding=utf-8 \
<nebula-exchange-2.x.y.jar_path> \
<nebula-exchange-3.x.y.jar_path> \
-c application.conf
```

Expand Down Expand Up @@ -205,4 +205,4 @@ Exchange 是在 Spark Writer 基础上开发的 Spark 应用程序,二者均
### Q:Exchange 传输数据的性能如何?
Exchange 的性能测试数据和测试方法参见 [Nebula Exchange test result](https://github.com/vesoft-inc/nebula-exchange/blob/master/bench/exchange-test.md)。
Exchange 的性能测试数据和测试方法参见 [Nebula Exchange test result](https://github.com/vesoft-inc/nebula-exchange/blob/{{exchange.branch}}/bench/exchange-test.md)。
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ nav:
- 导入 ORC 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-orc.md
- 导入 Parquet 文件数据: nebula-exchange/use-exchange/ex-ug-import-from-parquet.md
- 导入 HBase 数据: nebula-exchange/use-exchange/ex-ug-import-from-hbase.md
- 导入 MySQL 数据: nebula-exchange/use-exchange/ex-ug-import-from-mysql.md
- 导入 MySQL/PostgreSQL 数据: nebula-exchange/use-exchange/ex-ug-import-from-mysql.md
- 导入 ClickHouse 数据: nebula-exchange/use-exchange/ex-ug-import-from-clickhouse.md
- 导入 Neo4j 数据: nebula-exchange/use-exchange/ex-ug-import-from-neo4j.md
- 导入 Hive 数据: nebula-exchange/use-exchange/ex-ug-import-from-hive.md
Expand Down

0 comments on commit 630b4b3

Please sign in to comment.