IRC discussions for those that live in different timezones

2010-05-13 Thread Paul Smith
is there an online IRC log of the #hbase discussions someone can point me to.. ? is it logged? I feel I miss out on lots either overnight or during my work day, and I can't keep up. See lots of juicy JIRA things from obviously detailed discussions but I like to see the raw info. tah. Paul

Re: Renamed branches, updated list of issues against next release ("0.21.0")

2010-05-12 Thread Paul Smith
> > *NOTE* TRUNK uses maven. Please surface here on this list any issues > you have getting going on maven. Lets work through them together. > Lets all help each other make the transition as smooth as possible. > I've been adding to Paul Smith's hbase and maven page here, > http://wiki.apache.o

Re: JMX bean registrations for Master & RegionServers

2010-04-09 Thread Paul Smith
>> >> hadoop:name=RegionServerStatistics,service=RegionServer >> hadoop:name=RPCStatistics-60020,service=HBase >> > > ok, well under my local simple testing (sort of straight out of the box > unpacking, not distributed), the RegionServer does _not_ export that > RegionServerStatistics which is

Re: JMX bean registrations for Master & RegionServers

2010-04-09 Thread Paul Smith
On 09/04/2010, at 9:23 PM, Gary Helmling wrote: > Hi Paul, > > For the master process, you should see 2 MBeans registered (assuming > distributed setup with default ports): > > hadoop:name=MasterStatistics,service=Master > hadoop:name=RPCStatistics-6,service=HBase > > The first is master-s

JMX bean registrations for Master & RegionServers

2010-04-08 Thread Paul Smith
Hi gents, related to the Parfait/PCP discussion recently, I'm hitting a problem that I need your help. Right now a MetricContext implementation is initialised fairly early within the Hbase/Hadoop lifecycle, and is given a chance to initialise which is good. However what I've noticed is that ot

Re: Parfait -> WAS -> Re: Should HTable.put() return a Future?

2010-04-07 Thread Paul Smith
o show where/how this setup would be of high value. Paul On 08/04/2010, at 2:20 PM, Stack wrote: > On Tue, Apr 6, 2010 at 6:10 PM, Paul Smith wrote: >>> >>> > ... >> anyway, some more ideas to kick around and discuss. >> > > What do we have to do to get it running on one of our clusters Paul? > St.Ack

Re: Should HTable.put() return a Future?

2010-04-06 Thread Paul Smith
> > Parfait can poll JMX counters, or counters can be invoked direct. I'm > working on a MetricContext that exports all HBase and Hadoop JMX counters > into Parfait. The goal is to be able to have PCP visualize data more > effectively for HBase/Hadoop clusters. To give an example of what sort

Re: Should HTable.put() return a Future?

2010-04-06 Thread Paul Smith
gents, I'm working on something in the background that may certainly help here. Right now we (Aconex) have open sourced a performance library called Parfait (ASL 2.0 licensed, see [1]) for Java, which is generic, but initially targetted at writing data out to SGI's open-sourced Performance Co-Pi

[jira] Created: (HBASE-2394) Use top-level Apache pom for shared configuration

2010-03-31 Thread Paul Smith (JIRA)
: build Affects Versions: 0.21.0 Reporter: Paul Smith Priority: Minor Lars Francke suggested this one to me offline and I think it's an excellent idea, so just raising it here for posterity. see https://repository.apache.org/content/repositories/releases/org/a

Re: Sonar report for HBase

2010-03-28 Thread Paul Smith
On 28/03/2010, at 10:11 PM, Lars Francke wrote: >> Nice work. I wish Apache would host an internal Sonar instance. > > Your wish is about to come true :) > > http://issues.apache.org/jira/browse/INFRA-2140 > > I've asked on #asfinfra about the process and was pointed to the > builds@ mailing

Re: Sonar report for HBase

2010-03-27 Thread Paul Smith
sonar is awesome. we use it internally and on every automated build the sonar data for the build is pushed to our internal Sonar server, so we get long term graphs of progress towards quality improvements. Nice work. I wish Apache would host an internal Sonar instance. On 27/03/2010, at 2:02

Re: CRLF cleanup

2010-03-24 Thread Paul Smith
does git have that svn:eol-native style property that can avoid this sort of thing? it required every svn client to have it set based on extension, i'm not sure what the equivalent is in git-land. they'll keep creeping in unless something like this is done I think. On 25/03/2010, at 8:55 AM

