about spark on hbase problem

2021-08-17 Thread igyu
System.setProperty("java.security.krb5.conf", config.getJSONObject("auth").getString("krb5")) val conf = HBaseConfiguration.create() val zookeeper = config.getString("zookeeper") val port = config.getString("port") conf.set(HConstants.ZOOKEEPER_QUORUM, zookeeper)

Re: about spark on hbase

2015-12-18 Thread Akhil Das
*First you create the HBase configuration:* val hbaseTableName = "paid_daylevel" val hbaseColumnName = "paid_impression" val hconf = HBaseConfiguration.create() hconf.set("hbase.zookeeper.quorum", "sigmoid-dev-master") hconf.set("hbase.zookeeper.property.clientPort",

Re: About Spark On Hbase

2015-12-15 Thread Zhan Zhang
fightf...@163.com<mailto:fightf...@163.com> 发件人: censj<mailto:ce...@lotuseed.com> 发送时间: 2015-12-09 15:44 收件人: fightf...@163.com<mailto:fightf...@163.com> 抄送: user@spark.apache.org<mailto:user@spark.apache.org> 主题: Re: About Spark On Hbase So, I how to get this

Re: About Spark On Hbase

2015-12-15 Thread Ted Yu
just found this : > http://spark-packages.org/package/nerdammer/spark-hbase-connector > as Feng Dongyu recommend, you can try this also, but I had no experience > of using this. > > > -- > fightf...@163.com > > > *发件人:* censj <ce...@lotuseed.

Re: About Spark On Hbase

2015-12-15 Thread Josh Mahonin
sitory in pom.xml >> and add the dependency of spark-hbase. >> I just found this : >> http://spark-packages.org/package/nerdammer/spark-hbase-connector >> as Feng Dongyu recommend, you can try this also, but I had no experience >> of using this. >> >> >

about spark on hbase

2015-12-15 Thread censj
hi,all: how cloud I through spark function hbase get value then update this value and put this value to hbase ?

Re: About Spark On Hbase

2015-12-15 Thread censj
.com> >> 发送时间: 2015-12-09 15:44 >> 收件人: fightf...@163.com <mailto:fightf...@163.com> >> 抄送: user@spark.apache.org <mailto:user@spark.apache.org> >> 主题: Re: About Spark On Hbase >> So, I how to get this jar? I use set package project.I not found sbt lib

回复: Re: About Spark On Hbase

2015-12-09 Thread fightf...@163.com
of using this. fightf...@163.com 发件人: censj 发送时间: 2015-12-09 15:44 收件人: fightf...@163.com 抄送: user@spark.apache.org 主题: Re: About Spark On Hbase So, I how to get this jar? I use set package project.I not found sbt lib. 在 2015年12月9日,15:42,fightf...@163.com 写道: I don't think it really need CDH

Re: About Spark On Hbase

2015-12-09 Thread censj
lt;mailto:ce...@lotuseed.com> > 发送时间: 2015-12-09 15:44 > 收件人: fightf...@163.com <mailto:fightf...@163.com> > 抄送: user@spark.apache.org <mailto:user@spark.apache.org> > 主题: Re: About Spark On Hbase > So, I how to get this jar? I use set package project.I not found sbt lib. &

Re: About Spark On Hbase

2015-12-08 Thread censj
Can you get me a example? I want to update base data. > 在 2015年12月9日,15:19,Fengdong Yu 写道: > > https://github.com/nerdammer/spark-hbase-connector > > > This is better and easy to use. > > > > > >> On Dec 9,

回复: Re: About Spark On Hbase

2015-12-08 Thread fightf...@163.com
I don't think it really need CDH component. Just use the API fightf...@163.com 发件人: censj 发送时间: 2015-12-09 15:31 收件人: fightf...@163.com 抄送: user@spark.apache.org 主题: Re: About Spark On Hbase But this is dependent on CDH。I not install CDH。 在 2015年12月9日,15:18,fightf...@163.com 写道: Actually

Re: About Spark On Hbase

2015-12-08 Thread censj
tuseed.com> > 发送时间: 2015-12-09 15:31 > 收件人: fightf...@163.com <mailto:fightf...@163.com> > 抄送: user@spark.apache.org <mailto:user@spark.apache.org> > 主题: Re: About Spark On Hbase > But this is dependent on CDH。I not install CDH。 >> 在 2015年12月9日,15:18,fightf...@16

Re: About Spark On Hbase

2015-12-08 Thread fightf...@163.com
Spark On Hbase hi all, now I using spark,but I not found spark operation hbase open source. Do any one tell me?

Re: About Spark On Hbase

2015-12-08 Thread censj
12-09 15:04 > To: user@spark.apache.org <mailto:user@spark.apache.org> > Subject: About Spark On Hbase > hi all, > now I using spark,but I not found spark operation hbase open source. Do > any one tell me?

Re: About Spark On Hbase

2015-12-08 Thread Fengdong Yu
https://github.com/nerdammer/spark-hbase-connector This is better and easy to use. > On Dec 9, 2015, at 3:04 PM, censj wrote: > > hi all, > now I using spark,but I not found spark operation hbase open source. Do > any one tell me? >

About Spark On Hbase

2015-12-08 Thread censj
hi all, now I using spark,but I not found spark operation hbase open source. Do any one tell me?