Re: HBase as a transformation engine

2013-11-18 Thread Asaf Mesika
kicking around is > >> using > >> Mapreduce 2 and Yarn and writing files to HDFS to be loaded into the > >> rdbms. > >> Not sure what all the pieces are needed for the complete application > >> though. > >> > >> Thanks in advance for your help, > >> JC > >> > >> > >> > >> -- > >> View this message in context: http://apache-hbase.679495.n3. > >> nabble.com/HBase-as-a-transformation-engine-tp4052670.html > >> Sent from the HBase User mailing list archive at Nabble.com. > >> > >> >

Re: HBase as a transformation engine

2013-11-13 Thread Amit Sela
at the > same time, forget it. > > Regards, > > Le 11/11/2013 13:10, JC a écrit : > > We are looking to use hbase as a transformation engine. In other words, >> take >> data already loaded into hbase, run some large calculation/aggregation on >> that data and

Re: HBase as a transformation engine

2013-11-13 Thread Jia Wang
eeded for the complete application >> though. >> >> Thanks in advance for your help, >> JC >> >> >> >> -- >> View this message in context: http://apache-hbase.679495.n3. >> nabble.com/HBase-as-a-transformation-engine-tp4052670.html >> Sent from the HBase User mailing list archive at Nabble.com. >> >>

Re: HBase as a transformation engine

2013-11-13 Thread Vincent Barat
tency at the same time, forget it. Regards, Le 11/11/2013 13:10, JC a écrit : We are looking to use hbase as a transformation engine. In other words, take data already loaded into hbase, run some large calculation/aggregation on that data and then load it back into a rdbms for our BI analytic too

HBase as a transformation engine

2013-11-11 Thread JC
We are looking to use hbase as a transformation engine. In other words, take data already loaded into hbase, run some large calculation/aggregation on that data and then load it back into a rdbms for our BI analytic tools to use. I was curious about what the communities experience is on this and