Repository: hive Updated Branches: refs/heads/master 076b6cccc -> 582ab11e7
HIVE-14478 : Remove seemingly unused common/src/test/resources/core-site.xml (Zoltan Haindrich via Ashutosh Chauhan) Signed-off-by: Ashutosh Chauhan <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/582ab11e Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/582ab11e Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/582ab11e Branch: refs/heads/master Commit: 582ab11e7282737c09eeb07f41823f8669bc60d8 Parents: 076b6cc Author: Zoltan Haindrich <[email protected]> Authored: Fri Aug 12 14:17:34 2016 -0700 Committer: Ashutosh Chauhan <[email protected]> Committed: Fri Aug 12 14:17:34 2016 -0700 ---------------------------------------------------------------------- common/src/test/resources/core-site.xml | 27 --------------------------- 1 file changed, 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/582ab11e/common/src/test/resources/core-site.xml ---------------------------------------------------------------------- diff --git a/common/src/test/resources/core-site.xml b/common/src/test/resources/core-site.xml deleted file mode 100644 index ffe9747..0000000 --- a/common/src/test/resources/core-site.xml +++ /dev/null @@ -1,27 +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. ---> - -<!-- Test file for TestHiveConf --> - -<configuration> - <property> - <name>fs.default.name</name> - <value>core-site.xml</value> - </property> -</configuration>
