Hi All,
If we configure Hadoop to use igfs:// is it possible to get Hbase to make use of ignite in some way? I.e. Hbase on Hadoop+Ignite? If so is there documentation or example Hbase settings for this? Although HBase has it's own caching it would be interesting to see the results of this fusion. Hope that makes sense, sorry if it's been asked before. Cheers Devl |
In my opinion you just install Ignite Hadoop accelerator, which comes with
IGFS and point HBase to it. Here is the link to the documentation: http://apacheignite.readme.io/v1.1/docs/hadoop-accelerator Vladimir, Ivan, given that you are much better experts on the Hadoop functionality, feel free to provide more pointers here. D. On Fri, May 29, 2015 at 12:33 PM, Devl Devel <[hidden email]> wrote: > Hi All, > > If we configure Hadoop to use igfs:// is it possible to get Hbase to make > use of ignite in some way? > > I.e. Hbase on Hadoop+Ignite? > > If so is there documentation or example Hbase settings for this? Although > HBase has it's own caching it would be interesting to see the results of > this fusion. > > Hope that makes sense, sorry if it's been asked before. > > Cheers > Devl > |
Thanks for the tip, its the "point HBase to it" part I'm interested in.
What changes in hbase-site.xml are needed to get this working? Cheers On Fri, May 29, 2015 at 9:03 PM, Dmitriy Setrakyan <[hidden email]> wrote: > In my opinion you just install Ignite Hadoop accelerator, which comes with > IGFS and point HBase to it. Here is the link to the documentation: > http://apacheignite.readme.io/v1.1/docs/hadoop-accelerator > > Vladimir, Ivan, given that you are much better experts on the Hadoop > functionality, feel free to provide more pointers here. > > D. > > On Fri, May 29, 2015 at 12:33 PM, Devl Devel <[hidden email]> > wrote: > > > Hi All, > > > > If we configure Hadoop to use igfs:// is it possible to get Hbase to make > > use of ignite in some way? > > > > I.e. Hbase on Hadoop+Ignite? > > > > If so is there documentation or example Hbase settings for this? Although > > HBase has it's own caching it would be interesting to see the results of > > this fusion. > > > > Hope that makes sense, sorry if it's been asked before. > > > > Cheers > > Devl > > > |
To point hbase to some filesystem you need to set hbase.rootdir in
hbase-site.xml to point to fully-qualified URI (with schema). -Mikhail On Fri, May 29, 2015 at 3:33 PM, Devl Devel <[hidden email]> wrote: > Thanks for the tip, its the "point HBase to it" part I'm interested in. > What changes in hbase-site.xml are needed to get this working? > > Cheers > > On Fri, May 29, 2015 at 9:03 PM, Dmitriy Setrakyan <[hidden email]> > wrote: > >> In my opinion you just install Ignite Hadoop accelerator, which comes with >> IGFS and point HBase to it. Here is the link to the documentation: >> http://apacheignite.readme.io/v1.1/docs/hadoop-accelerator >> >> Vladimir, Ivan, given that you are much better experts on the Hadoop >> functionality, feel free to provide more pointers here. >> >> D. >> >> On Fri, May 29, 2015 at 12:33 PM, Devl Devel <[hidden email]> >> wrote: >> >> > Hi All, >> > >> > If we configure Hadoop to use igfs:// is it possible to get Hbase to make >> > use of ignite in some way? >> > >> > I.e. Hbase on Hadoop+Ignite? >> > >> > If so is there documentation or example Hbase settings for this? Although >> > HBase has it's own caching it would be interesting to see the results of >> > this fusion. >> > >> > Hope that makes sense, sorry if it's been asked before. >> > >> > Cheers >> > Devl >> > >> -- Thanks, Michael Antonov |
Free forum by Nabble | Edit this page |