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 1056110A65 for ; Wed, 14 Aug 2013 01:52:57 +0000 (UTC) Received: (qmail 58805 invoked by uid 500); 14 Aug 2013 01:52:54 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 58758 invoked by uid 500); 14 Aug 2013 01:52:54 -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 58750 invoked by uid 99); 14 Aug 2013 01:52:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 01:52:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yankunhadoop@gmail.com designates 209.85.216.177 as permitted sender) Received: from [209.85.216.177] (HELO mail-qc0-f177.google.com) (209.85.216.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 01:52:48 +0000 Received: by mail-qc0-f177.google.com with SMTP id e11so4447596qcx.8 for ; Tue, 13 Aug 2013 18:52:27 -0700 (PDT) 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=LAblz18aU2CUhXzPlvir0XLg1e5VAFdD4BYnqN6xWvc=; b=rmqbJyyGKJEoD3sM4/WlZ+vwZGRwWG0vYZ/VcSroaJdPYgHdoE4Ew0ALeqTzTSoatf OgOav+8D/e5Yj2JsyUalyLYehJNA158+YPYMFvdMdeVEo/2V07C8I5p5yIlvPzr0Rbbn vieudK7UX+0aCyii3Z/hk1Ryw9MuLoe3hST19yPvjqMtQt1jD3cnWztrLFBn/n80CGGi RBVm7G7hnmAFX90+eUgNQgWa2l8XH6JaFje4GpA+x4/7lTQ5tDAXLRlijH9ZqoOwF5vb 4Nl93xNXIn0JHEMWg3OSc2aN6xdpee0y/GmxYMADLB28FpVYaOlsJFPAVw/4BB4BbWVe dNQA== MIME-Version: 1.0 X-Received: by 10.224.103.73 with SMTP id j9mr1427993qao.101.1376445147422; Tue, 13 Aug 2013 18:52:27 -0700 (PDT) Received: by 10.224.71.211 with HTTP; Tue, 13 Aug 2013 18:52:27 -0700 (PDT) Date: Tue, 13 Aug 2013 21:52:27 -0400 Message-ID: Subject: when debug hbase importtsv the colunms not specified From: =?GB2312?B?48bApQ==?= To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=001a11c2d59410a41d04e3de9cbf X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2d59410a41d04e3de9cbf Content-Type: text/plain; charset=ISO-8859-1 Hi all I use maven compile hbase source and import to eclipse (remote java application) to debug hbase ,when debug hbase importtsv I input argument like this format hadoop jar hbase.jar importtsv -Dimporttsv.columns=some clumns -Dimporttsv.separator=, but when running to here // Make sure columns are specified String columns[] = conf.getStrings(COLUMNS_CONF_KEY); if (columns == null) { usage("No columns specified. Please specify with -D" + COLUMNS_CONF_KEY+"=..."); System.exit(-1); } the columns is null and console told me ERROR: No columns specified. Please specify with -Dimporttsv.columns=... Usage: importtsv -Dimporttsv.columns=a,b,c my input argunment can work to hbase cluster sucess,but when debug it's can't work I use hbase 0.94 -- In the Hadoop world, I am just a novice, explore the entire Hadoop ecosystem, I hope one day I can contribute their own code YanBit yankunhadoop@gmail.com --001a11c2d59410a41d04e3de9cbf--