Thanks , It worked !!
On Mon, Dec 19, 2016 at 5:55 PM, Dhaval Modi wrote:
>
> Replace with ":"
>
> Regards,
> Dhaval Modi
>
> On 19 December 2016 at 13:10, Rabin Banerjee > wrote:
>
>> HI All,
>>
>> I am trying to save data from Spark into HBase using saveHadoopDataSet
>> API . Please refer
Replace with ":"
Regards,
Dhaval Modi
On 19 December 2016 at 13:10, Rabin Banerjee
wrote:
> HI All,
>
> I am trying to save data from Spark into HBase using saveHadoopDataSet
> API . Please refer the below code . Code is working fine .But the table is
> getting stored in the default namespac
HI All,
I am trying to save data from Spark into HBase using saveHadoopDataSet
API . Please refer the below code . Code is working fine .But the table is
getting stored in the default namespace.how to set the NameSpace in the
below code?
wordCounts.foreachRDD ( rdd => {
val conf = HBaseCon