|
|
-
HBase trunk build is broken. (likely due to HBASE-7104)
lars hofhansl 2012-11-13, 02:07
[ERROR] Failed to execute goal on project hbase-hadoop2-compat: Could not resolve dependencies for project org.apache.hbase:hbase-hadoop2-compat:jar:0.95-SNAPSHOT: Could not find artifact org.apache.hadoop:hadoop-mapreduce-client-app:jar:1.1.0 in cloudbees netty ( http://repository-netty.forge.cloudbees.com/snapshot/) -> [Help 1] -- Lars
+
lars hofhansl 2012-11-13, 02:07
-
Re: HBase trunk build is broken. (likely due to HBASE-7104)
lars hofhansl 2012-11-13, 04:11
Sorry... Meant the precommit build (I do the same error locally). ________________________________ From: lars hofhansl <[EMAIL PROTECTED]> To: hbase-dev <[EMAIL PROTECTED]> Sent: Monday, November 12, 2012 6:07 PM Subject: HBase trunk build is broken. (likely due to HBASE-7104) [ERROR] Failed to execute goal on project hbase-hadoop2-compat: Could not resolve dependencies for project org.apache.hbase:hbase-hadoop2-compat:jar:0.95-SNAPSHOT: Could not find artifact org.apache.hadoop:hadoop-mapreduce-client-app:jar:1.1.0 in cloudbees netty ( http://repository-netty.forge.cloudbees.com/snapshot/) -> [Help 1] -- Lars
+
lars hofhansl 2012-11-13, 04:11
-
Re: HBase trunk build is broken. (likely due to HBASE-7104)
Stack 2012-11-13, 04:42
On Mon, Nov 12, 2012 at 8:11 PM, lars hofhansl <[EMAIL PROTECTED]> wrote: > Sorry... Meant the precommit build (I do the same error locally). >
Revert for now? Or Nicolas should be getting up soon (especially given he and his wife just had a baby) and so it should be fixed by morning? St.Ack
+
Stack 2012-11-13, 04:42
-
Re: HBase trunk build is broken. (likely due to HBASE-7104)
Nicolas Liochon 2012-11-13, 06:13
Hi all,
I'm on it. I've deleted my local repository and I'm now building HBase to see if I have the error. I will revert my commit in a few hours if I don't find the issue, but don't hesitate to revert it if you need the precommit env immediately.
Nicolas On Tue, Nov 13, 2012 at 5:42 AM, Stack <[EMAIL PROTECTED]> wrote:
> On Mon, Nov 12, 2012 at 8:11 PM, lars hofhansl <[EMAIL PROTECTED]> > wrote: > > Sorry... Meant the precommit build (I do the same error locally). > > > > Revert for now? Or Nicolas should be getting up soon (especially > given he and his wife just had a baby) and so it should be fixed by > morning? > St.Ack >
+
Nicolas Liochon 2012-11-13, 06:13
-
Re: HBase trunk build is broken. (likely due to HBASE-7104)
Enis Söztutar 2012-11-13, 07:19
It also failed for me, but not sure whether it was a maven caching the repo information, or an actual build issue. Looking at the pom, it just adds the exclusion under pluginManagement, so it should not cause this. But then again this is maven, so there might be some dark vodoo. On Mon, Nov 12, 2012 at 10:13 PM, Nicolas Liochon <[EMAIL PROTECTED]> wrote:
> Hi all, > > I'm on it. I've deleted my local repository and I'm now building HBase to > see if I have the error. I will revert my commit in a few hours if I don't > find the issue, but don't hesitate to revert it if you need the precommit > env immediately. > > Nicolas > > > On Tue, Nov 13, 2012 at 5:42 AM, Stack <[EMAIL PROTECTED]> wrote: > > > On Mon, Nov 12, 2012 at 8:11 PM, lars hofhansl <[EMAIL PROTECTED]> > > wrote: > > > Sorry... Meant the precommit build (I do the same error locally). > > > > > > > Revert for now? Or Nicolas should be getting up soon (especially > > given he and his wife just had a baby) and so it should be fixed by > > morning? > > St.Ack > > >
+
Enis Söztutar 2012-11-13, 07:19
-
Re: HBase trunk build is broken. (likely due to HBASE-7104)
Nicolas Liochon 2012-11-13, 08:28
Yes, when I deleted my repo, I reproduced the issue on my env as well. I suppose it works only if you have built hadoop 1.1 locally. Removing the reference in the dependency management seems to fix the build, which is quite strange (but, as you say, it's maven...)...
I'm currently validating this, I should commit it soon... On Tue, Nov 13, 2012 at 8:19 AM, Enis Söztutar <[EMAIL PROTECTED]> wrote:
> It also failed for me, but not sure whether it was a maven caching the repo > information, or an actual build issue. Looking at the pom, it just adds the > exclusion under pluginManagement, so it should not cause this. But then > again this is maven, so there might be some dark vodoo. > > > On Mon, Nov 12, 2012 at 10:13 PM, Nicolas Liochon <[EMAIL PROTECTED]> > wrote: > > > Hi all, > > > > I'm on it. I've deleted my local repository and I'm now building HBase to > > see if I have the error. I will revert my commit in a few hours if I > don't > > find the issue, but don't hesitate to revert it if you need the precommit > > env immediately. > > > > Nicolas > > > > > > On Tue, Nov 13, 2012 at 5:42 AM, Stack <[EMAIL PROTECTED]> wrote: > > > > > On Mon, Nov 12, 2012 at 8:11 PM, lars hofhansl <[EMAIL PROTECTED]> > > > wrote: > > > > Sorry... Meant the precommit build (I do the same error locally). > > > > > > > > > > Revert for now? Or Nicolas should be getting up soon (especially > > > given he and his wife just had a baby) and so it should be fixed by > > > morning? > > > St.Ack > > > > > >
+
Nicolas Liochon 2012-11-13, 08:28
-
Re: HBase trunk build is broken. (likely due to HBASE-7104)
Nicolas Liochon 2012-11-13, 08:57
Actually, Lars did the work already in HBASE-7104. On Tue, Nov 13, 2012 at 9:28 AM, Nicolas Liochon <[EMAIL PROTECTED]> wrote:
> Yes, when I deleted my repo, I reproduced the issue on my env as well. I > suppose it works only if you have built hadoop 1.1 locally. > Removing the reference in the dependency management seems to fix the > build, which is quite strange (but, as you say, it's maven...)... > > I'm currently validating this, I should commit it soon... > > > > On Tue, Nov 13, 2012 at 8:19 AM, Enis Söztutar <[EMAIL PROTECTED]> wrote: > >> It also failed for me, but not sure whether it was a maven caching the >> repo >> information, or an actual build issue. Looking at the pom, it just adds >> the >> exclusion under pluginManagement, so it should not cause this. But then >> again this is maven, so there might be some dark vodoo. >> >> >> On Mon, Nov 12, 2012 at 10:13 PM, Nicolas Liochon <[EMAIL PROTECTED]> >> wrote: >> >> > Hi all, >> > >> > I'm on it. I've deleted my local repository and I'm now building HBase >> to >> > see if I have the error. I will revert my commit in a few hours if I >> don't >> > find the issue, but don't hesitate to revert it if you need the >> precommit >> > env immediately. >> > >> > Nicolas >> > >> > >> > On Tue, Nov 13, 2012 at 5:42 AM, Stack <[EMAIL PROTECTED]> wrote: >> > >> > > On Mon, Nov 12, 2012 at 8:11 PM, lars hofhansl <[EMAIL PROTECTED]> >> > > wrote: >> > > > Sorry... Meant the precommit build (I do the same error locally). >> > > > >> > > >> > > Revert for now? Or Nicolas should be getting up soon (especially >> > > given he and his wife just had a baby) and so it should be fixed by >> > > morning? >> > > St.Ack >> > > >> > >> > >
+
Nicolas Liochon 2012-11-13, 08:57
|
|