Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
Thanks all for the discussion. I merged it on 2nd July :-) I think the last task about JDK 8 compilation support is to configure maven-enforcer-plugin. Thanks, - Tsuyoshi On Wed, Jul 6, 2016 at 3:41 AM, Ravi Prakash wrote: > Go Go Go! Thanks for all the upgrade work Tsuyoshi! > > On Thu, Jun 30, 2016 at 12:03 PM, Tsuyoshi Ozawa wrote: >> >> Thanks, Andrew. >> >> Based on discussion here, I would like to merge it into *trunk* if >> there are no objection tomorrow. >> >> Thanks, >> - Tsuyoshi >> >> On Wed, Jun 29, 2016 at 12:28 PM, Andrew Wang >> wrote: >> > I think it's okay to merge. We've already bumped other deps in trunk. >> > >> > On Wed, Jun 29, 2016 at 12:27 PM, Tsuyoshi Ozawa >> > wrote: >> >> >> >> I forgot to mention about importance point: it's a blocker issue to >> >> compile Hadoop with JDK8. Hence, we need to merge it on both client >> >> side and server slide anyway. >> >> >> >> Thanks, >> >> - Tsuyoshi >> >> >> >> On Wed, Jun 29, 2016 at 12:24 PM, Tsuyoshi Ozawa >> >> wrote: >> >> > Thanks Vinod, Sangjin, Sean for your comment. >> >> > >> >> > Okay, I will take a look at the class path isolation. >> >> > Should I postpone to merge Guice upgrade to trunk? IMHO, it works >> >> > with >> >> > tests, so it's okay to merge to runk. Thoughts? >> >> > >> >> > - Tsuyoshi >> >> > >> >> > On Wed, Jun 29, 2016 at 12:10 PM, Sangjin Lee >> >> > wrote: >> >> >> Yeah it would be awesome if we can get feedback and/or suggestions >> >> >> on >> >> >> these >> >> >> JIRAs (HADOOP-11804 and HADOOP-13070). >> >> >> >> >> >> Thanks, >> >> >> Sangjin >> >> >> >> >> >> On Wed, Jun 29, 2016 at 10:55 AM, Sean Busbey >> >> >> wrote: >> >> >>> >> >> >>> At the very least, I'm running through an updated shaded hadoop >> >> >>> client >> >> >>> this week[1] (HBase is my test application and it wandered onto >> >> >>> some >> >> >>> private things that broke in branch-2). And Sangjin has a good lead >> >> >>> on >> >> >>> an lower-short-term-cost incremental improvement for runtime >> >> >>> isolation >> >> >>> of apps built on yarn/mapreduce[2]. He's been patiently waiting for >> >> >>> more review feedback. >> >> >>> >> >> >>> >> >> >>> [1]: https://issues.apache.org/jira/browse/HADOOP-11804 >> >> >>> [2]: https://issues.apache.org/jira/browse/HADOOP-13070 >> >> >>> >> >> >>> On Wed, Jun 29, 2016 at 12:33 PM, Vinod Kumar Vavilapalli >> >> >>> wrote: >> >> >>> > My strong expectation is that we’ll have a version of classpath >> >> >>> > isolation in our first release of 3.x. I’m planning to spending >> >> >>> > some >> >> >>> > cycles >> >> >>> > right away on this. >> >> >>> > >> >> >>> > Assuming classpath isolation gets in, it is reasonable to bump up >> >> >>> > our >> >> >>> > dependencies like Jetty / Guice to the latest stable versions. >> >> >>> > >> >> >>> > Thanks >> >> >>> > +Vinod >> >> >>> > >> >> >>> >> On Jun 27, 2016, at 6:01 AM, Tsuyoshi Ozawa >> >> >>> >> wrote: >> >> >>> >> >> >> >>> >> Hi developers, >> >> >>> >> >> >> >>> >> I will plan to upgrade Google Guice dependency on trunk. The >> >> >>> >> change >> >> >>> >> also includes asm and cglib upgrade. >> >> >>> >> I checked following points: >> >> >>> >> >> >> >>> >> * Both HDFS and YARN UIs work well. >> >> >>> >> * All webIU-related tests pass as described on HADOOP-12064. >> >> >>> >> * Ran mapreduce job, and it works well. >> >> >>> >> >> >> >>> >> https://issues.apache.org/jira/browse/HADOOP-12064 >> >> >>> >> >> >> >>> >> Do you have any concern or opinion? I would like to merge it to >> >> >>> >> trunk >> >> >>> >> on this Friday if you have no objections. >> >> >>> >> >> >> >>> >> Best, >> >> >>> >> - Tsuyoshi >> >> >>> >> >> >> >>> >> >> >> >>> >> >> >> >>> >> - >> >> >>> >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org >> >> >>> >> For additional commands, e-mail: >> >> >>> >> common-dev-h...@hadoop.apache.org >> >> >>> >> >> >> >>> >> >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> > >> >> >>> > - >> >> >>> > To unsubscribe, e-mail: >> >> >>> > mapreduce-dev-unsubscr...@hadoop.apache.org >> >> >>> > For additional commands, e-mail: >> >> >>> > mapreduce-dev-h...@hadoop.apache.org >> >> >>> > >> >> >>> >> >> >>> >> >> >>> >> >> >>> -- >> >> >>> busbey >> >> >>> >> >> >>> >> >> >>> - >> >> >>> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org >> >> >>> For additional commands, e-mail: common-dev-h...@hadoop.apache.org >> >> >>> >> >> >> >> >> >> >> - >> >> To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org >> >> For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org >> >> >> > >> >> - >> To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.a
Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
Go Go Go! Thanks for all the upgrade work Tsuyoshi! On Thu, Jun 30, 2016 at 12:03 PM, Tsuyoshi Ozawa wrote: > Thanks, Andrew. > > Based on discussion here, I would like to merge it into *trunk* if > there are no objection tomorrow. > > Thanks, > - Tsuyoshi > > On Wed, Jun 29, 2016 at 12:28 PM, Andrew Wang > wrote: > > I think it's okay to merge. We've already bumped other deps in trunk. > > > > On Wed, Jun 29, 2016 at 12:27 PM, Tsuyoshi Ozawa > wrote: > >> > >> I forgot to mention about importance point: it's a blocker issue to > >> compile Hadoop with JDK8. Hence, we need to merge it on both client > >> side and server slide anyway. > >> > >> Thanks, > >> - Tsuyoshi > >> > >> On Wed, Jun 29, 2016 at 12:24 PM, Tsuyoshi Ozawa > wrote: > >> > Thanks Vinod, Sangjin, Sean for your comment. > >> > > >> > Okay, I will take a look at the class path isolation. > >> > Should I postpone to merge Guice upgrade to trunk? IMHO, it works with > >> > tests, so it's okay to merge to runk. Thoughts? > >> > > >> > - Tsuyoshi > >> > > >> > On Wed, Jun 29, 2016 at 12:10 PM, Sangjin Lee > wrote: > >> >> Yeah it would be awesome if we can get feedback and/or suggestions on > >> >> these > >> >> JIRAs (HADOOP-11804 and HADOOP-13070). > >> >> > >> >> Thanks, > >> >> Sangjin > >> >> > >> >> On Wed, Jun 29, 2016 at 10:55 AM, Sean Busbey > >> >> wrote: > >> >>> > >> >>> At the very least, I'm running through an updated shaded hadoop > client > >> >>> this week[1] (HBase is my test application and it wandered onto some > >> >>> private things that broke in branch-2). And Sangjin has a good lead > on > >> >>> an lower-short-term-cost incremental improvement for runtime > isolation > >> >>> of apps built on yarn/mapreduce[2]. He's been patiently waiting for > >> >>> more review feedback. > >> >>> > >> >>> > >> >>> [1]: https://issues.apache.org/jira/browse/HADOOP-11804 > >> >>> [2]: https://issues.apache.org/jira/browse/HADOOP-13070 > >> >>> > >> >>> On Wed, Jun 29, 2016 at 12:33 PM, Vinod Kumar Vavilapalli > >> >>> wrote: > >> >>> > My strong expectation is that we’ll have a version of classpath > >> >>> > isolation in our first release of 3.x. I’m planning to spending > some > >> >>> > cycles > >> >>> > right away on this. > >> >>> > > >> >>> > Assuming classpath isolation gets in, it is reasonable to bump up > >> >>> > our > >> >>> > dependencies like Jetty / Guice to the latest stable versions. > >> >>> > > >> >>> > Thanks > >> >>> > +Vinod > >> >>> > > >> >>> >> On Jun 27, 2016, at 6:01 AM, Tsuyoshi Ozawa > >> >>> >> wrote: > >> >>> >> > >> >>> >> Hi developers, > >> >>> >> > >> >>> >> I will plan to upgrade Google Guice dependency on trunk. The > change > >> >>> >> also includes asm and cglib upgrade. > >> >>> >> I checked following points: > >> >>> >> > >> >>> >> * Both HDFS and YARN UIs work well. > >> >>> >> * All webIU-related tests pass as described on HADOOP-12064. > >> >>> >> * Ran mapreduce job, and it works well. > >> >>> >> > >> >>> >> https://issues.apache.org/jira/browse/HADOOP-12064 > >> >>> >> > >> >>> >> Do you have any concern or opinion? I would like to merge it to > >> >>> >> trunk > >> >>> >> on this Friday if you have no objections. > >> >>> >> > >> >>> >> Best, > >> >>> >> - Tsuyoshi > >> >>> >> > >> >>> >> > >> >>> >> > - > >> >>> >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > >> >>> >> For additional commands, e-mail: > common-dev-h...@hadoop.apache.org > >> >>> >> > >> >>> >> > >> >>> > > >> >>> > > >> >>> > > >> >>> > > - > >> >>> > To unsubscribe, e-mail: > mapreduce-dev-unsubscr...@hadoop.apache.org > >> >>> > For additional commands, e-mail: > >> >>> > mapreduce-dev-h...@hadoop.apache.org > >> >>> > > >> >>> > >> >>> > >> >>> > >> >>> -- > >> >>> busbey > >> >>> > >> >>> > - > >> >>> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > >> >>> For additional commands, e-mail: common-dev-h...@hadoop.apache.org > >> >>> > >> >> > >> > >> - > >> To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org > >> For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org > >> > > > > - > To unsubscribe, e-mail: yarn-dev-unsubscr...@hadoop.apache.org > For additional commands, e-mail: yarn-dev-h...@hadoop.apache.org > >
Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
Thanks, Andrew. Based on discussion here, I would like to merge it into *trunk* if there are no objection tomorrow. Thanks, - Tsuyoshi On Wed, Jun 29, 2016 at 12:28 PM, Andrew Wang wrote: > I think it's okay to merge. We've already bumped other deps in trunk. > > On Wed, Jun 29, 2016 at 12:27 PM, Tsuyoshi Ozawa wrote: >> >> I forgot to mention about importance point: it's a blocker issue to >> compile Hadoop with JDK8. Hence, we need to merge it on both client >> side and server slide anyway. >> >> Thanks, >> - Tsuyoshi >> >> On Wed, Jun 29, 2016 at 12:24 PM, Tsuyoshi Ozawa wrote: >> > Thanks Vinod, Sangjin, Sean for your comment. >> > >> > Okay, I will take a look at the class path isolation. >> > Should I postpone to merge Guice upgrade to trunk? IMHO, it works with >> > tests, so it's okay to merge to runk. Thoughts? >> > >> > - Tsuyoshi >> > >> > On Wed, Jun 29, 2016 at 12:10 PM, Sangjin Lee wrote: >> >> Yeah it would be awesome if we can get feedback and/or suggestions on >> >> these >> >> JIRAs (HADOOP-11804 and HADOOP-13070). >> >> >> >> Thanks, >> >> Sangjin >> >> >> >> On Wed, Jun 29, 2016 at 10:55 AM, Sean Busbey >> >> wrote: >> >>> >> >>> At the very least, I'm running through an updated shaded hadoop client >> >>> this week[1] (HBase is my test application and it wandered onto some >> >>> private things that broke in branch-2). And Sangjin has a good lead on >> >>> an lower-short-term-cost incremental improvement for runtime isolation >> >>> of apps built on yarn/mapreduce[2]. He's been patiently waiting for >> >>> more review feedback. >> >>> >> >>> >> >>> [1]: https://issues.apache.org/jira/browse/HADOOP-11804 >> >>> [2]: https://issues.apache.org/jira/browse/HADOOP-13070 >> >>> >> >>> On Wed, Jun 29, 2016 at 12:33 PM, Vinod Kumar Vavilapalli >> >>> wrote: >> >>> > My strong expectation is that we’ll have a version of classpath >> >>> > isolation in our first release of 3.x. I’m planning to spending some >> >>> > cycles >> >>> > right away on this. >> >>> > >> >>> > Assuming classpath isolation gets in, it is reasonable to bump up >> >>> > our >> >>> > dependencies like Jetty / Guice to the latest stable versions. >> >>> > >> >>> > Thanks >> >>> > +Vinod >> >>> > >> >>> >> On Jun 27, 2016, at 6:01 AM, Tsuyoshi Ozawa >> >>> >> wrote: >> >>> >> >> >>> >> Hi developers, >> >>> >> >> >>> >> I will plan to upgrade Google Guice dependency on trunk. The change >> >>> >> also includes asm and cglib upgrade. >> >>> >> I checked following points: >> >>> >> >> >>> >> * Both HDFS and YARN UIs work well. >> >>> >> * All webIU-related tests pass as described on HADOOP-12064. >> >>> >> * Ran mapreduce job, and it works well. >> >>> >> >> >>> >> https://issues.apache.org/jira/browse/HADOOP-12064 >> >>> >> >> >>> >> Do you have any concern or opinion? I would like to merge it to >> >>> >> trunk >> >>> >> on this Friday if you have no objections. >> >>> >> >> >>> >> Best, >> >>> >> - Tsuyoshi >> >>> >> >> >>> >> >> >>> >> - >> >>> >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org >> >>> >> For additional commands, e-mail: common-dev-h...@hadoop.apache.org >> >>> >> >> >>> >> >> >>> > >> >>> > >> >>> > >> >>> > - >> >>> > To unsubscribe, e-mail: mapreduce-dev-unsubscr...@hadoop.apache.org >> >>> > For additional commands, e-mail: >> >>> > mapreduce-dev-h...@hadoop.apache.org >> >>> > >> >>> >> >>> >> >>> >> >>> -- >> >>> busbey >> >>> >> >>> - >> >>> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org >> >>> For additional commands, e-mail: common-dev-h...@hadoop.apache.org >> >>> >> >> >> >> - >> To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org >> For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org >> > - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org
Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
I think it's okay to merge. We've already bumped other deps in trunk. On Wed, Jun 29, 2016 at 12:27 PM, Tsuyoshi Ozawa wrote: > I forgot to mention about importance point: it's a blocker issue to > compile Hadoop with JDK8. Hence, we need to merge it on both client > side and server slide anyway. > > Thanks, > - Tsuyoshi > > On Wed, Jun 29, 2016 at 12:24 PM, Tsuyoshi Ozawa wrote: > > Thanks Vinod, Sangjin, Sean for your comment. > > > > Okay, I will take a look at the class path isolation. > > Should I postpone to merge Guice upgrade to trunk? IMHO, it works with > > tests, so it's okay to merge to runk. Thoughts? > > > > - Tsuyoshi > > > > On Wed, Jun 29, 2016 at 12:10 PM, Sangjin Lee wrote: > >> Yeah it would be awesome if we can get feedback and/or suggestions on > these > >> JIRAs (HADOOP-11804 and HADOOP-13070). > >> > >> Thanks, > >> Sangjin > >> > >> On Wed, Jun 29, 2016 at 10:55 AM, Sean Busbey > wrote: > >>> > >>> At the very least, I'm running through an updated shaded hadoop client > >>> this week[1] (HBase is my test application and it wandered onto some > >>> private things that broke in branch-2). And Sangjin has a good lead on > >>> an lower-short-term-cost incremental improvement for runtime isolation > >>> of apps built on yarn/mapreduce[2]. He's been patiently waiting for > >>> more review feedback. > >>> > >>> > >>> [1]: https://issues.apache.org/jira/browse/HADOOP-11804 > >>> [2]: https://issues.apache.org/jira/browse/HADOOP-13070 > >>> > >>> On Wed, Jun 29, 2016 at 12:33 PM, Vinod Kumar Vavilapalli > >>> wrote: > >>> > My strong expectation is that we’ll have a version of classpath > >>> > isolation in our first release of 3.x. I’m planning to spending some > cycles > >>> > right away on this. > >>> > > >>> > Assuming classpath isolation gets in, it is reasonable to bump up our > >>> > dependencies like Jetty / Guice to the latest stable versions. > >>> > > >>> > Thanks > >>> > +Vinod > >>> > > >>> >> On Jun 27, 2016, at 6:01 AM, Tsuyoshi Ozawa > wrote: > >>> >> > >>> >> Hi developers, > >>> >> > >>> >> I will plan to upgrade Google Guice dependency on trunk. The change > >>> >> also includes asm and cglib upgrade. > >>> >> I checked following points: > >>> >> > >>> >> * Both HDFS and YARN UIs work well. > >>> >> * All webIU-related tests pass as described on HADOOP-12064. > >>> >> * Ran mapreduce job, and it works well. > >>> >> > >>> >> https://issues.apache.org/jira/browse/HADOOP-12064 > >>> >> > >>> >> Do you have any concern or opinion? I would like to merge it to > trunk > >>> >> on this Friday if you have no objections. > >>> >> > >>> >> Best, > >>> >> - Tsuyoshi > >>> >> > >>> >> > - > >>> >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > >>> >> For additional commands, e-mail: common-dev-h...@hadoop.apache.org > >>> >> > >>> >> > >>> > > >>> > > >>> > - > >>> > To unsubscribe, e-mail: mapreduce-dev-unsubscr...@hadoop.apache.org > >>> > For additional commands, e-mail: > mapreduce-dev-h...@hadoop.apache.org > >>> > > >>> > >>> > >>> > >>> -- > >>> busbey > >>> > >>> - > >>> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > >>> For additional commands, e-mail: common-dev-h...@hadoop.apache.org > >>> > >> > > - > To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org > For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org > >
Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
I forgot to mention about importance point: it's a blocker issue to compile Hadoop with JDK8. Hence, we need to merge it on both client side and server slide anyway. Thanks, - Tsuyoshi On Wed, Jun 29, 2016 at 12:24 PM, Tsuyoshi Ozawa wrote: > Thanks Vinod, Sangjin, Sean for your comment. > > Okay, I will take a look at the class path isolation. > Should I postpone to merge Guice upgrade to trunk? IMHO, it works with > tests, so it's okay to merge to runk. Thoughts? > > - Tsuyoshi > > On Wed, Jun 29, 2016 at 12:10 PM, Sangjin Lee wrote: >> Yeah it would be awesome if we can get feedback and/or suggestions on these >> JIRAs (HADOOP-11804 and HADOOP-13070). >> >> Thanks, >> Sangjin >> >> On Wed, Jun 29, 2016 at 10:55 AM, Sean Busbey wrote: >>> >>> At the very least, I'm running through an updated shaded hadoop client >>> this week[1] (HBase is my test application and it wandered onto some >>> private things that broke in branch-2). And Sangjin has a good lead on >>> an lower-short-term-cost incremental improvement for runtime isolation >>> of apps built on yarn/mapreduce[2]. He's been patiently waiting for >>> more review feedback. >>> >>> >>> [1]: https://issues.apache.org/jira/browse/HADOOP-11804 >>> [2]: https://issues.apache.org/jira/browse/HADOOP-13070 >>> >>> On Wed, Jun 29, 2016 at 12:33 PM, Vinod Kumar Vavilapalli >>> wrote: >>> > My strong expectation is that we’ll have a version of classpath >>> > isolation in our first release of 3.x. I’m planning to spending some >>> > cycles >>> > right away on this. >>> > >>> > Assuming classpath isolation gets in, it is reasonable to bump up our >>> > dependencies like Jetty / Guice to the latest stable versions. >>> > >>> > Thanks >>> > +Vinod >>> > >>> >> On Jun 27, 2016, at 6:01 AM, Tsuyoshi Ozawa wrote: >>> >> >>> >> Hi developers, >>> >> >>> >> I will plan to upgrade Google Guice dependency on trunk. The change >>> >> also includes asm and cglib upgrade. >>> >> I checked following points: >>> >> >>> >> * Both HDFS and YARN UIs work well. >>> >> * All webIU-related tests pass as described on HADOOP-12064. >>> >> * Ran mapreduce job, and it works well. >>> >> >>> >> https://issues.apache.org/jira/browse/HADOOP-12064 >>> >> >>> >> Do you have any concern or opinion? I would like to merge it to trunk >>> >> on this Friday if you have no objections. >>> >> >>> >> Best, >>> >> - Tsuyoshi >>> >> >>> >> - >>> >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org >>> >> For additional commands, e-mail: common-dev-h...@hadoop.apache.org >>> >> >>> >> >>> > >>> > >>> > - >>> > To unsubscribe, e-mail: mapreduce-dev-unsubscr...@hadoop.apache.org >>> > For additional commands, e-mail: mapreduce-dev-h...@hadoop.apache.org >>> > >>> >>> >>> >>> -- >>> busbey >>> >>> - >>> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org >>> For additional commands, e-mail: common-dev-h...@hadoop.apache.org >>> >> - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org
Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
Thanks Vinod, Sangjin, Sean for your comment. Okay, I will take a look at the class path isolation. Should I postpone to merge Guice upgrade to trunk? IMHO, it works with tests, so it's okay to merge to runk. Thoughts? - Tsuyoshi On Wed, Jun 29, 2016 at 12:10 PM, Sangjin Lee wrote: > Yeah it would be awesome if we can get feedback and/or suggestions on these > JIRAs (HADOOP-11804 and HADOOP-13070). > > Thanks, > Sangjin > > On Wed, Jun 29, 2016 at 10:55 AM, Sean Busbey wrote: >> >> At the very least, I'm running through an updated shaded hadoop client >> this week[1] (HBase is my test application and it wandered onto some >> private things that broke in branch-2). And Sangjin has a good lead on >> an lower-short-term-cost incremental improvement for runtime isolation >> of apps built on yarn/mapreduce[2]. He's been patiently waiting for >> more review feedback. >> >> >> [1]: https://issues.apache.org/jira/browse/HADOOP-11804 >> [2]: https://issues.apache.org/jira/browse/HADOOP-13070 >> >> On Wed, Jun 29, 2016 at 12:33 PM, Vinod Kumar Vavilapalli >> wrote: >> > My strong expectation is that we’ll have a version of classpath >> > isolation in our first release of 3.x. I’m planning to spending some cycles >> > right away on this. >> > >> > Assuming classpath isolation gets in, it is reasonable to bump up our >> > dependencies like Jetty / Guice to the latest stable versions. >> > >> > Thanks >> > +Vinod >> > >> >> On Jun 27, 2016, at 6:01 AM, Tsuyoshi Ozawa wrote: >> >> >> >> Hi developers, >> >> >> >> I will plan to upgrade Google Guice dependency on trunk. The change >> >> also includes asm and cglib upgrade. >> >> I checked following points: >> >> >> >> * Both HDFS and YARN UIs work well. >> >> * All webIU-related tests pass as described on HADOOP-12064. >> >> * Ran mapreduce job, and it works well. >> >> >> >> https://issues.apache.org/jira/browse/HADOOP-12064 >> >> >> >> Do you have any concern or opinion? I would like to merge it to trunk >> >> on this Friday if you have no objections. >> >> >> >> Best, >> >> - Tsuyoshi >> >> >> >> - >> >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org >> >> For additional commands, e-mail: common-dev-h...@hadoop.apache.org >> >> >> >> >> > >> > >> > - >> > To unsubscribe, e-mail: mapreduce-dev-unsubscr...@hadoop.apache.org >> > For additional commands, e-mail: mapreduce-dev-h...@hadoop.apache.org >> > >> >> >> >> -- >> busbey >> >> - >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org >> For additional commands, e-mail: common-dev-h...@hadoop.apache.org >> > - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org
Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
Yeah it would be awesome if we can get feedback and/or suggestions on these JIRAs (HADOOP-11804 and HADOOP-13070). Thanks, Sangjin On Wed, Jun 29, 2016 at 10:55 AM, Sean Busbey wrote: > At the very least, I'm running through an updated shaded hadoop client > this week[1] (HBase is my test application and it wandered onto some > private things that broke in branch-2). And Sangjin has a good lead on > an lower-short-term-cost incremental improvement for runtime isolation > of apps built on yarn/mapreduce[2]. He's been patiently waiting for > more review feedback. > > > [1]: https://issues.apache.org/jira/browse/HADOOP-11804 > [2]: https://issues.apache.org/jira/browse/HADOOP-13070 > > On Wed, Jun 29, 2016 at 12:33 PM, Vinod Kumar Vavilapalli > wrote: > > My strong expectation is that we’ll have a version of classpath > isolation in our first release of 3.x. I’m planning to spending some cycles > right away on this. > > > > Assuming classpath isolation gets in, it is reasonable to bump up our > dependencies like Jetty / Guice to the latest stable versions. > > > > Thanks > > +Vinod > > > >> On Jun 27, 2016, at 6:01 AM, Tsuyoshi Ozawa wrote: > >> > >> Hi developers, > >> > >> I will plan to upgrade Google Guice dependency on trunk. The change > >> also includes asm and cglib upgrade. > >> I checked following points: > >> > >> * Both HDFS and YARN UIs work well. > >> * All webIU-related tests pass as described on HADOOP-12064. > >> * Ran mapreduce job, and it works well. > >> > >> https://issues.apache.org/jira/browse/HADOOP-12064 > >> > >> Do you have any concern or opinion? I would like to merge it to trunk > >> on this Friday if you have no objections. > >> > >> Best, > >> - Tsuyoshi > >> > >> - > >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > >> For additional commands, e-mail: common-dev-h...@hadoop.apache.org > >> > >> > > > > > > - > > To unsubscribe, e-mail: mapreduce-dev-unsubscr...@hadoop.apache.org > > For additional commands, e-mail: mapreduce-dev-h...@hadoop.apache.org > > > > > > -- > busbey > > - > To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > For additional commands, e-mail: common-dev-h...@hadoop.apache.org > >
Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
At the very least, I'm running through an updated shaded hadoop client this week[1] (HBase is my test application and it wandered onto some private things that broke in branch-2). And Sangjin has a good lead on an lower-short-term-cost incremental improvement for runtime isolation of apps built on yarn/mapreduce[2]. He's been patiently waiting for more review feedback. [1]: https://issues.apache.org/jira/browse/HADOOP-11804 [2]: https://issues.apache.org/jira/browse/HADOOP-13070 On Wed, Jun 29, 2016 at 12:33 PM, Vinod Kumar Vavilapalli wrote: > My strong expectation is that we’ll have a version of classpath isolation in > our first release of 3.x. I’m planning to spending some cycles right away on > this. > > Assuming classpath isolation gets in, it is reasonable to bump up our > dependencies like Jetty / Guice to the latest stable versions. > > Thanks > +Vinod > >> On Jun 27, 2016, at 6:01 AM, Tsuyoshi Ozawa wrote: >> >> Hi developers, >> >> I will plan to upgrade Google Guice dependency on trunk. The change >> also includes asm and cglib upgrade. >> I checked following points: >> >> * Both HDFS and YARN UIs work well. >> * All webIU-related tests pass as described on HADOOP-12064. >> * Ran mapreduce job, and it works well. >> >> https://issues.apache.org/jira/browse/HADOOP-12064 >> >> Do you have any concern or opinion? I would like to merge it to trunk >> on this Friday if you have no objections. >> >> Best, >> - Tsuyoshi >> >> - >> To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org >> For additional commands, e-mail: common-dev-h...@hadoop.apache.org >> >> > > > - > To unsubscribe, e-mail: mapreduce-dev-unsubscr...@hadoop.apache.org > For additional commands, e-mail: mapreduce-dev-h...@hadoop.apache.org > -- busbey - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org
Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
My strong expectation is that we’ll have a version of classpath isolation in our first release of 3.x. I’m planning to spending some cycles right away on this. Assuming classpath isolation gets in, it is reasonable to bump up our dependencies like Jetty / Guice to the latest stable versions. Thanks +Vinod > On Jun 27, 2016, at 6:01 AM, Tsuyoshi Ozawa wrote: > > Hi developers, > > I will plan to upgrade Google Guice dependency on trunk. The change > also includes asm and cglib upgrade. > I checked following points: > > * Both HDFS and YARN UIs work well. > * All webIU-related tests pass as described on HADOOP-12064. > * Ran mapreduce job, and it works well. > > https://issues.apache.org/jira/browse/HADOOP-12064 > > Do you have any concern or opinion? I would like to merge it to trunk > on this Friday if you have no objections. > > Best, > - Tsuyoshi > > - > To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org > For additional commands, e-mail: common-dev-h...@hadoop.apache.org > > - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org
Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
As I commented in the jira, I'm +1 for upgrading. -Akira On 6/29/16 10:16, Tsuyoshi Ozawa wrote: No objections here? - Tsuyoshi On Mon, Jun 27, 2016 at 6:01 AM, Tsuyoshi Ozawa wrote: Hi developers, I will plan to upgrade Google Guice dependency on trunk. The change also includes asm and cglib upgrade. I checked following points: * Both HDFS and YARN UIs work well. * All webIU-related tests pass as described on HADOOP-12064. * Ran mapreduce job, and it works well. https://issues.apache.org/jira/browse/HADOOP-12064 Do you have any concern or opinion? I would like to merge it to trunk on this Friday if you have no objections. Best, - Tsuyoshi - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org
Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
> On Jun 29, 2016, at 10:16 AM, Tsuyoshi Ozawa wrote: > > No objections here? I talked to a handful of non-committer ISV-type folks yesterday and the general consensus was that there is an expectation that 3.x will have all the dependencies updated to something relatively modern if we can't either remove from the client path[*] or shade them. So I think it's a safe bet that there basically won't be any major complaints for upgrades. * - We should be able to use the same trick that is happening in hadoop-tools to do this (effectively lazy loading). I'm not sure it's worth the time/effort/politics to make that sort of a change. - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org
Re: [DICUSS] Upgrading Guice to 4.0(HADOOP-12064)
No objections here? - Tsuyoshi On Mon, Jun 27, 2016 at 6:01 AM, Tsuyoshi Ozawa wrote: > Hi developers, > > I will plan to upgrade Google Guice dependency on trunk. The change > also includes asm and cglib upgrade. > I checked following points: > > * Both HDFS and YARN UIs work well. > * All webIU-related tests pass as described on HADOOP-12064. > * Ran mapreduce job, and it works well. > > https://issues.apache.org/jira/browse/HADOOP-12064 > > Do you have any concern or opinion? I would like to merge it to trunk > on this Friday if you have no objections. > > Best, > - Tsuyoshi - To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org