[
https://issues.apache.org/jira/browse/HBASE-15438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515857#comment-16515857
]
Hadoop QA commented on HBASE-15438:
-----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 4s{color}
| {color:red} HBASE-15438 does not apply to master. Rebase required? Wrong
Branch? See https://yetus.apache.org/documentation/0.7.0/precommit-patchnames
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HBASE-15438 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12799109/patches_2016-04-16.patch
|
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/13298/console |
| Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
> 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
> Affects Versions: 1.1.2
> Environment: HDP 2.3 Ubuntu 14
> Reporter: bob zhao
> Assignee: Mikhail Antonov
> Priority: Minor
> Labels: easyfix, easytest
> Attachments: patches_2016-04-16.patch
>
>
> 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
(v7.6.3#76005)