File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -902,7 +902,7 @@ class GpStart:
902902
903903 if is_external_fts :
904904 if options .fts_hosts is None :
905- coordinator_data_directory = get_coordinatordatadir ()
905+ coordinator_data_directory = gp . get_coordinatordatadir ()
906906 options .fts_hosts = coordinator_data_directory + '/config' + '/fts_host'
907907
908908 return GpStart (options .specialMode , options .restricted ,
Original file line number Diff line number Diff line change 77#
88# import mainUtils FIRST to get python version check
99from gppylib .mainUtils import *
10- from gppylib .commands .gp import *
1110
1211import os , sys
1312import signal
@@ -960,7 +959,7 @@ class GpStop:
960959
961960 if is_external_fts :
962961 if options .fts_hosts is None :
963- coordinator_data_directory = get_coordinatordatadir ()
962+ coordinator_data_directory = gp . get_coordinatordatadir ()
964963
965964 options .fts_hosts = coordinator_data_directory + '/config' + '/fts_host'
966965
You can’t perform that action at this time.
0 commit comments