I traced this to the misnomer of Integer datatype in Cassandra.
IntegerType in Cassandra is infact a variable length BigInt. Changing
it to Int32Type solved the issue.
https://github.com/Netflix/astyanax/issues/59
On Mon, Sep 17, 2012 at 10:51 AM, A J wrote:
> Hello,
>
> I am tyring to retrieve
Hello,
I am tyring to retrieve a list of Column Names (that are defined as
Integer) from a CF with RowKey as Integer as well. (I don't care for
the column values that are just nulls)
Following is snippet of my Astyanax code. I am getting 0 columns but I
know the key that I am querying contains a
y 2012 16:33:32 +0530
To: mailto:user@cassandra.apache.org>>
Subject: Astyanax Error
Hi All,
Can any one suggest me why i am getting this error in Astyanax
NoAvailableHostsException: [host=None(0.0.0.0):0, latency=0(0), attempts=0] No
hosts to borrow from
Thanks In Advance
Abhijit
Are you able to connect through cli?
Can you share your client code?
On 22-May-2012 5:59 PM, "Abhijit Chanda" wrote:
> Samal,
>
>
> But I am setting up the Host.
>
> On Tue, May 22, 2012 at 5:30 PM, samal wrote:
>
>> Host not found in client.
>> On 22-May-2012 4:34 PM, "Abhijit Chanda"
>> wrote
Samal,
But I am setting up the Host.
On Tue, May 22, 2012 at 5:30 PM, samal wrote:
> Host not found in client.
> On 22-May-2012 4:34 PM, "Abhijit Chanda"
> wrote:
>
>> Hi All,
>>
>> Can any one suggest me why i am getting this error in Astyanax
>> NoAvailableHostsException: [host=None(0.0.0.0
Host not found in client.
On 22-May-2012 4:34 PM, "Abhijit Chanda" wrote:
> Hi All,
>
> Can any one suggest me why i am getting this error in Astyanax
> NoAvailableHostsException: [host=None(0.0.0.0):0, latency=0(0),
> attempts=0] No hosts to borrow from
>
>
> Thanks In Advance
> Abhijit
>