See my socket communication example between a php client and a java server.
https://issues.apache.org/jira/secure/attachment/12369419/patch_v01.txt But, i don't know what you want exactly. Thanks. ------------------------------ B. Regards, Edward yoon @ NHN, corp. Home : http://www.udanax.org > To: [email protected] > From: [EMAIL PROTECTED] > Subject: Re: map/reduce with hbase > Date: Sat, 10 Nov 2007 23:56:29 -0600 > > 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" 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 >> >> >> >> > > > _________________________________________________________________ Help yourself to FREE treats served up daily at the Messenger Café. Stop by today. http://www.cafemessenger.com/info/info_sweetstuff2.html?ocid=TXT_TAGLM_OctWLtagline
