Basically what I am trying to do is access hbase from php sense I do not know java and have not found it fun to learn
I was looking around and found this https://issues.apache.org/jira/browse/HADOOP-2171 but am unsure if it is what I thank it is looks like a way to access hbase from a socket server I have coded socket server/client in the past in php so the question is how would I use this to get access from say php. would I add this and rebuild the hbase file somehow? Remember I am new to java so have vary little knowing on how to do stuff. Billy "Billy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I am using map/reduce with hadoop-0.15.0-streaming.jar to process the data >with php scripts. I have coded to process the data the blow is an example >of word counts from the input. > > bin/hadoop jar contrib/hadoop-0.15.0-streaming.jar -mapper > /var/www/search/hadoop/wc-mapper.php -reducer > /var/www/search/hadoop/wc-reducer.php -input input/* -output output > > What I am looking to do is get and store the input and output from/in > hbase. > > Is that possible with hadoop-0.15.0-streaming.jar? > If so can I get a command line example? > > thanks > Billy > > > >