Re: Ignore deprecations during Maven compile

2010-03-22 Thread Paul Smith
hard time tracking down a real > compile error because of these warning were looking like errors. > > On Mon, Mar 22, 2010 at 5:31 PM, Paul Smith wrote: >> I'd like to propose tweaking the Maven compiler plugin definition to ignore >> deprecations. firstly, during a Maven

[jira] Created: (HBASE-2364) Ignore Deprecations during build

2010-03-22 Thread Paul Smith (JIRA)
Ignore Deprecations during build Key: HBASE-2364 URL: https://issues.apache.org/jira/browse/HBASE-2364 Project: Hadoop HBase Issue Type: Improvement Affects Versions: 0.21.0 Reporter: Paul

Ignore deprecations during Maven compile

2010-03-22 Thread Paul Smith
I'd like to propose tweaking the Maven compiler plugin definition to ignore deprecations. firstly, during a Maven build, the deprecation output is totally ignored by everyone I'm sure, and IDE's do a much better job of tracking these anyway, so the value to the output is just not there. Second

[jira] Created: (HBASE-2348) Stargate needs both JAR and WAR artifacts

2010-03-19 Thread Paul Smith (JIRA)
Affects Versions: 0.21.0 Reporter: Paul Smith Assignee: Paul Smith Since the move to Maven we have lost the ability to have Stargate bundled as both a JAR and a WAR file (currently just the latter). I'm proposing to split the current stargate module further into 2 sub-mo

[jira] Created: (HBASE-2334) Slimming of Maven dependency tree - improves assembly build speed,

2010-03-16 Thread Paul Smith (JIRA)
: Improvement Components: build Affects Versions: 0.20.1 Reporter: Paul Smith Attachments: hbase-dependency-tidy-1.patch >From a discussion on IRC, the Maven assembly speed is pretty bad, this is >likely due to http://jira.codehaus.org/browse/MASSEMBLY-424 (p

Re: Maven assembly speed issue (from discussion with jdcryans on IRC)

2010-03-16 Thread Paul Smith
On 17/03/2010, at 10:56 AM, Stack wrote: > Here is a list of things I found in lib that we don't need to run: > > -rwsrwsrwt 1 Stack staff 1034049 Mar 16 16:45 ant-1.6.5.jar > -rwsrwsrwt 1 Stack staff 279781 Mar 16 16:45 commons-httpclient-3.0.1.jar > -rwsrwsrwt 1 Stack staff 70671

Re: Maven assembly speed issue (from discussion with jdcryans on IRC)

2010-03-16 Thread Paul Smith
just a follow up on this one: > > > > A bit of research I came across this issue with the Maven Assembly plugin. > > http://jira.codehaus.org/browse/MASSEMBLY-424 > I've posted some comments on this issue, but it basically comes down to a process fork per dependency which is a bit Scalabilit

Re: Maven assembly speed issue (from discussion with jdcryans on IRC)

2010-03-14 Thread Paul Smith
ahhh, sorry guys! umm, I think we'll have to find a sweet spot between beta-1 and beta-5. From the assembly plugin docs: http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html (binaries section) outputFileNameMapping Sets the mapping pattern for all NON-UNPACKED dependencies in

Maven assembly speed issue (from discussion with jdcryans on IRC)

2010-03-12 Thread Paul Smith
chatting with jdcryans on IRC, it appears 'mvn ... assembly:directory' is SLOOOW. and sure it enough, it's running like molasses. A couple of observations including some random thread-dumping , looks like Maven does a fair number of process forks to get file attributes, you can see the hideous

[jira] Commented: (HBASE-2267) More improvements to the Maven build

2010-03-01 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839941#action_12839941 ] Paul Smith commented on HBASE-2267: --- +1 from me, (not that it really counts _that_

Re: quick question on Maven

2010-02-24 Thread Paul Smith
On 25/02/2010, at 4:28 PM, Andrew Purtell wrote: > Hi, > > I'm hoping someone familiar with Maven can help me out. Should be quick to > answer -- > > How do I run tests only for the Stargate contrib? If I recurse and do 'mvn > test' in contrib/stargate, Maven tries to pull HBase dev/snapshot

[jira] Commented: (HBASE-2264) Even more improvements to the Maven build system and HBase directory structure

