Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C7F617F96 for ; Sat, 18 Oct 2014 12:30:49 +0000 (UTC) Received: (qmail 78259 invoked by uid 500); 18 Oct 2014 12:30:47 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 78186 invoked by uid 500); 18 Oct 2014 12:30:47 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 78175 invoked by uid 99); 18 Oct 2014 12:30:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2014 12:30:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [80.246.59.130] (HELO vps9612.alfahosting-vps.de) (80.246.59.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Oct 2014 12:30:19 +0000 Received: from [192.168.1.2] (unknown [88.130.139.44]) by vps9612.alfahosting-vps.de (Postfix) with ESMTPA id 170E6B960115 for ; Sat, 18 Oct 2014 14:30:16 +0200 (CEST) Message-ID: <54425D76.6020002@cawoom.com> Date: Sat, 18 Oct 2014 14:30:46 +0200 From: Wilm Schumacher User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: user@hbase.apache.org Subject: Re: Archive Files References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Am 18.10.2014 um 12:35 schrieb Ravindranath Akila: > Is there any approach HBASE can store archive like rarely used files on > cheap storage? hadoop directly is equiped for that. There are HAR files, map files and sequence files. If I understand correctly, sequence files is what you are searching for. In the other hand, you could read the data into a hbase, and do your stuff there, if you put your logging data directly into the hbase cluster by default. Best wishes, Wilm