[
https://issues.apache.org/jira/browse/HBASE-9765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796706#comment-13796706
]
Hudson commented on HBASE-9765:
-------------------------------
SUCCESS: Integrated in HBase-TRUNK #4624 (See
[https://builds.apache.org/job/HBase-TRUNK/4624/])
HBASE-9765-TestImportTsv.testBulkOutputWithTsvImporterTextMapper() may not be
working correctly (Ram) (ramkrishna: rev 1532705)
*
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/mapreduce/TestImportTsv.java
> TestImportTsv.testBulkOutputWithTsvImporterTextMapper() may not be working
> correctly
> ------------------------------------------------------------------------------------
>
> Key: HBASE-9765
> URL: https://issues.apache.org/jira/browse/HBASE-9765
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.0, 0.95.2, 0.96.0
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Priority: Minor
> Attachments: HBASE-9765.patch
>
>
> The testcase defines a
> {code}
> "-D" + ImportTsv.SEPARATOR_CONF_KEY + "=,",
> {code}
> but the data line has
> {code}
> String data = "KEY\u001bVALUE4\u001bVALUE8\n";
> {code}
> This may not be working correctly. Need to change the seperator.
--
This message was sent by Atlassian JIRA
(v6.1#6144)