Tuesday 15 January 2013

HBase and Hive Thrift PHP Client

Start the HBase and Hive Thrift server via shell:

Download HBase and Thrift php client package and write your own client:

6 comments:

  1. http://mmalithh.blogspot.in/2012/08/apache-thrift-quick-start.html

    ReplyDelete
  2. http://blog.alireza-noori.com/programming/source-code-for-thrift-tutorial/

    ReplyDelete
  3. http://blog.newitfarmer.com/software-develop/open-source/869/install-thrift-on-linux

    ReplyDelete
  4. Debian or Ubuntu setup

    The following command install all the required tools and libraries to build and install the Apache Thrift compiler on a Debian/Ubuntu Linux based system.

    sudo apt-get install libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev automake libtool flex bison pkg-config g++ libssl-dev

    Then install the Java JDK of your choice. Type javac to see a list of available packages, pick the one you prefer and apt-get install it.

    Debian Lenny Users need some packages from backports

    sudo apt-get -t lenny-backports install automake libboost-test-dev

    Optional packages

    Some other packages depend on what languages you want Thrift to support.

    Ruby
    ruby-full ruby-dev librspec-ruby rake rubygems libdaemons-ruby libgemplugin-ruby mongrel
    Python
    python-dev python-twisted
    Perl
    libbit-vector-perl
    Php, install
    php5-dev php5-cli
    C_glib
    libglib2.0-dev
    Erlang
    erlang-base erlang-eunit erlang-dev
    Csharp
    mono-gmcs libmono-dev libmono-system-web2.0-cil
    Haskell
    ghc6 cabal-install libghc6-binary-dev libghc6-network-dev libghc6-http-dev
    Thrift Compiler for Windows
    mingw32 mingw32-binutils mingw32-runtime

    ReplyDelete
  5. http://wiki.apache.org/hadoop/Hbase/ThriftApi

    ReplyDelete
  6. http://hbase.apache.org/book/thrift.htm

    ReplyDelete