From issues-return-7366-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Thu Jun 6 19:46: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 456F4180763 for ; Thu, 6 Jun 2019 21:46:02 +0200 (CEST) Received: (qmail 47832 invoked by uid 500); 6 Jun 2019 19:46:01 -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 47813 invoked by uid 99); 6 Jun 2019 19:46: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 19:46: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 9ADA1E2D2E for ; Thu, 6 Jun 2019 19:46:00 +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 45131245B7 for ; Thu, 6 Jun 2019 19:46:00 +0000 (UTC) Date: Thu, 6 Jun 2019 19:46:00 +0000 (UTC) From: "Karthik Palanisamy (JIRA)" To: issues@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-3541) Bulk Data Loading - Can't use table name by small letter 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-3541?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 858031#comment-16858031 ]=20 Karthik Palanisamy commented on PHOENIX-3541: --------------------------------------------- Thank you [~ankit@apache.org] for reviewing=C2=A0this patch.=C2=A0=C2=A0Mad= e suggested changes in=C2=A0v2=C2=A0patch. > Bulk Data Loading - Can't use table name by small letter=20 > --------------------------------------------------------- > > Key: PHOENIX-3541 > URL: https://issues.apache.org/jira/browse/PHOENIX-3541 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.8.0 > Reporter: Beomjun Kim > Assignee: Kalyan > Priority: Major > Attachments: PHOENIX-3541.master.v1.patch, PHOENIX-3541.master.v2= .patch, PHOENIX-3541.patch > > > i have existing Phoenix table abc > i wanna Bulk Data Loading via MapReduce =20 > And then used the following command to load the csv file > hadoop jar /root/Phoenix/apache-phoenix-4.8.0-HBase-0.98-bin/phoenix-4.8.= 0-HBase-0.98-client.jar org.apache.phoenix.mapreduce.CsvBulkLoadTool --t = abc --input /example.csv > but, it does not seem to find the table abc > Exception in thread "main" java.lang.IllegalArgumentException: Table ABC = not found > i try change command table name --t 'abc' and --t "abc" > but it doesn't work =20 > how can i use table name small letter ?? > And also, i found same case =20 > http://apache-phoenix-user-list.1124778.n5.nabble.com/Load-into-Phoenix-t= able-via-CsvBulkLoadTool-cannot-find-table-and-fails-td2792.html -- This message was sent by Atlassian JIRA (v7.6.3#76005)