@@ -87,7 +87,10 @@ bind.listeners: FLUSS://192.168.10.100:9123
8787zookeeper.address : 192.168.10.199:2181
8888zookeeper.path.root : /fluss
8989
90- remote.data.dir : /tmp/fluss-remote-data
90+ # When running in distributed mode, be sure to point to a remote path—
91+ # e.g. oss://bucket/path for OSS or hdfs://namenode:port/path for HDFS.
92+ # Otherwise, queries will fail with a “No such file or directory” error.
93+ remote.data.dir : hdfs://namenode:port/tmp/fluss-remote-data
9194` ` `
9295
9396**Node1**
@@ -100,7 +103,10 @@ tablet-server.id: 1
100103zookeeper.address : 192.168.10.199:2181
101104zookeeper.path.root : /fluss
102105
103- remote.data.dir : /tmp/fluss-remote-data
106+ # When running in distributed mode, be sure to point to a remote path—
107+ # e.g. oss://bucket/path for OSS or hdfs://namenode:port/path for HDFS.
108+ # Otherwise, queries will fail with a “No such file or directory” error.
109+ remote.data.dir : hdfs://namenode:port/tmp/fluss-remote-data
104110` ` `
105111
106112**Node2**
@@ -113,7 +119,10 @@ tablet-server.id: 2
113119zookeeper.address : 192.168.10.199:2181
114120zookeeper.path.root : /fluss
115121
116- remote.data.dir : /tmp/fluss-remote-data
122+ # When running in distributed mode, be sure to point to a remote path—
123+ # e.g. oss://bucket/path for OSS or hdfs://namenode:port/path for HDFS.
124+ # Otherwise, queries will fail with a “No such file or directory” error.
125+ remote.data.dir : hdfs://namenode:port/tmp/fluss-remote-data
117126` ` `
118127
119128**Node3**
@@ -125,7 +134,10 @@ tablet-server.id: 3
125134zookeeper.address : 192.168.10.199:2181
126135zookeeper.path.root : /fluss
127136
128- remote.data.dir : /tmp/fluss-remote-data
137+ # When running in distributed mode, be sure to point to a remote path—
138+ # e.g. oss://bucket/path for OSS or hdfs://namenode:port/path for HDFS.
139+ # Otherwise, queries will fail with a “No such file or directory” error.
140+ remote.data.dir : hdfs://namenode:port/tmp/fluss-remote-data
129141` ` `
130142
131143:::note
0 commit comments