[ 
https://issues.apache.org/jira/browse/HBASE-15707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260872#comment-15260872
 ] 

Hadoop QA commented on HBASE-15707:
-----------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 3s {color} 
| {color:red} HBASE-15707 does not apply to master. Rebase required? Wrong 
Branch? See https://yetus.apache.org/documentation/0.2.1/precommit-patchnames 
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12801103/HBASE-15707-branch-1_v001.patch
 |
| JIRA Issue | HBASE-15707 |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/1640/console |
| Powered by | Apache Yetus 0.2.1   http://yetus.apache.org |


This message was automatically generated.



> 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
>             Fix For: 2.0.0
>
>         Attachments: HBASE-15707-branch-1_v001.patch, HBASE-15707-v001.patch, 
> HBASE-15707-v002.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)

Reply via email to