rawlocal.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. <!--
  2. ~ Licensed to the Apache Software Foundation (ASF) under one
  3. ~ or more contributor license agreements. See the NOTICE file
  4. ~ distributed with this work for additional information
  5. ~ regarding copyright ownership. The ASF licenses this file
  6. ~ to you under the Apache License, Version 2.0 (the
  7. ~ "License"); you may not use this file except in compliance
  8. ~ with the License. You may obtain a copy of the License at
  9. ~
  10. ~ http://www.apache.org/licenses/LICENSE-2.0
  11. ~
  12. ~ Unless required by applicable law or agreed to in writing, software
  13. ~ distributed under the License is distributed on an "AS IS" BASIS,
  14. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. ~ See the License for the specific language governing permissions and
  16. ~ limitations under the License.
  17. -->
  18. <configuration>
  19. <!--
  20. case sensitivity and permission options are determined at run time from OS type
  21. -->
  22. <property>
  23. <name>fs.contract.is-case-sensitive</name>
  24. <value>true</value>
  25. </property>
  26. <property>
  27. <name>fs.contract.supports-unix-permissions</name>
  28. <value>true</value>
  29. </property>
  30. <!--
  31. The remaining options are static
  32. -->
  33. <property>
  34. <name>fs.contract.test.root-tests-enabled</name>
  35. <value>false</value>
  36. </property>
  37. <property>
  38. <name>fs.contract.test.random-seek-count</name>
  39. <value>1000</value>
  40. </property>
  41. <property>
  42. <name>fs.contract.supports-append</name>
  43. <value>true</value>
  44. </property>
  45. <property>
  46. <name>fs.contract.supports-atomic-directory-delete</name>
  47. <value>true</value>
  48. </property>
  49. <property>
  50. <name>fs.contract.supports-atomic-rename</name>
  51. <value>true</value>
  52. </property>
  53. <property>
  54. <name>fs.contract.supports-block-locality</name>
  55. <value>false</value>
  56. </property>
  57. <property>
  58. <name>fs.contract.supports-concat</name>
  59. <value>false</value>
  60. </property>
  61. <property>
  62. <name>fs.contract.rename-creates-dest-dirs</name>
  63. <value>true</value>
  64. </property>
  65. <property>
  66. <name>fs.contract.rename-overwrites-dest</name>
  67. <value>true</value>
  68. </property>
  69. <property>
  70. <name>fs.contract.rename-remove-dest-if-empty-dir</name>
  71. <value>true</value>
  72. </property>
  73. <property>
  74. <name>fs.contract.supports-seek</name>
  75. <value>true</value>
  76. </property>
  77. <property>
  78. <name>fs.contract.supports-seek-on-closed-file</name>
  79. <value>true</value>
  80. </property>
  81. <property>
  82. <name>fs.contract.rejects-seek-past-eof</name>
  83. <value>false</value>
  84. </property>
  85. <property>
  86. <name>fs.contract.supports-strict-exceptions</name>
  87. <value>false</value>
  88. </property>
  89. <property>
  90. <name>fs.contract.supports-unix-permissions</name>
  91. <value>true</value>
  92. </property>
  93. <property>
  94. <name>fs.contract.supports-settimes</name>
  95. <value>true</value>
  96. </property>
  97. <property>
  98. <name>fs.contract.supports-getfilestatus</name>
  99. <value>true</value>
  100. </property>
  101. <property>
  102. <name>fs.contract.supports-content-check</name>
  103. <value>true</value>
  104. </property>
  105. <property>
  106. <name>fs.contract.supports-hflush</name>
  107. <value>true</value>
  108. </property>
  109. <property>
  110. <name>fs.contract.supports-hsync</name>
  111. <value>true</value>
  112. </property>
  113. <property>
  114. <name>fs.contract.metadata_updated_on_hsync</name>
  115. <value>true</value>
  116. </property>
  117. <property>
  118. <name>fs.contract.vector-io-overlapping-ranges</name>
  119. <value>true</value>
  120. </property>
  121. </configuration>