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

Jakob Homan commented on GIRAPH-93:
-----------------------------------

Actually, I see what you're trying to do. You want to store the output of a 
Vertex job into Hive. You can do this by writing the data to an HDFS directory 
that Hive is watching as a table.  It's safe to do this with an external table, 
though with the new indexing features, etc. it shouldn't be done for a managed 
table.  For this, you'd go directly through the metastore API, although this is 
what HCatalog is also working on, so it is worth making sure we don't duplicate 
work.  Also, via HCatalog we get Pig for free.
                
> Hive input / output format
> --------------------------
>
>                 Key: GIRAPH-93
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-93
>             Project: Giraph
>          Issue Type: New Feature
>            Reporter: Avery Ching
>            Assignee: Avery Ching
>
> It would be great to be able to load/store data from/to Hive tables.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to