github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/test/lakefsfs_contract/core-site.xml (about) 1 <?xml version="1.0"?> 2 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> 3 <!-- 4 ~ Licensed to the Apache Software Foundation (ASF) under one 5 ~ or more contributor license agreements. See the NOTICE file 6 ~ distributed with this work for additional information 7 ~ regarding copyright ownership. The ASF licenses this file 8 ~ to you under the Apache License, Version 2.0 (the 9 ~ "License"); you may not use this file except in compliance 10 ~ with the License. You may obtain a copy of the License at 11 ~ 12 ~ http://www.apache.org/licenses/LICENSE-2.0 13 ~ 14 ~ Unless required by applicable law or agreed to in writing, software 15 ~ distributed under the License is distributed on an "AS IS" BASIS, 16 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 ~ See the License for the specific language governing permissions and 18 ~ limitations under the License. 19 --> 20 21 <!-- Values used when running unit tests. This is mostly empty, to --> 22 <!-- use of the default values, overriding the potentially --> 23 <!-- user-editted core-site.xml in the conf/ directory. --> 24 25 <configuration> 26 27 28 <property> 29 <name>hadoop.tmp.dir</name> 30 <value>target/build/test</value> 31 <description>A base for other temporary directories.</description> 32 <final>true</final> 33 </property> 34 35 <!-- Turn security off for tests by default --> 36 <property> 37 <name>hadoop.security.authentication</name> 38 <value>simple</value> 39 </property> 40 41 <!-- 42 To run these tests. 43 44 # Create a file auth-keys2.xml - DO NOT ADD TO REVISION CONTROL 45 # add the property test.fs.swift.name to point to a swift filesystem URL 46 # Add the credentials for the service you are testing against 47 --> 48 <include xmlns="http://www.w3.org/2001/XInclude" 49 href="auth-keys.xml"/> 50 51 </configuration>