Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 057FF200CD8 for ; Wed, 2 Aug 2017 10:59:13 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 02390163338; Wed, 2 Aug 2017 08:59:13 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 46972163286 for ; Wed, 2 Aug 2017 10:59:12 +0200 (CEST) Received: (qmail 23322 invoked by uid 500); 2 Aug 2017 08:59:11 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 23311 invoked by uid 99); 2 Aug 2017 08:59:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2017 08:59:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3EC10E10F8; Wed, 2 Aug 2017 08:59:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lirui@apache.org To: commits@hive.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hive git commit: HIVE-17176: Add ASF header for LlapAllocatorBuffer.java (Saijin Huang via Rui) Date: Wed, 2 Aug 2017 08:59:11 +0000 (UTC) archived-at: Wed, 02 Aug 2017 08:59:13 -0000 Repository: hive Updated Branches: refs/heads/master 5c147f0df -> 6565387e6 HIVE-17176: Add ASF header for LlapAllocatorBuffer.java (Saijin Huang via Rui) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6565387e Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6565387e Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6565387e Branch: refs/heads/master Commit: 6565387e65970d4e4d920d5bbe14ca9a7831f93c Parents: 5c147f0 Author: Saijin Huang Authored: Wed Aug 2 16:59:06 2017 +0800 Committer: Rui Li Committed: Wed Aug 2 16:59:06 2017 +0800 ---------------------------------------------------------------------- .../hadoop/hive/llap/cache/LlapAllocatorBuffer.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/6565387e/llap-server/src/java/org/apache/hadoop/hive/llap/cache/LlapAllocatorBuffer.java ---------------------------------------------------------------------- diff --git a/llap-server/src/java/org/apache/hadoop/hive/llap/cache/LlapAllocatorBuffer.java b/llap-server/src/java/org/apache/hadoop/hive/llap/cache/LlapAllocatorBuffer.java index 1490241..52144c2 100644 --- a/llap-server/src/java/org/apache/hadoop/hive/llap/cache/LlapAllocatorBuffer.java +++ b/llap-server/src/java/org/apache/hadoop/hive/llap/cache/LlapAllocatorBuffer.java @@ -1,3 +1,19 @@ +/** + * 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. + */ package org.apache.hadoop.hive.llap.cache; import java.nio.ByteBuffer;