Fixing license on file.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/239cdb79 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/239cdb79 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/239cdb79 Branch: refs/heads/blur-384-random-port-cleanup Commit: 239cdb795aabdf69a87e15875214f915d2097b5e Parents: 46bb7e6 Author: Aaron McCurry <[email protected]> Authored: Wed Oct 8 10:33:15 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Wed Oct 8 10:33:15 2014 -0400 ---------------------------------------------------------------------- contrib/blur-hive/src/test/java/test.hive | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/239cdb79/contrib/blur-hive/src/test/java/test.hive ---------------------------------------------------------------------- diff --git a/contrib/blur-hive/src/test/java/test.hive b/contrib/blur-hive/src/test/java/test.hive index 21cca91..f448e1a 100644 --- a/contrib/blur-hive/src/test/java/test.hive +++ b/contrib/blur-hive/src/test/java/test.hive @@ -1,3 +1,18 @@ +-- 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. + set mapred.job.tracker=localhost:9001; set hive.metastore.warehouse.dir=hdfs://localhost:9000/user/hive/warehouse;
