To: Jacob, Abraham (Financial&Risk)
Cc: tq00...@gmail.com; user
Subject: Re: HBase and non-existent TableInputFormat
Btw, there are some examples in the Spark GitHub repo that you may find
helpful. Here's
one<https://github.com/apache/spark/blob/master/examples/src/main/scala/org/
ase-common.jar,/usr/lib/hbase/hbase-protocol.jar,/usr/lib/hbase/lib/protobuf-java-2.5.0.jar,/usr/lib/hbase/lib/htrace-core.jar
> --class YourClassName --master local App.jar *
>
>
>
>
>
> Try this and see if it works for you.
>
>
>
>
>
> *From:* Y. Dong [mailto:tq00...@
m]
Sent: Tuesday, September 16, 2014 8:18 AM
To: user@spark.apache.org
Subject: HBase and non-existent TableInputFormat
Hello,
I'm currently using spark-core 1.1 and hbase 0.98.5 and I want to simply read
from hbase. The Java code is attached. However the problem is TableInputFormat
does not even exist i
hbase-client module serves client facing APIs.
hbase-server module is supposed to host classes used on server side.
There is still some work to be done so that the above goal is achieved.
On Tue, Sep 16, 2014 at 9:06 AM, Y. Dong wrote:
> Thanks Ted. It is indeed in hbase-server. Just curious, w
bq. TableInputFormat does not even exist in hbase-client API
It is in hbase-server module.
Take a look at http://hbase.apache.org/book.html#mapreduce.example.read
On Tue, Sep 16, 2014 at 8:18 AM, Y. Dong wrote:
> Hello,
>
> I’m currently using spark-core 1.1 and hbase 0.98.5 and I want to simp
Hello,
I’m currently using spark-core 1.1 and hbase 0.98.5 and I want to simply read
from hbase. The Java code is attached. However the problem is TableInputFormat
does not even exist in hbase-client API, is there any other way I can read from
hbase? Thanks
SparkConf sconf = new SparkConf().set