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

James Taylor commented on PHOENIX-2075:
---------------------------------------

Looks good, [~tdsilva]. Did you try instead of changing the separator, just not 
splitting and then rebuilding the statement?
{code}
 public class ColumnInfoToStringEncoderDecoder {
 
-    private static final String COLUMN_INFO_DELIMITER = "|";
+    private static final String COLUMN_INFO_DELIMITER = "~";
{code}

> MR integration uses single mapper unless table is salted
> --------------------------------------------------------
>
>                 Key: PHOENIX-2075
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2075
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>            Assignee: Thomas D'Silva
>         Attachments: PHOENIX-2075-4.4-HBase-0.98.patch
>
>
> Due to the way we interpret the scans, when we read data from our MR 
> integration, it's always processed by a single mapper.



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

Reply via email to