This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new 87fcfc1 Remove redundant metastore-site.xml from tests (#190)
87fcfc1 is described below
commit 87fcfc1730deaccb7677c50b16a47e9b95e98c50
Author: Anton Okolnychyi <[email protected]>
AuthorDate: Fri May 24 23:30:29 2019 +0100
Remove redundant metastore-site.xml from tests (#190)
---
hive/src/test/resources/metastore-site.xml | 35 ------------------------------
1 file changed, 35 deletions(-)
diff --git a/hive/src/test/resources/metastore-site.xml
b/hive/src/test/resources/metastore-site.xml
deleted file mode 100644
index 542af0a..0000000
--- a/hive/src/test/resources/metastore-site.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<configuration>
- <property>
- <name>hive.support.concurrency</name>
- <value>true</value>
- </property>
- <property>
- <name>metastore.compactor.worker.threads</name>
- <value>1</value>
- </property>
- <property>
- <name>metastore.compactor.initiator.on</name>
- <value>true</value>
- </property>
- <property>
- <name>hive.txn.manager</name>
- <value>org.apache.hadoop.hive.ql.lockmgr.DummyTxnManager</value>
- </property>
-</configuration>