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

2015-05-12 Thread Lukas Nalezenec
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?

2015-05-12 Thread G.W.
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