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 exchange config files #1512

Merged
merged 1 commit into from
Mar 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ROW COLUMN+CELL
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -153,11 +153,11 @@ ROW COLUMN+CELL
pswd: nebula
# 填写 Nebula Graph 中需要写入数据的图空间名称。
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ scala> sql("select playerid, teamid, start_year, end_year from basketball.serve"
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand Down Expand Up @@ -193,11 +193,11 @@ scala> sql("select playerid, teamid, start_year, end_year from basketball.serve"
pswd: nebula
# 填写 Nebula Graph 中需要写入数据的图空间名称。
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
memory:1G
}

cores {
cores: {
max: 16
}
}
Expand All @@ -164,11 +164,11 @@

# 指定图空间名称。
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -108,11 +108,11 @@
pswd: nebula
# 填写 Nebula Graph 中需要写入数据的图空间名称。
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -116,11 +116,11 @@
pswd: nebula
# 填写 Nebula Graph 中需要写入数据的图空间名称。
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ mysql> desc serve;
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -156,11 +156,11 @@ mysql> desc serve;
pswd: nebula
# 填写 Nebula Graph 中需要写入数据的图空间名称。
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ Exchange 读取 Neo4j 数据时需要完成以下工作:
pswd: nebula
space: basketballplayer

connection {
connection: {
timeout: 3000
retry: 3
}

execution {
execution: {
retry: 3
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
memory:1G
}

cores {
cores: {
max: 16
}
}
Expand All @@ -132,11 +132,11 @@

# 指定图空间名称。
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
memory:1G
}

cores {
cores: {
max: 16
}
}
Expand All @@ -132,11 +132,11 @@

# 指定图空间名称。
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
cores: 1
maxResultSize: 1G
}
cores {
cores: {
max: 16
}
}
Expand All @@ -108,11 +108,11 @@
pswd: nebula
# 填写 Nebula Graph 中需要写入数据的图空间名称。
space: basketballplayer
connection {
connection: {
timeout: 3000
retry: 3
}
execution {
execution: {
retry: 3
}
error: {
Expand Down