Re: using HBase to read from xml files in HDFS

2011-06-05 Thread James Ram
Hi, Forgive me, but I am not much experienced in HBase. Would you please elaborate on how to do this? Thanks, JR On Fri, Jun 3, 2011 at 5:31 PM, Michel Segel wrote: > James, yes you can do it. > You need to write your own input format to split each input on a specified > tag boundary. > > Sent

Re: using HBase to read from xml files in HDFS

2011-06-03 Thread Michel Segel
James, yes you can do it. You need to write your own input format to split each input on a specified tag boundary. Sent from a remote device. Please excuse any typos... Mike Segel On Jun 3, 2011, at 6:50 AM, James Ram wrote: > Hi, > > I would like to know if it's possible to put xml files in

RE: using HBase to read from xml files in HDFS

2011-06-03 Thread Doug Meil
, 2011 7:51 AM To: user@hbase.apache.org Subject: using HBase to read from xml files in HDFS Hi, I would like to know if it's possible to put xml files in hdfs and have hbase pull out the data in those xml files. We are thinking of a situation where the xml files will have elements correspo

using HBase to read from xml files in HDFS

2011-06-03 Thread James Ram
Hi, I would like to know if it's possible to put xml files in hdfs and have hbase pull out the data in those xml files. We are thinking of a situation where the xml files will have elements corresponding to the columns in hbase. So ideally hbase should be able to pull the data corresponding to th