浏览代码

Merge pull request #4518 from richardkchapman/roxieconfig-tooltips

HPCC-9511 Remove references to roxieconfig from configmgr tooltips

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 12 年之前
父节点
当前提交
3121598d2b
共有 1 个文件被更改,包括 10 次插入10 次删除
  1. 10 10
      initfiles/componentfiles/configxml/roxie.xsd.in

+ 10 - 10
initfiles/componentfiles/configxml/roxie.xsd.in

@@ -449,14 +449,14 @@
     <xs:attribute name="checkFileDate" type="xs:boolean" use="optional" default="true">
       <xs:annotation>
         <xs:appinfo>
-          <tooltip>Compare file dates of physical files with the information stored in state file when RoxieConfig was executed.</tooltip>
+          <tooltip>Compare file dates of physical files with the information in DFS.</tooltip>
         </xs:appinfo>
       </xs:annotation>
     </xs:attribute>
     <xs:attribute name="copyResources" type="xs:boolean" use="optional" default="true">
       <xs:annotation>
         <xs:appinfo>
-          <tooltip>Copies any missing data files/keys from the position they were in when RoxieConfig was executed.</tooltip>
+          <tooltip>Copies any missing data files/keys from the position they were in when query was deployed.</tooltip>
           <autogenforwizard>1</autogenforwizard>
           <autogendefaultvalue>false</autogendefaultvalue>
           <autogendefaultformultinode>true</autogendefaultformultinode>
@@ -480,49 +480,49 @@
     <xs:attribute name="defaultHighPriorityTimeLimit" type="xs:nonNegativeInteger" use="optional" default="0">
       <xs:annotation>
         <xs:appinfo>
-          <tooltip>Maximum run time (in ms) for any single active high-priority query (if not overriden in roxieconfig)</tooltip>
+          <tooltip>Maximum run time (in ms) for any single active high-priority query (if not overriden)</tooltip>
         </xs:appinfo>
       </xs:annotation>
     </xs:attribute>
     <xs:attribute name="defaultHighPriorityTimeWarning" type="xs:nonNegativeInteger" use="optional" default="5000">
       <xs:annotation>
         <xs:appinfo>
-          <tooltip>Time (in ms) before generating SNMP warning for a high-priority query (if not overriden in roxieconfig)</tooltip>
+          <tooltip>Time (in ms) before generating SNMP warning for a high-priority query (if not overriden)</tooltip>
         </xs:appinfo>
       </xs:annotation>
     </xs:attribute>
     <xs:attribute name="defaultLowPriorityTimeLimit" type="xs:nonNegativeInteger" use="optional" default="0">
       <xs:annotation>
         <xs:appinfo>
-          <tooltip>Maximum run time (in ms) for any single active low-priority query (if not overriden in roxieconfig)</tooltip>
+          <tooltip>Maximum run time (in ms) for any single active low-priority query (if not overriden)</tooltip>
         </xs:appinfo>
       </xs:annotation>
     </xs:attribute>
     <xs:attribute name="defaultLowPriorityTimeWarning" type="xs:nonNegativeInteger" use="optional" default="0">
       <xs:annotation>
         <xs:appinfo>
-          <tooltip>Time (in ms) before generating SNMP warning for a low-priority query (if not overriden in roxieconfig)</tooltip>
+          <tooltip>Time (in ms) before generating SNMP warning for a low-priority query (if not overriden)</tooltip>
         </xs:appinfo>
       </xs:annotation>
     </xs:attribute>
     <xs:attribute name="defaultMemoryLimit" type="xs:nonNegativeInteger" use="optional" default="0">
       <xs:annotation>
         <xs:appinfo>
-          <tooltip>Maximum amount of memory available for row data in any single active query (if not overriden in roxieconfig)</tooltip>
+          <tooltip>Maximum amount of memory available for row data in any single active query (if not overriden)</tooltip>
         </xs:appinfo>
       </xs:annotation>
     </xs:attribute>
     <xs:attribute name="defaultSLAPriorityTimeLimit" type="xs:nonNegativeInteger" use="optional" default="0">
       <xs:annotation>
         <xs:appinfo>
-          <tooltip>Maximum run time (in ms) for any single active SLA-high-priority query (if not overriden in roxieconfig)</tooltip>
+          <tooltip>Maximum run time (in ms) for any single active SLA-high-priority query (if not overriden)</tooltip>
         </xs:appinfo>
       </xs:annotation>
     </xs:attribute>
     <xs:attribute name="defaultSLAPriorityTimeWarning" type="xs:nonNegativeInteger" use="optional" default="5000">
       <xs:annotation>
         <xs:appinfo>
-          <tooltip>Time (in ms) before generating SNMP warning for a SLA-high-priority query (if not overriden in roxieconfig)</tooltip>
+          <tooltip>Time (in ms) before generating SNMP warning for a SLA-high-priority query (if not overriden)</tooltip>
         </xs:appinfo>
       </xs:annotation>
     </xs:attribute>
@@ -757,7 +757,7 @@
     <xs:attribute name="useRemoteResources" type="xs:boolean" use="optional" default="true">
       <xs:annotation>
         <xs:appinfo>
-          <tooltip>Loads any missing data files/keys from the position they were in when RoxieConfig was executed.</tooltip>
+          <tooltip>Reads any missing data files/keys from the position they were in when deployed.</tooltip>
         </xs:appinfo>
       </xs:annotation>
     </xs:attribute>