Hi Sefa,

the GUID() command is for HQL, and not for the other Thrift APIs.  But
there's a thrift function "generate_guid" that returns a GUID. However,
this requires a roundtrip from your client to your thriftbroker, so maybe
using generic Python is faster.

See here how to generate a unique ID in python:
http://stackoverflow.com/questions/534839/how-to-create-a-guid-in-python

bye
Christoph

2012/9/10 sefoli <[email protected]>

> hello...
>
> How do set guid on mutator_set_cell function with python
>
> guid want to set value but not generated guid. i used this python command:
>
> client.mutator_set_cell(mutator, Cell(Key("http://www.sefaakgumus.com";,
> "guid", None),"guid()" ))
>
> regards,
> Sefa...
>
> --
> You received this message because you are subscribed to the Google Groups
> "Hypertable Development" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/hypertable-dev/-/QQvzgzLbW_kJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/hypertable-dev?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Hypertable Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en.

Reply via email to