[jira] [Updated] (MAPREDUCE-5216) While using TextSplitter in DataDrivenDBInputformat, the lower limit (split start) always remains the same, for all splits.

2015-05-05 Thread Allen Wittenauer (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Allen Wittenauer updated MAPREDUCE-5216:

Labels: BB2015-05-TBR  (was: )

> While using TextSplitter in DataDrivenDBInputformat, the lower limit (split 
> start) always remains the same, for all splits.
> ---
>
> Key: MAPREDUCE-5216
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5216
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Reporter: Gelesh
>  Labels: BB2015-05-TBR
> Attachments: MAPREDUCE-5216.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> While using TextSplitter in DataDrivenDBInputformat, the lower limit (split 
> start) always remains the same, for all splits.
> ie, 
> Split 1 Start =A, End = M, Split 2 Start =A, End = P, Split 3 Start =A, End = 
> S,
> instead of
> Split 1 Start =A, End = M, Split 2 Start =M, End = P, Split 3 Start =P, End = 
> S,



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


[jira] [Updated] (MAPREDUCE-5216) While using TextSplitter in DataDrivenDBInputformat, the lower limit (split start) always remains the same, for all splits.

2013-05-07 Thread Nithin R (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nithin R updated MAPREDUCE-5216:


Attachment: MAPREDUCE-5216.patch

One Line code change,
at line 133 after else block
start = end;

> While using TextSplitter in DataDrivenDBInputformat, the lower limit (split 
> start) always remains the same, for all splits.
> ---
>
> Key: MAPREDUCE-5216
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5216
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Reporter: Gelesh
> Attachments: MAPREDUCE-5216.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> While using TextSplitter in DataDrivenDBInputformat, the lower limit (split 
> start) always remains the same, for all splits.
> ie, 
> Split 1 Start =A, End = M, Split 2 Start =A, End = P, Split 3 Start =A, End = 
> S,
> instead of
> Split 1 Start =A, End = M, Split 2 Start =M, End = P, Split 3 Start =P, End = 
> S,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (MAPREDUCE-5216) While using TextSplitter in DataDrivenDBInputformat, the lower limit (split start) always remains the same, for all splits.

2013-05-07 Thread Nithin R (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nithin R updated MAPREDUCE-5216:


Status: Patch Available  (was: Open)

Kindly review.

> While using TextSplitter in DataDrivenDBInputformat, the lower limit (split 
> start) always remains the same, for all splits.
> ---
>
> Key: MAPREDUCE-5216
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5216
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Reporter: Gelesh
> Attachments: MAPREDUCE-5216.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> While using TextSplitter in DataDrivenDBInputformat, the lower limit (split 
> start) always remains the same, for all splits.
> ie, 
> Split 1 Start =A, End = M, Split 2 Start =A, End = P, Split 3 Start =A, End = 
> S,
> instead of
> Split 1 Start =A, End = M, Split 2 Start =M, End = P, Split 3 Start =P, End = 
> S,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (MAPREDUCE-5216) While using TextSplitter in DataDrivenDBInputformat, the lower limit (split start) always remains the same, for all splits.

2013-05-07 Thread Gelesh (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-5216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gelesh updated MAPREDUCE-5216:
--

  Due Date: 7/May/13
   Description: 
While using TextSplitter in DataDrivenDBInputformat, the lower limit (split 
start) always remains the same, for all splits.
ie, 
Split 1 Start =A, End = M, Split 2 Start =A, End = P, Split 3 Start =A, End = S,

instead of
Split 1 Start =A, End = M, Split 2 Start =M, End = P, Split 3 Start =P, End = S,
Remaining Estimate: 1h
 Original Estimate: 1h

Nithin is working on the same.

> While using TextSplitter in DataDrivenDBInputformat, the lower limit (split 
> start) always remains the same, for all splits.
> ---
>
> Key: MAPREDUCE-5216
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5216
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>Reporter: Gelesh
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> While using TextSplitter in DataDrivenDBInputformat, the lower limit (split 
> start) always remains the same, for all splits.
> ie, 
> Split 1 Start =A, End = M, Split 2 Start =A, End = P, Split 3 Start =A, End = 
> S,
> instead of
> Split 1 Start =A, End = M, Split 2 Start =M, End = P, Split 3 Start =P, End = 
> S,

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira