[jira] [Updated] (PHOENIX-2926) Skip loading data for table having local indexes when there is split during bulkload job

2016-07-28 Thread Rajeshbabu Chintaguntla (JIRA)

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

Rajeshbabu Chintaguntla updated PHOENIX-2926:
-
Attachment: PHOENIX-2926_addendum.patch

[~jamestaylor] Here is the addendum patch skips loading hfiles in IndexTool if 
there are any splits during index building.

> Skip loading data for table having local indexes when there is split during 
> bulkload job
> 
>
> Key: PHOENIX-2926
> URL: https://issues.apache.org/jira/browse/PHOENIX-2926
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
> Fix For: 4.8.0
>
> Attachments: PHOENIX-2926.patch, PHOENIX-2926_addendum.patch
>
>
> Lets suppose a table having local indexes and there is a split during 
> mapreduce job then loading data to table after job completing gives 
> inconsistent results so it would be better to skip loading data and suggest 
> user to rerun the job.



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


[jira] [Updated] (PHOENIX-2926) Skip loading data for table having local indexes when there is split during bulkload job

2016-06-21 Thread Rajeshbabu Chintaguntla (JIRA)

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

Rajeshbabu Chintaguntla updated PHOENIX-2926:
-
Fix Version/s: 4.8.0

> Skip loading data for table having local indexes when there is split during 
> bulkload job
> 
>
> Key: PHOENIX-2926
> URL: https://issues.apache.org/jira/browse/PHOENIX-2926
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
> Fix For: 4.8.0
>
> Attachments: PHOENIX-2926.patch
>
>
> Lets suppose a table having local indexes and there is a split during 
> mapreduce job then loading data to table after job completing gives 
> inconsistent results so it would be better to skip loading data and suggest 
> user to rerun the job.



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


[jira] [Updated] (PHOENIX-2926) Skip loading data for table having local indexes when there is split during bulkload job

2016-05-29 Thread Rajeshbabu Chintaguntla (JIRA)

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

Rajeshbabu Chintaguntla updated PHOENIX-2926:
-
Attachment: PHOENIX-2926.patch

Here is the patch checks split keys before and after running the job and fail 
the loading data when there are a splits or merges while running the job. 
[~jamestaylor] pls review.

> Skip loading data for table having local indexes when there is split during 
> bulkload job
> 
>
> Key: PHOENIX-2926
> URL: https://issues.apache.org/jira/browse/PHOENIX-2926
> Project: Phoenix
>  Issue Type: Bug
>Reporter: Rajeshbabu Chintaguntla
>Assignee: Rajeshbabu Chintaguntla
> Attachments: PHOENIX-2926.patch
>
>
> Lets suppose a table having local indexes and there is a split during 
> mapreduce job then loading data to table after job completing gives 
> inconsistent results so it would be better to skip loading data and suggest 
> user to rerun the job.



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