Pārlūkot izejas kodu

HPCC-10855 In standalone mode, Roxie should default to allFilesDynamic

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 11 gadi atpakaļ
vecāks
revīzija
bb0bf8ff89
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      roxie/ccd/ccdmain.cpp

+ 1 - 1
roxie/ccd/ccdmain.cpp

@@ -498,7 +498,7 @@ int STARTQUERY_API start_query(int argc, const char *argv[])
                 throw MakeStringException(ROXIE_INVALID_TOPOLOGY, "topology file %s not found", topologyFile.str());
             }
             topology=createPTreeFromXMLString(
-                "<RoxieTopology localSlave='1'>"
+                "<RoxieTopology allFilesDynamic='1' localSlave='1'>"
                 " <RoxieFarmProcess/>"
                 " <RoxieServerProcess netAddress='.'/>"
                 "</RoxieTopology>"