Re: Where can I find the apidoc for newer version of Hbase?

2015-06-14 Thread anil gupta
d them online. > > > > > > > -- Original -- > From: "Sean Busbey";; > Send time: Sunday, Jun 14, 2015 9:55 AM > To: "user"; > > Subject: Re: Where can I find the apidoc for newer version of Hbase? > > > > What version are you looking f

Re: Where can I find the apidoc for newer version of Hbase?

2015-06-14 Thread guxiaobo1982
version 1.0.1.1, but I'd like to read them online. -- Original -- From: "Sean Busbey";; Send time: Sunday, Jun 14, 2015 9:55 AM To: "user"; Subject: Re: Where can I find the apidoc for newer version of Hbase? What ve

Re: Where can I find the apidoc for newer version of Hbase?

2015-06-13 Thread Sean Busbey
What version are you looking for, specifically? If you download a binary artifact, it will have a copy of the javadocs for that version. If you download a source artifact, you can build the javadocs using the "site" maven goal. On Sat, Jun 13, 2015 at 8:33 PM, guxiaobo1982 wrote: > Hi, > > > I c

Where can I find the apidoc for newer version of Hbase?

2015-06-13 Thread guxiaobo1982
Hi, I can only find documentations for 0.94 version of Hbase at http://hbase.apache.org/0.94/apidocs/index.html, but where can I find the URL for newer version? Thanks