We could patch our POMs to reference the hadoop-minikdc artifact independently of the rest of the Hadoop packages. It's standalone and rarely changes.
On Thu, Apr 30, 2015 at 4:26 PM, Enis Söztutar <[email protected]> wrote: > The build is broken with Hadoop-2.2 because mini-kdc is not found: > > [ERROR] Failed to execute goal on project hbase-server: Could not resolve > dependencies for project org.apache.hbase:hbase-server:jar:1.1.0: Could not > find artifact org.apache.hadoop:hadoop-minikdc:jar:2.2 > > We are saying that 1.1 supports 2.2, but not tested. We can either decide > to drop support for 2.2, or sink the RC and fix the isssue. > > Enis > > On Thu, Apr 30, 2015 at 9:12 AM, Andrew Purtell <[email protected]> > wrote: > > > This is a VOTE thread. This discussion is highly off topic. Please drop > > dev@ from the CC and change the subject. > > > > > > > > > On Apr 30, 2015, at 7:30 AM, Ted Yu <[email protected]> wrote: > > > > > > And the following: > > > > > > <dependency> > > > <groupId>org.apache.hbase</groupId> > > > <artifactId>hbase-protocol</artifactId> > > > <version>${hbase.version}</version> > > > </dependency> > > > <dependency> > > > <groupId>org.apache.hbase</groupId> > > > <artifactId>hbase-hadoop-compat</artifactId> > > > <version>${hbase.version}</version> > > > </dependency> > > > > > > On Thu, Apr 30, 2015 at 7:27 AM, Jean-Marc Spaggiari < > > > [email protected]> wrote: > > > > > >> most probably something like this: > > >> > > >> <dependency> > > >> <groupId>org.apache.hbase</groupId> > > >> <artifactId>hbase-client</artifactId> > > >> <version>${hbase.version}</version> > > >> </dependency> > > >> <dependency> > > >> <groupId>org.apache.hbase</groupId> > > >> <artifactId>hbase-server</artifactId> > > >> <version>${hbase.version}</version> > > >> </dependency> > > >> <dependency> > > >> <groupId>org.apache.hbase</groupId> > > >> <artifactId>hbase-common</artifactId> > > >> <version>${hbase.version}</version> > > >> </dependency> > > >> > > >> > > >> > > >> > > >> 2015-04-30 10:25 GMT-04:00 Jeetendra Gangele <[email protected]>: > > >> > > >>> I have added below line but this not bringing the required jars > > >>> > > >>> <repositories> > > >>> <repository> > > >>> <id>Hbase-1.1.0</id> > > >>> <url> > > >>> > https://repository.apache.org/content/repositories/orgapachehbase-1076 > > >>> </url> > > >>> </repository> > > >>> </repositories> > > >>> > > >>>> On 30 April 2015 at 19:50, Jeetendra Gangele <[email protected]> > > >>> wrote: > > >>> > > >>>> will it be possible for you to give me below > > >>>> > > >>>> Artifact Id,GrouId and version. > > >>>> if this is not possible how to add this repository is Pom.xml? > > >>>> > > >>>> > > >>>>> On 30 April 2015 at 19:28, Ted Yu <[email protected]> wrote: > > >>>>> > > >>>>> Jeetendra: > > >>>>> Add the following repo in your pom.xml (<repositories> section): > > >> > https://repository.apache.org/content/repositories/orgapachehbase-1076 > > >>>>> > > >>>>> Then you can use 1.1.0 for hbase version. > > >>>>> > > >>>>> Cheers > > >>>>> > > >>>>> On Wed, Apr 29, 2015 at 11:06 PM, Jeetendra Gangele < > > >>> [email protected] > > >>>>> wrote: > > >>>>> > > >>>>>> I means how to include in pom.xml > > >>>>>> > > >>>>>>> On 30 April 2015 at 11:36, Jeetendra Gangele < > [email protected] > > > > > >>>>>> wrote: > > >>>>>> > > >>>>>>> How to include this is project code any sample? > > >>>>>>> > > >>>>>>> On 30 April 2015 at 11:32, Nick Dimiduk <[email protected]> > > >> wrote: > > >>>>>>> > > >>>>>>>> Nope, you're right. That link should be > > >>>>>>>> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.1.0RC0/ > > >>>>>>>> > > >>>>>>>> On Wed, Apr 29, 2015 at 10:39 PM, Ashish Singhi < > > >>>>>>>> [email protected]> wrote: > > >>>>>>>> > > >>>>>>>>> Hi Nick. > > >>>>>>>>> bq. (HBase-1.1.0RC0) is available for download at > > >>>>>>>>> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.0.1RC2/ > > >>>>>>>>> The above url is correct ? from the name it does not seems to > > >> be. > > >>>>>>>>> > > >>>>>>>>> -- Ashish > > >>>>>>>>> > > >>>>>>>>> On Thu, Apr 30, 2015 at 11:05 AM, Nick Dimiduk < > > >>>>> [email protected]> > > >>>>>>>>> wrote: > > >>>>>>>>> > > >>>>>>>>>> I'm happy to announce the first release candidate of HBase > > >>> 1.1.0 > > >>>>>>>>>> (HBase-1.1.0RC0) is available for download at > > >>>>>>>>>> https://dist.apache.org/repos/dist/dev/hbase/hbase-1.0.1RC2/ > > >>>>>>>>>> > > >>>>>>>>>> Maven artifacts are also available in the staging repository > > >> > https://repository.apache.org/content/repositories/orgapachehbase-1076 > > >>>>>>>>>> > > >>>>>>>>>> Artifacts are signed with my code signing subkey > > >>>>> 0xAD9039071C3489BD, > > >>>>>>>>>> available in the Apache keys directory > > >>>>>>>>>> https://people.apache.org/keys/committer/ndimiduk.asc and in > > >>>>>>>>>> http://people.apache.org/~ndimiduk/KEY > > >>>>>>>>>> > > >>>>>>>>>> There's also a signed tag for this release at > > >> > > > https://git-wip-us.apache.org/repos/asf?p=hbase.git;a=tag;h=2c102dbe56116ca342abd08e906d70d900048a55 > > >>>>>>>>>> > > >>>>>>>>>> HBase 1.1.0 is the first minor release in the HBase 1.x line, > > >>>>>>>> continuing > > >>>>>>>>> on > > >>>>>>>>>> the theme of bringing a stable, reliable database to the > > >> Hadoop > > >>>>> and > > >>>>>>>> NoSQL > > >>>>>>>>>> communities. This release includes nearly 200 resolved issues > > >>>>> above > > >>>>>>>> the > > >>>>>>>>>> 1.0.x series to date. Notable features include: > > >>>>>>>>>> > > >>>>>>>>>> - Async RPC client (HBASE-12684) > > >>>>>>>>>> - Simple RPC throttling (HBASE-11598) > > >>>>>>>>>> - Improved compaction controls (HBASE-8329, HBASE-12859) > > >>>>>>>>>> - New extension interfaces for coprocessor users, better > > >>>>> supporting > > >>>>>>>>>> projects like Phoenix (HBASE-12972, HBASE-12975) > > >>>>>>>>>> - Per-column family flush (HBASE-10201) > > >>>>>>>>>> - WAL on SSD (HBASE-12848) > > >>>>>>>>>> - BlockCache in Memcached (HBASE-13170) > > >>>>>>>>>> - Tons of region replica enhancements around META, WAL, and > > >>> bulk > > >>>>>>>> loading > > >>>>>>>>>> (HBASE-11574, HBASE-11568, HBASE-11571, HBASE-11567) > > >>>>>>>>>> > > >>>>>>>>>> The full list of issues can be found at > > >> > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12329043 > > >>>>>>>>>> > > >>>>>>>>>> Please try out this candidate and vote +/-1 by midnight > > >> Pacific > > >>>>> time > > >>>>>>>> on > > >>>>>>>>>> 2015-05-06 as to whether we should release these bits as > > >> HBase > > >>>>>> 1.1.0. > > >>>>>>>>>> > > >>>>>>>>>> Thanks, > > >>>>>>>>>> Nick > > >> > > > -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