2010-02-24 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12838174#action_12838174 ] Paul Smith commented on HBASE-2264: --- +1 on the .sh directory move. +0.999 on

Hbase has been Mavenized

2010-02-23 Thread Paul Smith
questions or troubles, feel free to post, and I'll try to help out. cheers, Paul Smith

[jira] Commented: (HBASE-2254) Improvements to the Maven POMs

2010-02-23 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837593#action_12837593 ] Paul Smith commented on HBASE-2254: --- awesome work. in core/pom.xml the test scope

[jira] Commented: (HBASE-2254) Improvements to the Maven POMs

2010-02-23 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12837513#action_12837513 ] Paul Smith commented on HBASE-2254: --- looks good to me. TextMate is to blame for

[jira] Commented: (HBASE-2099) Move build to Maven

2010-02-20 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836256#action_12836256 ] Paul Smith commented on HBASE-2099: --- If you are happy the resultant layout works fin

Re: Ivy and IntelliJ

2010-02-20 Thread Paul Smith
On 20/02/2010, at 8:59 PM, Lars George wrote: > Hi, > > Can someone recommend the right plugin for IntelliJ to get Ivy working > with hbase-trunk? I tried the first it found but it wants an ant > script to generate the details. I selected ivy-targets.xml and that > seemed to have the ivy-init it

[jira] Commented: (HBASE-2099) Move build to Maven

2010-02-20 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836137#action_12836137 ] Paul Smith commented on HBASE-2099: --- in response to Dan's comments: bq. any p

[jira] Commented: (HBASE-2099) Move build to Maven

2010-02-20 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836136#action_12836136 ] Paul Smith commented on HBASE-2099: --- bq. [WARNING] NOTE: Currently, inclusion of mo

[jira] Updated: (HBASE-2099) Move build to Maven

2010-02-19 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: HBASE-2099.14.patch Latest patch. only difference between v13 and this one is the src

[jira] Commented: (HBASE-2099) Move build to Maven

2010-02-19 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835669#action_12835669 ] Paul Smith commented on HBASE-2099: --- *FACE PALM* oh crap. I forget the appassem

Re: Moving to Maven (HBASE-2099)

2010-02-15 Thread Paul Smith
On 14/02/2010, at 3:42 PM, Ryan Rawson wrote: > here it is: > > http://github.com/ryanobjc/hbase/tree/trunk_maven > > let me know who wants access - github name. Ryan, I've set myself up as 'tallpsmith' (my common moniker) on Github. I'm a git newbie really (have a good book though I'm readin

[jira] Commented: (HBASE-2099) Move build to Maven

2010-02-13 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833501#action_12833501 ] Paul Smith commented on HBASE-2099: --- oh, and all the groupId's have been c

[jira] Updated: (HBASE-2099) Move build to Maven

2010-02-13 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBASE-2099.9.patch) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-02-13 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: HBase Move Script.txt HBASE-2099.13.patch latest patch and plan. * Added

[jira] Updated: (HBASE-2099) Move build to Maven

2010-02-13 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBase Move Script.txt) > Move build to Ma

Re: help: test failure (under Maven)

2010-02-13 Thread Paul Smith
On 14/02/2010, at 2:17 PM, Ryan Rawson wrote: > Ill help you later... I'm out and about but it looks like the test is stale > since the new default for that value is indeed 3000. Probably can just > change it to 3000 for now... ok, well that's good to know. I guess I relied on the last 'hudson

help: test failure (under Maven)

2010-02-13 Thread Paul Smith
Ok, I'm down to a single test failure I just don't get while running under Maven (HBASE-2099). --- Test set: org.apache.hadoop.hbase.zookeeper.HQuorumPeerTest --

Re: Moving to Maven (HBASE-2099)

2010-02-13 Thread Paul Smith
On 13/02/2010, at 6:59 PM, Kay Kay wrote: > +1 on the 'maven'ization. > > As far as I see - there is not any special cross goal dependencies coming up, > in the HBase lifecycle so this should not be a problem. > Yep, I think HBase definitely is a standard project type that fits the intent th

Re: Moving to Maven (HBASE-2099)

