Re: Getting Giraph to work with HBase

2013-08-01 Thread Kyle Orlando
Update: The NullPointerException being thrown was an error on my part: I had accidentally deleted the table I was using minutes prior. But exceptions were still being thrown after I fixed that. Eventually, I found this in the logs: FATAL org.apache.giraph.graph.GraphMapper: uncaughtException: Ov

Getting Giraph to work with HBase

2013-07-31 Thread Kyle Orlando
Hello, I've been having some problems getting Giraph to work with a table that is stored in HBase. I've created my own classes that extend HBaseVertexInputFormat and HBaseVertexReader (respectively) and implemented nextVertex() and getVertex() accordingly, but I still can't get it to work. Here i