[
https://issues.apache.org/jira/browse/PHOENIX-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor resolved PHOENIX-748.
----------------------------------
Resolution: Fixed
Fix Version/s: 5.0.0
4.0.0
3.0.0
> Pig Suppport - BatchSize option Issue
> -------------------------------------
>
> Key: PHOENIX-748
> URL: https://issues.apache.org/jira/browse/PHOENIX-748
> Project: Phoenix
> Issue Type: Task
> Affects Versions: 3.0-Release
> Reporter: abraxas73
> Fix For: 3.0.0, 4.0.0, 5.0.0
>
>
> Hello, I raise this issue some time ago, I don't think it is solved.
> Below is the issue content that I raised several month ago.
> Please go over again.
> ===========================================================
> After several experiment, I found out that records which has smaller number
> than "batchSize" value is ignored and they cannot be stored.
> For example) I have 8759 records to be stored, I set the batchSize option
> value to 1000. Then, below script just store 8000 records to HBase.
> STORE ACCOUNT_LOGINOUT_HB INTO 'hbase://ACCOUNT_LOGINOUT' using
> com.salesforce.phoenix.pig.PhoenixHBaseStorage('how-bmzookeeper01','-batchSize
> 1000');
> Is this behavior as desgned?
> So, I have to set batchSize option value to "1", to store all of my records.
> ========================================================
--
This message was sent by Atlassian JIRA
(v6.2#6252)