1

When the following scripts are executed in the DolphinDB GUI, an exception

DFS is not enabled or the system is not a data node.

is thrown, and I confirm that the configuration item `enableDFS = 1'has been set.

DB = database("dfs://dolphindb_compo")
tb = DB.loadTable("tb1")
LIN.L
  • 23
  • 2

1 Answers1

0

It is very likely you submitted the script to an agent or a controller instead of a data node.

Davis Zhou
  • 353
  • 4
  • 6