2010-02-13 Thread Paul Smith
On 13/02/2010, at 9:11 PM, Dan Washusen wrote: > Maven provides a "-o" argument and Ivy provides a "-Doffline=true" > property. I haven't used the Ivy variant but if you're using SNAPSHOT > dependencies it makes the build a lot quicker. I usually do an infrequent > online build then do the rest

Moving to Maven (HBASE-2099)

2010-02-12 Thread Paul Smith
I while ago I prepared a fairly lengthy email to this list about the potential of moving HBase to a Maven build system (as is discussed on HBASE-2099). On reflection, it was a) long, and b) a bit over the top. I think from a small smattering of discussions on IRC it appears there's at least a vi

[jira] Commented: (HBASE-2170) hbase lightweight client library as a distribution

2010-02-12 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833286#action_12833286 ] Paul Smith commented on HBASE-2170: --- bq. in theory a client will only need the cl

[jira] Commented: (HBASE-2170) hbase lightweight client library as a distribution

2010-02-12 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833279#action_12833279 ] Paul Smith commented on HBASE-2170: --- One of the things I was actually starting to

Re: Stargate War - jetty.xml and dependencies

2010-02-09 Thread Paul Smith
On 10/02/2010, at 4:31 AM, Andrew Purtell wrote: > Forgot to mention that a layout like this: > > > hbase/ > contrib/ > stargate/ > src/ > embedded/ > main/ > servlet/ > > would only be for 0.20.4, assuming we have one. In 0.21, Stargate is >

Re: Stargate War - jetty.xml and dependencies

2010-02-08 Thread Paul Smith
On 09/02/2010, at 11:56 AM, Stack wrote: > The WAR has everything under WEB-INF (class files, etc.). The jar has > it all at top-level. It looks like a WAR can't be used as a JAR as I > suggested in my previous mail so, yeah, stargate contrib would seem to > have WAR and JAR targets (unless som

[jira] Commented: (HBASE-2099) Move build to Maven

2010-02-07 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830778#action_12830778 ] Paul Smith commented on HBASE-2099: --- bq. Yes. As far as zookeeper is concerned - it

[jira] Commented: (HBASE-2099) Move build to Maven

2010-02-07 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830764#action_12830764 ] Paul Smith commented on HBASE-2099: --- bq. Paul - Can you also help double check

[jira] Commented: (HBASE-2099) Move build to Maven

2010-02-06 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830613#action_12830613 ] Paul Smith commented on HBASE-2099: --- bq. But - when we publish an artifact , we

[jira] Commented: (HBASE-2099) Move build to Maven

2010-02-06 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830608#action_12830608 ] Paul Smith commented on HBASE-2099: --- back to some things stack said in another post:

[jira] Commented: (HBASE-2099) Move build to Maven

2010-02-06 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830606#action_12830606 ] Paul Smith commented on HBASE-2099: --- I'd 'vote' in favour of o.a

[jira] Updated: (HBASE-2099) Move build to Maven

2010-02-06 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: HBase Move Script.txt > Move build to Maven > --- > >

[jira] Updated: (HBASE-2099) Move build to Maven

2010-02-06 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBase Move Script.txt) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-02-06 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBASE-2099.7.patch) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-02-06 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBase Move Script.txt) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-02-06 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: HBASE-2099.9.patch latest patch and updated Plan document: * sources for hbase-core now

[jira] Updated: (HBASE-2099) Move build to Maven

2010-02-06 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBASE-2099.8.patch) > Move build to Ma

Stargate War - jetty.xml and dependencies

2010-02-06 Thread Paul Smith
Over on HBASE-2099 I'm making good progress with a potential Mavenization of the Hbase ecosystem (feel free to join in the discussion). Just a question about the contrib/stargate module. As I read it, it's designed to be both a standalone WAR _and_ JAR artifact? Is that correct? I can do that

[jira] Commented: (HBASE-2099) Move build to Maven

2010-02-06 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830501#action_12830501 ] Paul Smith commented on HBASE-2099: --- Just replying to something stack said way bac

[jira] Updated: (HBASE-2099) Move build to Maven

2010-02-05 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: HBase Move Script.txt HBASE-2099.8.patch Latest patch and move script

Re: Discussion: Move contribs out of hbase?

