Re: How to set HBaseConfiguration in Spark

2015-05-20 Thread Naveen Madhire
Cloudera blog has some details. Please check if this is helpful to you. http://blog.cloudera.com/blog/2014/12/new-in-cloudera-labs-sparkonhbase/ Thanks. On Wed, May 20, 2015 at 4:21 AM, donhoff_h <165612...@qq.com> wrote: > Hi, all > > I wrote a program to get HBaseConfiguration object in Spar

How to set HBaseConfiguration in Spark

2015-05-20 Thread donhoff_h
Hi, all I wrote a program to get HBaseConfiguration object in Spark. But after I printed the content of this hbase-conf object, I found they were wrong. For example, the property "hbase.zookeeper.quorum" should be "bgdt01.dev.hrb,bgdt02.dev.hrb,bgdt03.hrb". But the printed value is "localhost"