Re: is Branch-1.1 SBT build broken for yarn-alpha ?

2014-08-21 Thread Chester Chen
Mridul, Thanks for the suggestion. I just updated the build today and changed the yarn/alpha/pom.xml to 1.1.1-SNAPSHOT then the command worked. I will create a JIRA and PR for it. Chester On Thu, Aug 21, 2014 at 8:03 AM, Chester @work wrote: > Do we have Jenkins tests these

Re: is Branch-1.1 SBT build broken for yarn-alpha ?

2014-08-21 Thread Chester @work
Do we have Jenkins tests these ? Should be pretty easy to setup just to test basic build Sent from my iPhone > On Aug 21, 2014, at 6:45 AM, Mridul Muralidharan wrote: > > Weird that Patrick did not face this while creating the RC. > Essentially the yarn alpha pom.xml has not been updated prope

Re: is Branch-1.1 SBT build broken for yarn-alpha ?

2014-08-21 Thread Mridul Muralidharan
Weird that Patrick did not face this while creating the RC. Essentially the yarn alpha pom.xml has not been updated properly in the 1.1 branch. Just change version to '1.1.1-SNAPSHOT' for yarn/alpha/pom.xml (to make it same as any other pom). Regards, Mridul On Thu, Aug 21, 2014 at 5:09 AM, Ch

Re: is Branch-1.1 SBT build broken for yarn-alpha ?

2014-08-21 Thread Sean Owen
Maven is just telling you that there is no version 1.1.0 of yarn-parent, and indeed, it has not been released. To build the branch you would need to "mvn install" to compile and make available local copies of artifacts along the way. (You may have these for 1.1.0-SNAPSHOT locally already). Use Mave

?????? is Branch-1.1 SBT build broken for yarn-alpha ?

2014-08-20 Thread witgo
There's a related discussion https://issues.apache.org/jira/browse/SPARK-2815 -- -- ??: "Chester Chen"; : 2014??8??21??(??) 7:42 ??: "dev"; ????: Re: is Branch-1.1 SBT build broken for yarn-alpha

Re: is Branch-1.1 SBT build broken for yarn-alpha ?

2014-08-20 Thread Chester Chen
Just tried on master branch, and the master branch works fine for yarn-alpha On Wed, Aug 20, 2014 at 4:39 PM, Chester Chen wrote: > I just updated today's build and tried branch-1.1 for both yarn and > yarn-alpha. > > For yarn build, this command seem to work fine. > > sbt/sbt -Pyarn -Dhadoop.v

is Branch-1.1 SBT build broken for yarn-alpha ?

2014-08-20 Thread Chester Chen
I just updated today's build and tried branch-1.1 for both yarn and yarn-alpha. For yarn build, this command seem to work fine. sbt/sbt -Pyarn -Dhadoop.version=2.3.0-cdh5.0.1 projects for yarn-alpha sbt/sbt -Pyarn-alpha -Dhadoop.version=2.0.5-alpha projects I got the following Any ideas Che