You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2013/10/15 11:21:45 UTC

[jira] [Created] (HBASE-9765) TestImportTsv.testBulkOutputWithTsvImporterTextMapper() may not be working correctly

ramkrishna.s.vasudevan created HBASE-9765:
---------------------------------------------

             Summary: TestImportTsv.testBulkOutputWithTsvImporterTextMapper() may not be working correctly
                 Key: HBASE-9765
                 URL: https://issues.apache.org/jira/browse/HBASE-9765
             Project: HBase
          Issue Type: Bug
            Reporter: ramkrishna.s.vasudevan
            Assignee: ramkrishna.s.vasudevan
            Priority: Minor


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)