From issues-return-7381-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Thu Jun 6 22:36:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id BEA1D180784 for ; Fri, 7 Jun 2019 00:36:02 +0200 (CEST) Received: (qmail 55348 invoked by uid 500); 6 Jun 2019 22:36:02 -0000 Mailing-List: contact issues-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list issues@phoenix.apache.org Received: (qmail 55327 invoked by uid 99); 6 Jun 2019 22:36:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2019 22:36:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 175B2E2D3A for ; Thu, 6 Jun 2019 22:36:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 72DAA2462F for ; Thu, 6 Jun 2019 22:36:00 +0000 (UTC) Date: Thu, 6 Jun 2019 22:36:00 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-5319) Document: A note on lower case table/schema name for Bulkload MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-5319?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 858130#comment-16858130 ]=20 Hadoop QA commented on PHOENIX-5319: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest a= ttachment=20 http://issues.apache.org/jira/secure/attachment/12971118/PHOENIX-5319.svn= .master.v1.patch against master branch at commit 5303d292a4c875f8ee8f484094c897f8e7595e63. ATTACHMENT ID: 12971118 {color:green}+1 @author{color}. The patch does not contain any @author= tags. {color:green}+0 tests included{color}. The patch appears to be a docum= entation, build, or dev patch that doesn't require tests. {color:red}-1 patch{color}. The patch command could not apply the patc= h. Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/2634/= /console This message is automatically generated. > Document: A note on lower case table/schema name for Bulkload > ------------------------------------------------------------- > > Key: PHOENIX-5319 > URL: https://issues.apache.org/jira/browse/PHOENIX-5319 > Project: Phoenix > Issue Type: Bug > Affects Versions: 5.0.0 > Reporter: Karthik Palanisamy > Assignee: Karthik Palanisamy > Priority: Minor > Attachments: PHOENIX-5319.svn.master.v1.patch > > > The problem=C2=A0with bulk loading CSV/JSON data with lower case table na= me. This will be fixed as part of [PHOENIX-3541|https://issues.apache.org/j= ira/browse/PHOENIX-3541]. > Created this separate=C2=A0doc=C2=A0Jira because Phoenix Website is=C2=A0= maintained in svn.=C2=A0 > NOTE: > {code} > Table names in Phoenix are case insensitive( generally uppercase). but so= metimes user may require to do mapping of existing HBase table with lowerca= se name into Phoenix table, In this case, Double quotes around table name i= .e "tablename" can be used to preserve case sensitivity. The same was exten= ded to the bulkload options, but due to the way Apache Commons CLI library = parse command line options(Ref CLI-275), we need to pass the argument as \"= \"tablename\"\" instead of just "tablename" for CsvBulkLoadTool. > Example: > hadoop jar phoenix--client.jar org.apache.phoenix.mapreduce.CsvB= ulkLoadTool --table \"\"t\"\" --input /data/example.csv > {code} > =C2=A0 -- This message was sent by Atlassian JIRA (v7.6.3#76005)