2010-02-05 Thread Paul Smith
On 31/01/2010, at 11:57 AM, Stack wrote: > On Thu, Jan 28, 2010 at 3:08 PM, Joydeep Sarma wrote: >> fwiw - i agree with Dhruba's take. i can't imagine (for example) >> hadoop shipping without hadoop-streaming (which is contrib). and it's >> awesome that hadoop changes that break streaming are ca

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-20 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803160#action_12803160 ] Paul Smith commented on HBASE-2099: --- >From a private email from stack which co

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-20 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBASE-2099.6.patch) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-20 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBase Move Script.txt) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-20 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBASE-2099.5.patch) > Move build to Ma

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-20 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803124#action_12803124 ] Paul Smith commented on HBASE-2099: --- ok, well my MAVEN_OPTS is < 1024, but is

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-19 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802643#action_12802643 ] Paul Smith commented on HBASE-2099: --- incidently the HBASE-2099-7.patch and plan atta

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-19 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: HBase Move Script.txt HBASE-2099.7.patch Attached is the first actual

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-18 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802087#action_12802087 ] Paul Smith commented on HBASE-2099: --- @stack Melbourne > Move build t

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-18 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802043#action_12802043 ] Paul Smith commented on HBASE-2099: --- @KayKay, all but 2 pass (see attachment to

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-18 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802000#action_12802000 ] Paul Smith commented on HBASE-2099: --- I don't think Maven can pull from a local

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-17 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: HBase Move Script.txt HBASE-2099.6.patch This patch now makes decent

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-17 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBASE-2099.4.patch) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-17 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBASE-2099.patch) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-17 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBASE-2099.3.patch) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-17 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBASE-2099.3.full.patch) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-17 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBASE-2099.2.patch) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-17 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: (was: HBASE-2099.2.full.patch) > Move build to Ma

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-17 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: findbugs.html findbugs.html HBASE-2099.5.patch Just

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-14 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: HBASE-2099.4.patch attached latest 'slim' patch with pom's only, (I c

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-14 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: test-reports.zip Here's a small zip of the HTML report from the test run after ge

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-14 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800553#action_12800553 ] Paul Smith commented on HBASE-2099: --- as it turned out I had missed the need for &

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-14 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800462#action_12800462 ] Paul Smith commented on HBASE-2099: --- bq. Seems like an artifact of contrib/ec2 reu

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-14 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800381#action_12800381 ] Paul Smith commented on HBASE-2099: --- bq. "Someone entered an issue for 3.3.0

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-13 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800086#action_12800086 ] Paul Smith commented on HBASE-2099: --- I think this is where Maven starts to pay off,

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-13 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800020#action_12800020 ] Paul Smith commented on HBASE-2099: --- bq. Maybe its time to write the list then? The

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-13 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: HBASE-2099.3.full.patch HBASE-2099.3.patch WIP so far * Webapps shuffled

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-13 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799928#action_12799928 ] Paul Smith commented on HBASE-2099: --- Thanks @stack. There is no question that

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-12 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799603#action_12799603 ] Paul Smith commented on HBASE-2099: --- I'll change the groupId's to match @s

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-12 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799599#action_12799599 ] Paul Smith commented on HBASE-2099: --- bq. This sounds like a good idea. Working

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-12 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799590#action_12799590 ] Paul Smith commented on HBASE-2099: --- I can't think of a seamless way of doin

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-12 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: HBASE-2099.2.full.patch HBASE-2099.2.patch Latest version of the '

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-12 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799577#action_12799577 ] Paul Smith commented on HBASE-2099: --- bq. That the generated jar, hbase-0.21.0-dev

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-12 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799562#action_12799562 ] Paul Smith commented on HBASE-2099: --- ok, I'm making more progress, I'

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-12 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799470#action_12799470 ] Paul Smith commented on HBASE-2099: --- incidentally the saveVersion.sh could probabl

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-12 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799465#action_12799465 ] Paul Smith commented on HBASE-2099: --- the more I look into this the more I thi

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-11 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799076#action_12799076 ] Paul Smith commented on HBASE-2099: --- yep, I've spotted those will add

[jira] Updated: (HBASE-2099) Move build to Maven

2010-01-11 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Smith updated HBASE-2099: -- Attachment: HBASE-2099.patch Here's my first cut at this, currently compiles the core fine, do

[jira] Commented: (HBASE-2099) Move build to Maven

2010-01-11 Thread Paul Smith (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799022#action_12799022 ] Paul Smith commented on HBASE-2099: --- ahh... the old "why don't you look in

  1   2   >