I got a compilation error:

[INFO] /home/hbase/s-on-hbase/src/main/scala:-1: info: compiling
[INFO] Compiling 18 source files to /home/hbase/s-on-hbase/target/classes
at 1438099569598
[ERROR]
/home/hbase/s-on-hbase/src/main/scala/org/apache/spark/hbase/examples/simple/HBaseTableSimple.scala:36:
error: type mismatch;
[INFO]  found   : Int
[INFO]  required: Short
[INFO]       while (scanner.advance) numCells += 1
[INFO]                                        ^
[ERROR] one error found

FYI

On Tue, Jul 28, 2015 at 8:59 AM, Michal Haris <michal.ha...@visualdna.com>
wrote:

> Hi all, last couple of months I've been working on a large graph analytics
> and along the way have written from scratch a HBase-Spark integration as
> none of the ones out there worked either in terms of scale or in the way
> they integrated with the RDD interface. This week I have generalised it
> into an (almost) spark module, which works with the latest spark and the
> new hbase api, so... sharing! :
> https://github.com/michal-harish/spark-on-hbase
>
>
> --
> Michal Haris
> Technical Architect
> direct line: +44 (0) 207 749 0229
> www.visualdna.com | t: +44 (0) 207 734 7033
> 31 Old Nichol Street
> London
> E2 7HR
>

Reply via email to