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 <[email protected]> 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 > > >
