Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-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 DFEF418E37 for ; Thu, 24 Dec 2015 15:51:54 +0000 (UTC) Received: (qmail 57844 invoked by uid 500); 24 Dec 2015 15:51:54 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 57787 invoked by uid 500); 24 Dec 2015 15:51:54 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 57777 invoked by uid 99); 24 Dec 2015 15:51:54 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2015 15:51:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3A610C36E3 for ; Thu, 24 Dec 2015 15:51:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.129 X-Spam-Level: *** X-Spam-Status: No, score=3.129 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id lkNXXxPvPoEi for ; Thu, 24 Dec 2015 15:51:52 +0000 (UTC) Received: from mail-lf0-f46.google.com (mail-lf0-f46.google.com [209.85.215.46]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 5DA2F24E24 for ; Thu, 24 Dec 2015 15:51:52 +0000 (UTC) Received: by mail-lf0-f46.google.com with SMTP id l133so163846836lfd.2 for ; Thu, 24 Dec 2015 07:51:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=r8MJttX06DK01IvRkoD/E5w2mkQL291FPkayGvpuo0M=; b=gHFB6I37TW7WRINQOGM1lXUsrPrtUFxcdiTtw/Mllu2aG2t+FAyP2T2F2o9Fu0afEe sgk9OsbpH2K/fr74gG0jspL5X3ZziHzhARCGHWnSxjkjtkaEwkSt+dyezqZPoCcjC+KK K47FhruLT0q7hHbd/9OnzeeFq8ZV4uUFlZEZUsR9Ci57i9QWI9gSSvZPQZ3vyl2r4pfu q2tiWfWGjAOkNHXIxe3LjUjI0E0Kw3TA/WVSVqXZVsMyI287lk2tNh/LPShQPn0USBM+ HtAqFkodUqH5P4+s+ZVCXq+gGYu7vUeXMmwNfiM+eOk7+9j8sEYhLOCdPoAE9fM0SxpG RhNQ== MIME-Version: 1.0 X-Received: by 10.25.18.143 with SMTP id 15mr6523305lfs.3.1450972311753; Thu, 24 Dec 2015 07:51:51 -0800 (PST) Received: by 10.25.29.67 with HTTP; Thu, 24 Dec 2015 07:51:51 -0800 (PST) Date: Thu, 24 Dec 2015 21:51:51 +0600 Message-ID: Subject: Accumulo Shell logging WARN : Found no client.conf in default paths. need suggestion. From: Ziaur Rahman To: user@accumulo.apache.org Content-Type: multipart/alternative; boundary=001a113fb1243897f00527a6d19e --001a113fb1243897f00527a6d19e Content-Type: text/plain; charset=UTF-8 Hi, Accumulo dev, My accumulo-1.7.0 starts well with hadoop-2,7.1 and zookeeper-3.4.6 in 1GB conf native-standalone/standalone mode. But when I go to start shell it shows error like- "zia@zia-Aspire-V5-473:~$ /home/zia/Installs/dbe/accumulo-1.7.0/bin/accumulo shell -u root -p asdfghjk 2015-12-24 15:17:05,544 [client.ClientConfiguration] WARN : Found no client.conf in default paths. Using default client configuration values. 2015-12-24 15:17:05,549 [client.ClientConfiguration] WARN : Found no client.conf in default paths. Using default client configuration values. 2015-12-24 15:17:06,476 [client.ClientConfiguration] WARN : Found no client.conf in default paths. Using default client configuration values. 2015-12-24 15:17:06,720 [trace.DistributedTrace] INFO : SpanReceiver org.apache.accumulo.tracer.ZooTraceClient was loaded successfully. 2015-12-24 15:17:06,772 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running." In accumulo monitor shows- 1 tabletserver, 3 tables and 6 localhost clients. What can I do now? Would anybody show light on the problem? --001a113fb1243897f00527a6d19e Content-Type: text/html; charset=UTF-8
Hi,
Accumulo dev, My accumulo-1.7.0 starts well with hadoop-2,7.1 and zookeeper-3.4.6 in 1GB conf native-standalone/standalone mode. But when I go to start shell it shows error like-

"zia@zia-Aspire-V5-473:~$ /home/zia/Installs/dbe/accumulo-1.7.0/bin/accumulo shell -u root -p asdfghjk

2015-12-24 15:17:05,544 [client.ClientConfiguration] WARN : Found no client.conf in default paths. Using default client configuration values.

2015-12-24 15:17:05,549 [client.ClientConfiguration] WARN : Found no client.conf in default paths. Using default client configuration values.

2015-12-24 15:17:06,476 [client.ClientConfiguration] WARN : Found no client.conf in default paths. Using default client configuration values.

2015-12-24 15:17:06,720 [trace.DistributedTrace] INFO : SpanReceiver org.apache.accumulo.tracer.ZooTraceClient was loaded successfully.

2015-12-24 15:17:06,772 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running."


In accumulo monitor shows- 1 tabletserver, 3 tables and 6 localhost clients.

What can I do now? Would anybody show light on the problem?
--001a113fb1243897f00527a6d19e--