Hi cervenkovab,

This is an inherent design choice we made whilst developing gora-cassandra
module to what it is now.
Ultimately we store all data as a Byte Array. CQLSH subsequently gets data
as it is within Cassandra. Therefore no decoding is done on the client side
before the data is presented to you when you execute a query within the
CQLSH.
You can however write some Gora code which would use the Query [0] API to
do the decoding within CassandraResult which is returned as result of
CassandraQuery.
HTH
Lewis

[0]
https://builds.apache.org/view/All/job/gora-trunk/javadoc/index.html?org/apache/gora/query/Query.html

On Sat, Sep 6, 2014 at 5:45 PM, <user-digest-h...@nutch.apache.org> wrote:

>
> when I do inject into Cassandra(apache-cassandra-1.2.8) I get following
> output from cqlsh, which is not mutch usefull for debug. Is there any
> setting or configuration about this? Did anybody has the same problem?
>
> I use a Nutch 2.x trunk from January 2014, gora-cassandra-0.3.jar,
> gora-core-0.3.jar
>
> KEY,636f6d2e796f75747562653a687474702f757365722f415244 | 6669,00278d00 |
> 73,3f800000 | 7473,0000014841fdcadd
>  KEY,64652e6575726f70612d756e692e7777773a687474702f | 6669,00278d00 |
> 73,3f800000 | 7473,0000014841fdcadd
>  KEY,64652e7662626f6e6c696e653a687474702f | 6669,00278d00 | 73,3f800000 |
> 7473,0000014841fdcadd
>  KEY,64652e7262622d6f6e6c696e652e7777773a687474702f | 6669,00278d00 |
> 73,3f800000 | 7473,0000014841fdcadd
>
>
> KEY,64652e6c616e67656e6163687464657277697373656e736368616674656e3a687474702f
> | 6669,00278d00 | 73,3f800000 | 7473,0000014841fdcadd
>  KEY,64652e7a64662e7777773a687474702f | 6669,00278d00 | 73,3f800000 |
> 7473,0000014841fdcadd
>  KEY,64652e7377726d656469617468656b2e7777773a687474702f | 6669,00278d00 |
> 73,3f800000 | 7473,0000014841fdcadd
>  KEY,64652e73616e73736f756369733a687474702f | 6669,00278d00 | 73,3f800000 |
> 7473,0000014841fdcadd
>
>
> KEY,6e6c2e73746564656c696a6b6d757365756d736368696564616d2e7777773a687474702f
> | 6669,00278d00 | 73,3f800000 | 7473,000001483d281930
>  KEY,64652e74752d6265726c696e3a687474702f | 6669,00278d00 | 73,3f800000 |
> 7473,0000014841fdcadd
>  KEY,636f6d2e796f75747562653a687474702f757365722f4d757365756d6b61617274 |
> 6669,00278d00 | 73,3f800000 | 7473,000001483d281930
>  KEY,6e6c2e7477656e74736577656c6c652e7777773a687474702f | 6669,00278d00 |
> 73,3f800000 | 7473,000001483d281930
>  KEY,6e6c2e6176726f3a687474702f636f6c6c616765322f706c617965722f |
> 626964,313430393737353337352d31323031333137383833 | 6669,00278d00 |
> 73,3f800000 | 7473,000001483d281930
>  KEY,6f72672e7768697465686f7573656d757365756d2e7777773a687474702f |
> 6669,00278d00 | 73,3f800000 | 7473,0000014841fdcadd
>
>

Reply via email to