[
https://issues.apache.org/jira/browse/PHOENIX-2926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15364732#comment-15364732
]
Ankit Singhal commented on PHOENIX-2926:
----------------------------------------
[~rajeshbabu], Compilation error in 4.x-HBase-1.0 and 4.x-HBase-0.98 branch
{code}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/x1/jenkins/jenkins-slave/workspace/Phoenix-4.x-HBase-1.0/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/AbstractBulkLoadTool.java:[294,43]
cannot find symbol
symbol: method getRegionLocator()
location: variable table of type org.apache.hadoop.hbase.client.HTable
[ERROR]
/x1/jenkins/jenkins-slave/workspace/Phoenix-4.x-HBase-1.0/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/AbstractBulkLoadTool.java:[318,46]
cannot find symbol
{code}
> 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)