You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@giraph.apache.org by "G.W." <gw...@gmail.com> on 2015/05/11 19:37:47 UTC

Giraph + HBase – How to define HBase connectivity properties?

Hi,

org.apache.giraph.io.hbase has a couple of classes to load graph data from
HBase. It has a HBaseVertexInputFormat class, but does anyone know how the
HBase location is to be passed to this class?

G

Re: Giraph + HBase – How to define HBase connectivity properties?

Posted by "G.W." <gw...@gmail.com>.
Hi Lukas,

I am familiar with how to connect to HBase/Zookeeper, however in the
context of Giraph and the HBaseVertexInputFormat class, how does that work?

For example, TableEdgeInputFormat in org.apache.giraph.io.hbase.edgemarker
extends HBaseVertexInputFormat, but I don't see how you pass HBase details
especially when executing a Giraph job through the command line.

Also, extending HBaseVertexInputFormat overrides
checkInputSpecs(Configuration conf), what does that do?

Thanks

On 12 May 2015 at 01:06, Lukas Nalezenec <lu...@firma.seznam.cz>
wrote:

>  Hi,
> How about hive.zookeeper.quorum ?
> Lukas
>
>
> On 11.5.2015 19:37, G.W. wrote:
>
> Hi,
>
>  org.apache.giraph.io.hbase has a couple of classes to load graph data
> from HBase. It has a HBaseVertexInputFormat class, but does anyone know how
> the HBase location is to be passed to this class?
>
>  G
>
>
>

Re: Giraph + HBase – How to define HBase connectivity properties?

Posted by Lukas Nalezenec <lu...@firma.seznam.cz>.
Hi,
How about hive.zookeeper.quorum ?
Lukas

On 11.5.2015 19:37, G.W. wrote:
> Hi,
>
> org.apache.giraph.io.hbase has a couple of classes to load graph data 
> from HBase. It has a HBaseVertexInputFormat class, but does anyone 
> know how the HBase location is to be passed to this class?
>
> G