Skip to content

Commit

Permalink
Fix exchange config files (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Mar 1, 2022
1 parent 34785c0 commit 5ee0a3c
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 29 deletions.
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

0 comments on commit 5ee0a3c

Please sign in to comment.