hat would
>>> mean it has to travel over the network and you haven't supplied any
>>> way to convert the thing into bytes.
>>>
>>> On Tue, Mar 31, 2015 at 8:51 PM, Jeetendra Gangele
>>> wrote:
>>>
>>> When I am tryin
ld
>> mean it has to travel over the network and you haven't supplied any
>> way to convert the thing into bytes.
>>
>> On Tue, Mar 31, 2015 at 8:51 PM, Jeetendra Gangele
>> wrote:
>>
>> When I am trying to get the result from Hbase and ru
I am trying to get the result from Hbase and running mapToPair
> function
> of RRD its giving the error
> java.io.NotSerializableException: org.apache.hadoop.hbase.client.Result
>
> Here is the code
>
> // private static JavaPairRDD
> getCompanyDataRDD(
31, 2015 at 8:51 PM, Jeetendra Gangele (mailto:gangele...@gmail.com)> wrote:
> > When I am trying to get the result from Hbase and running mapToPair function
> > of RRD its giving the error
> > java.io.NotSerializableException: org.apache.hadoop.hbase.client.Result
> >
> > Here
On Tue, Mar 31, 2015 at 8:51 PM, Jeetendra Gangele wrote:
> When I am trying to get the result from Hbase and running mapToPair function
> of RRD its giving the error
> java.io.NotSerializableException: org.apache.hadoop.hbase.client.Result
>
> Here is the code
>
> // private st
When I am trying to get the result from Hbase and running mapToPair
function of RRD its giving the error
java.io.NotSerializableException: org.apache.hadoop.hbase.client.Result
Here is the code
// private static JavaPairRDD
getCompanyDataRDD(JavaSparkContext sc) throws IOException {
// return
tes.toString(y
getQualifier) -> Bytes.toString(y getValue) })
invRecords += Bytes.toString(x getRow) -> invValues
})
println("* === "+invRecords.size)
}
*java.io.NotSerializableException: org.apache.hadoop.hbase.client.Result*
at java.io.O