On May 14, 7:50 am, "[email protected]" <[email protected]> wrote: > Thanks Luke, > Your post helped a lot. > But here i come with new doubts :) > > 1. As you said, "thrift compiler should work on both the platforms", > does it mean that i should install Thrift Compiler on both the > machine? Or it is just needed at client end(Windows platform).
Thrift package comes with both libraries and compiler. Compiler is needed once on either platform. Thrift libraries are required on both client and server. > 2. Extension of the previous question, do i need to have any thrift > server application which will be listening to thrift client calls so > that it can forward those calls to Hypertable database? If you install thrift on server, the Hypertable build process (specifically cmake ...) will detect it and build ThriftBroker, which is the thrift server that your client (and any other thrift clients in different languages) connects to. > 3. Can i retrieve data from Hypertable by writing queries in my client > code? How do i insert/update information about an entity (lets say > Employee entity, and information like name, designation) using APIs > provided by the thrift client interface? Of course, that's the idea. __Luke --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
