Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-12-15 Thread Wangda Tan
Thanks Sangjin, I tried to switch to a different repository and it works fine for me now. Maybe there was some intermittent connection issues of repository.apache.org. Apologize for the noise. Wangda On Wed, Dec 14, 2016 at 4:37 PM, Sangjin Lee wrote: > Wait. The errors

Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-12-14 Thread Sangjin Lee
Wait. The errors you're seeing have nothing to do with this or HBASE-16749. You seem to be hitting an issue with connecting to repository.apache.org. The original issue was with hitting http://people.apache.org/~garyh/mvn. This seems to be a different issue. Could you please drill into what's

Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-12-14 Thread Li Lu
Let’s remove the Phoenix dependency if that’s blocking builds now. The offline aggregator can be added later. Li Lu On Dec 13, 2016, at 23:27, Joep Rottinghuis > wrote: What I'm concerned we can remove the Phoenix dependency, since it isn't really

Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-12-14 Thread Wangda Tan
Thanks folks for reply, I tried to change some parameters of maven (like useCache=true), but it still doesn't work. The output looks like: [INFO] [INFO] Building Apache Hadoop YARN Timeline Service 3.0.0-alpha2-SNAPSHOT

Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-12-13 Thread Ted Yu
bq. out of which 1.2.4 is released Actually 1.2.4 has already been released. 1.1.8 RC is being voted upon. FYI On Tue, Dec 13, 2016 at 5:48 PM, Sangjin Lee wrote: > According to HBASE-16749, the fix went into HBase 1.2.4 and 1.1.8 (out of > which 1.2.4 is released). To

Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-12-13 Thread Sangjin Lee
According to HBASE-16749, the fix went into HBase 1.2.4 and 1.1.8 (out of which 1.2.4 is released). To resolve this issue, we'd need to upgrade to 1.2.4 or later. Sangjin On Tue, Dec 13, 2016 at 3:41 PM, Vrushali Channapattan < vchannapat...@twitter.com> wrote: > Yes, I think bumping up the

Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-12-13 Thread Ted Yu
Just performed a clean build on my MacBook: [INFO] Apache Hadoop Mini-Cluster . SUCCESS [ 0.952 s] [INFO] Apache Hadoop Scheduler Load Simulator . SUCCESS [ 1.838 s] [INFO] Apache Hadoop Azure Data Lake support .. SUCCESS [ 2.308 s] [INFO] Apache

Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-12-13 Thread Wangda Tan
Hi folks, It looks like HBASE-16749 is fixed, and Phoenix version is updated (per Li). But I'm still experiencing slow build of ATSv2 component: [INFO] Apache Hadoop YARN . SUCCESS [ 1.378 s] [INFO] Apache Hadoop YARN API . SUCCESS [

Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-10-04 Thread Sangjin Lee
Thanks Wangda. To answer Steve's question, I don't think maven downloads anything from that location (it's a very old content). It just does a wasted effort by hitting this repo. On Mon, Oct 3, 2016 at 10:25 AM, Wangda Tan wrote: > Filed:

Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-10-03 Thread Wangda Tan
Filed: https://issues.apache.org/jira/browse/HBASE-16749 On Mon, Oct 3, 2016 at 10:18 AM, Wangda Tan wrote: > Thanks Sangjin/Ted/Steve for your comments/suggestions, I will file a > HBase JIRA later. > > Regards, > Wangda > > On Mon, Oct 3, 2016 at 4:43 AM, Steve Loughran

Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-10-03 Thread Wangda Tan
Thanks Sangjin/Ted/Steve for your comments/suggestions, I will file a HBase JIRA later. Regards, Wangda On Mon, Oct 3, 2016 at 4:43 AM, Steve Loughran wrote: > HBase really ought to have a profile for D/Ling from somewhere like this, > and, perhaps, list the ASF

Re: Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-10-01 Thread Sangjin Lee
We should raise a JIRA. I suspect this is more of an hbase issue. I believe it's coming from the hbase pom that contains a definition of that repo (named "ghelmling.testing"). This would entail upgrading to a later version of hbase that removes this repo. I don't think this is a major issue, but

Maven build: YARN timeline service downloading maven-metadata from personal repository?

2016-10-01 Thread Wangda Tan
Hi YARN-dev, (cc common-dev), YARN timeline service currently sometimes downloads maven-metadata.xml from a personal apache site, log looks like: [INFO] [INFO] Building Apache Hadoop YARN Timeline Service