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 4B42310DCF for ; Fri, 1 Nov 2013 06:16:53 +0000 (UTC) Received: (qmail 99959 invoked by uid 500); 1 Nov 2013 06:16:48 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 99831 invoked by uid 500); 1 Nov 2013 06:16:45 -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 99823 invoked by uid 99); 1 Nov 2013 06:16:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 06:16:44 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kardan38@gmail.com designates 209.85.215.41 as permitted sender) Received: from [209.85.215.41] (HELO mail-la0-f41.google.com) (209.85.215.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 06:16:38 +0000 Received: by mail-la0-f41.google.com with SMTP id el20so3072982lab.14 for ; Thu, 31 Oct 2013 23:16:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=IgRYhBcFD/OvcVMPfltVuOjB7vI/iESyXzkOIJ4PpV4=; b=JhNQz/uYaatsoZzwMzW3LJ/FUzCs7ydyjhWSGfP0PZDqLrBFPcFc3mxV4oZl91pEK0 hBzeMDMDSBFxpf/pMFAfMS20TAxkrsFiBQfQ8s5uE5ETfpZu2XiMymMOfBKT8VVgbuL9 au8feha8v9q1s4qwrzkoqspc5WzM9Yb2eXNWdWkkA0FhHxSnBzVgwHtnVfY4E9+ROnPJ pMf7GyJgmWDK+dHNrUH0AwhwQAXz8ms/JrS2mfJXWVUapid2Qm1A+jSL8S+oV6jWKTRR h47BLnRTMHSRFmBOaHKT9puV0AEh7olXQriJXucL3fNeufyIVSNKt2JOSieFqXxVaMdd wn/A== X-Received: by 10.152.246.7 with SMTP id xs7mr855314lac.6.1383286578251; Thu, 31 Oct 2013 23:16:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.44.1 with HTTP; Thu, 31 Oct 2013 23:15:38 -0700 (PDT) In-Reply-To: References: From: Salih Kardan Date: Fri, 1 Nov 2013 08:15:38 +0200 Message-ID: Subject: Re: HBase Log Location To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=001a11348f381e8c4704ea178134 X-Virus-Checked: Checked by ClamAV on apache.org --001a11348f381e8c4704ea178134 Content-Type: text/plain; charset=ISO-8859-1 Yes I have looked into workspace but there is not. How can I locate hbase-master? I did it this way, could you please correct me if I am wrong. Configuration conf = HBaseConfiguration.create(); conf.set("hbase.master","localhost:60000"); Still I could not see log folder anyway? Salih Kardan On Wed, Oct 30, 2013 at 10:46 PM, Jean-Marc Spaggiari < jean-marc@spaggiari.org> wrote: > Have you looked into workspaces/PROJECTNAME/logs ? > > Else => updatedb && locate "hbase-master" > > > 2013/10/30 Salih Kardan > > > Hi all, > > > > I trying to start HBase from eclipse by using this tutorial: > > http://michaelmorello.blogspot.com/2012/06/hbase-096-eclipse-maven.html > > > > However I could not find the logs of hbase. If I start with script file > it > > directly creates logs file in > > {HBASE_HOME}/logs directory whereas it does not when I use Eclipse. By > the > > way here is my hbase-site.xml file : > > > > > > > > hbase.rootdir > > /home/ubuntu/Desktop/hbase > > > > > > > > hbase.log.dir > > /home/ubuntu/Desktop/hbase/logs > > > > > > > > hbase.zookeeper.property.dataDir > > /home/ubuntu/Desktop/hbase/zookeeper > > > > > > hbase.zookeeper.property.clientPort > > 2181 > > > > > > hbase.zookeeper.quorum > > localhost > > > > > > > > Is there another property that I should set to log HBase properly? > > Thanks. > > > --001a11348f381e8c4704ea178134--