[ 
https://issues.apache.org/jira/browse/PHOENIX-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911209#comment-13911209
 ] 

ravi commented on PHOENIX-11:
-----------------------------

Prashant,
   Below are few examples.
a)  LOAD 'hbase://MyPhoenixTable'    USING PhoenixHBaseLoader('localhost');
       Loads all the columns in the table.

b)  LOAD 'hbase://MyPhoenixTable'    USING 
PhoenixHBaseLoader('localhost','-cols col1,cf1.col2');
       Loads specific columns.

Please share your opinion.

> 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)

Reply via email to