ftp.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. FTP -these options are for testing against a remote unix filesystem.
  21. -->
  22. <property>
  23. <name>fs.contract.test.root-tests-enabled</name>
  24. <value>false</value>
  25. </property>
  26. <property>
  27. <name>fs.contract.is-blobstore</name>
  28. <value>false</value>
  29. </property>
  30. <property>
  31. <name>fs.contract.is-case-sensitive</name>
  32. <value>true</value>
  33. </property>
  34. <property>
  35. <name>fs.contract.supports-append</name>
  36. <value>false</value>
  37. </property>
  38. <property>
  39. <name>fs.contract.supports-atomic-directory-delete</name>
  40. <value>true</value>
  41. </property>
  42. <property>
  43. <name>fs.contract.supports-atomic-rename</name>
  44. <value>true</value>
  45. </property>
  46. <property>
  47. <name>fs.contract.supports-block-locality</name>
  48. <value>false</value>
  49. </property>
  50. <property>
  51. <name>fs.contract.supports-concat</name>
  52. <value>false</value>
  53. </property>
  54. <property>
  55. <name>fs.contract.supports-seek</name>
  56. <value>false</value>
  57. </property>
  58. <property>
  59. <name>fs.contract.rejects-seek-past-eof</name>
  60. <value>true</value>
  61. </property>
  62. <property>
  63. <name>fs.contract.supports-strict-exceptions</name>
  64. <value>true</value>
  65. </property>
  66. <property>
  67. <name>fs.contract.supports-unix-permissions</name>
  68. <value>false</value>
  69. </property>
  70. </configuration>