[
https://issues.apache.org/jira/browse/PHOENIX-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13900026#comment-13900026
]
James Taylor commented on PHOENIX-11:
-------------------------------------
[~prkommireddi] do you need to create splits upfront, or can you let HBase do
it? In HBase you can pre-split a table by passing a list of byte[] split
points. Phoenix supports this on CREATE TABLE. Also, if a Phoenix table is
salted, we automatically split at each possible salt bucket
(http://phoenix.incubator.apache.org/salted.html). In either case, if the table
is pre-split, then why would we need to provide this? If it's not pre-split,
then we can either let HBase do the splits when needed or allow the user to
pass in a list of byte[] split points.
Would that work?
> Create Pig Loader
> -----------------
>
> Key: PHOENIX-11
> URL: https://issues.apache.org/jira/browse/PHOENIX-11
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: maghamravikiran
>
> A Pig Storage function exists, so we can store to phoenix tables. What is
> needed is a Loader to go with the Storer.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)