You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sreenath Madasu (JIRA)" <ji...@apache.org> on 2016/04/07 01:46:25 UTC

[jira] [Assigned] (HBASE-15438) error: CF specified in importtsv.columns does not match with table CF

     [ https://issues.apache.org/jira/browse/HBASE-15438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sreenath Madasu reassigned HBASE-15438:
---------------------------------------

    Assignee: Sreenath Madasu

> error: CF specified in importtsv.columns does not match with table CF
> ---------------------------------------------------------------------
>
>                 Key: HBASE-15438
>                 URL: https://issues.apache.org/jira/browse/HBASE-15438
>             Project: HBase
>          Issue Type: Bug
>          Components: hbase
>    Affects Versions: 1.1.2
>         Environment: HDP 2.3 Ubuntu 14
>            Reporter: bob zhao
>            Assignee: Sreenath Madasu
>            Priority: Minor
>              Labels: easyfix, easytest
>
> Try to play with the hbase tsv import, get such error:
> ERROR: Column Families [ Current,  Closing] specified in importtsv.columns does not match with any of the table StocksB column families [Closing, Current].
> the script is:
> hbase org.apache.hadoop.hbase.mapreduce.ImportTsv  -Dimporttsv.columns="HBASE_ROW_KEY, Current:Price, Closing:Price"   -Dimporttsv.bulk.output="/user/bob/storeDataFileOutput/"  StocksB   /user/bob/stocks.txt
> If i remove the space which behind the comma and before CF name, everything is fine. 
> As a Dev, I like to add some space over there for easy reading and checking. 
> Please trim these CF names before processing, thanks!
> https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/ImportTsv.java
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)