Tag Archives: c++

atbr now has Apache Thrift support

atbr (large-scale and low-latency in-memory key-value pair store) now supports Apache Thrift for easier integration with other Hadoop services. Thrift Example Checkout and install atbr Prerequisite Install/compile Apache Thrift – http://thrift.apache.org/ Compile a atbr thrift server and connect using python … Continue reading

Posted in cloud computing | Tagged , , , , | Leave a comment

An example of using F# and C# (.net/mono) with Amazon’s Elastic Mapreduce (Hadoop)

This posting gives an an example how F# and C# can scale potentially to up to thousands of machines with Mapreduce in order to efficiently process TeraByte (TB) and PetaByte (PB) data amounts. It shows a C# (c sharp) mapper … Continue reading

Posted in cloud computing | Tagged , , , , , | 8 Comments

How to use C++ Compiled Python for Amazon’s Elastic Mapreduce (Hadoop)

Sometimes it can be useful to compile Python code for Amazon’s Elastic Mapreduce into C++ and then into a binary. The motivation for that could be to integrate with (existing) C or C++ code, or increase performance for CPU-intensive mapper or … Continue reading

Posted in cloud computing | Tagged , , , , , , , | 7 Comments