소스 검색

Default resource useMpForDistribute on for thorlcr

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 13 년 전
부모
커밋
055cf4cb1e
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      ecl/hqlcpp/hqlresource.cpp

+ 1 - 5
ecl/hqlcpp/hqlresource.cpp

@@ -1807,11 +1807,7 @@ EclResourcer::EclResourcer(IErrorReceiver * _errors, IConstWorkUnit * _wu, Clust
     }
 
 
-#ifdef MPHASHDISTRIBUTE 
-    options.useMpForDistribute = true;
-#else
-    options.useMpForDistribute = false;
-#endif
+    options.useMpForDistribute = (targetClusterType == ThorLCRCluster);
     
     if (_translatorOptions.hasResourceUseMpForDistribute)
         options.useMpForDistribute = _translatorOptions.resourceUseMpForDistribute;