Re: 回复: 回复: How to use spark to access HBase with Security enabled
.close() > conn.close() > es.shutdown() >} > >val rdd = sc.parallelize(Array(1,2,3,4,5,6,7,8,9,10)) >val v = rdd.sum() >println("Value="+v) > sc.stop() > > } > } > > > -- 原始邮件 -- > 发件人:
Re: 回复: How to use spark to access HBase with Security enabled
Can you post the morning modified code ? Thanks > On May 21, 2015, at 11:11 PM, donhoff_h <165612...@qq.com> wrote: > > Hi, > > Thanks very much for the reply. I have tried the "SecurityUtil". I can see > from log that this statement executed successfully, but I still can not pass > the au