Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E5781990D for ; Mon, 25 Apr 2016 23:32:13 +0000 (UTC) Received: (qmail 32717 invoked by uid 500); 25 Apr 2016 23:32:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 32665 invoked by uid 500); 25 Apr 2016 23:32:13 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 32642 invoked by uid 99); 25 Apr 2016 23:32:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2016 23:32:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E3CBF2C1F5C for ; Mon, 25 Apr 2016 23:32:12 +0000 (UTC) Date: Mon, 25 Apr 2016 23:32:12 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15707) ImportTSV bulk output does not support tags with hfile.format.version=3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-15707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15257245#comment-15257245 ] Ted Yu commented on HBASE-15707: -------------------------------- {code} 359 @Ignore("Goes zombie too frequently; needs work. See HBASE-14563") {code} How often does it go zombie ? > ImportTSV bulk output does not support tags with hfile.format.version=3 > ----------------------------------------------------------------------- > > Key: HBASE-15707 > URL: https://issues.apache.org/jira/browse/HBASE-15707 > Project: HBase > Issue Type: Bug > Components: mapreduce > Affects Versions: 2.0.0, 1.3.0, 1.4.0, 1.1.5, 1.2.2, 1.0.5 > Reporter: huaxiang sun > Attachments: HBASE-15707-v001.patch > > > Running the following command: > {code} > hbase hbase org.apache.hadoop.hbase.mapreduce.ImportTsv \ > -Dhfile.format.version=3 \ > -Dmapreduce.map.combine.minspills=1 \ > -Dimporttsv.separator=, \ > -Dimporttsv.skip.bad.lines=false \ > -Dimporttsv.columns="HBASE_ROW_KEY,cf1:a,HBASE_CELL_TTL" \ > -Dimporttsv.bulk.output=/tmp/testttl/output/1 \ > testttl \ > /tmp/testttl/input > {code} > The content of input is like: > {code} > row1,data1,00000060 > row2,data2,00000660 > row3,data3,00000060 > row4,data4,00000660 > {code} > When running hfile tool with the output hfile, there is no ttl tag. -- This message was sent by Atlassian JIRA (v6.3.4#6332)