Looks like TEZ-1910 needs to be cherry-picked to the 0.5 branch.
On 6/16/15, 10:02 AM, "Jianfeng (Jeff) Zhang" <[email protected]> wrote: > >Unit Test fails when building with hadoop 2.2 > >testConfigurationAllowAll(org.apache.tez.client.TestTezClientUtils) Time >elapsed: 0.013 sec <<< FAILURE! >java.lang.AssertionError: null > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertNotNull(Assert.java:621) > at org.junit.Assert.assertNotNull(Assert.java:631) > at >org.apache.tez.client.TestTezClientUtils.testConfigurationAllowAll(TestTezC >lientUtils.java:513) > > >testGetDagStatusSimple(org.apache.tez.dag.api.client.TestATSHttpClient) >Time elapsed: 0.247 sec <<< ERROR! >org.apache.tez.dag.api.TezException: java.lang.NoSuchMethodException: >org.apache.hadoop.yarn.conf.YarnConfiguration.useHttps(org.apache.hadoop.co >nf.Configuration) > at java.lang.Class.getMethod(Class.java:1665) > at >org.apache.tez.dag.api.client.DAGClientTimelineImpl.webappHttpsOnly(DAGClie >ntTimelineImpl.java:450) > at >org.apache.tez.dag.api.client.DAGClientTimelineImpl.<init>(DAGClientTimelin >eImpl.java:102) > at >org.apache.tez.dag.api.client.TestATSHttpClient.testGetDagStatusSimple(Test >ATSHttpClient.java:70) > >testGetVertexStatusSimple(org.apache.tez.dag.api.client.TestATSHttpClient) > Time elapsed: 0.001 sec <<< ERROR! >org.apache.tez.dag.api.TezException: java.lang.NoSuchMethodException: >org.apache.hadoop.yarn.conf.YarnConfiguration.useHttps(org.apache.hadoop.co >nf.Configuration) > at java.lang.Class.getMethod(Class.java:1665) > at >org.apache.tez.dag.api.client.DAGClientTimelineImpl.webappHttpsOnly(DAGClie >ntTimelineImpl.java:450) > at >org.apache.tez.dag.api.client.DAGClientTimelineImpl.<init>(DAGClientTimelin >eImpl.java:102) > at >org.apache.tez.dag.api.client.TestATSHttpClient.testGetVertexStatusSimple(T >estATSHttpClient.java:130) > >testGetDagStatusThrowsExceptionOnEmptyJson(org.apache.tez.dag.api.client.Te >stATSHttpClient) Time elapsed: 0.001 sec <<< ERROR! >org.apache.tez.dag.api.TezException: java.lang.NoSuchMethodException: >org.apache.hadoop.yarn.conf.YarnConfiguration.useHttps(org.apache.hadoop.co >nf.Configuration) > at java.lang.Class.getMethod(Class.java:1665) > at >org.apache.tez.dag.api.client.DAGClientTimelineImpl.webappHttpsOnly(DAGClie >ntTimelineImpl.java:450) > at >org.apache.tez.dag.api.client.DAGClientTimelineImpl.<init>(DAGClientTimelin >eImpl.java:102) > at >org.apache.tez.dag.api.client.TestATSHttpClient.testGetDagStatusThrowsExcep >tionOnEmptyJson(TestATSHttpClient.java:46) > > > > >Best Regard, >Jeff Zhang > > > > > >On 6/16/15, 7:24 AM, "Rajesh Balamohan" <[email protected]> wrote: > >>+1. >> >>Verified checksums and installed on single node vm. Ran sample jobs >>successfully with secure shuffle configured hadoop cluster. >> >>~Rajesh.B >> >>On Tue, Jun 16, 2015 at 1:37 AM, Siddharth Seth <[email protected]> wrote: >> >>> +1. >>> Verified checksums, signatures and ran rat checks. >>> >>> Successfully ran a couple of small jobs on a single node cluster. >>> >>> Thanks >>> - Sid >>> >>> On Fri, Jun 12, 2015 at 2:59 PM, Hitesh Shah <[email protected]> wrote: >>> >>> > Hi folks, >>> > >>> > I have created an tez-0.5.4 release candidate rc0. >>> > >>> > Tez 0.5.4 contains various discovered bugs over the past few months >>>since >>> > the 0.5.3 release and is probably the last planned maintenance release >>> for >>> > the 0.5 branch. >>> > >>> > GIT source tag >>> > >>> > >>> >>>https://git-wip-us.apache.org/repos/asf/tez/repo?p=tez.git;a=log;h=refs/t >>>ags/release-0.5.4-rc0 >>> > ( commit hash e81cf806ab412ad9e19b0c9a1671524f0185b9be ) >>> > >>> > Staging site: >>> > https://dist.apache.org/repos/dist/dev/tez/tez-0.5.4-src-rc0/ ( svn >>>rev >>> > 9355 ) >>> > >>> > Nexus Staging URL: >>> > https://repository.apache.org/content/repositories/orgapachetez-1025 >>> > >>> > PGP release keys >>> > http://pgp.mit.edu/pks/lookup?op=get&search=0xA9510905F0B000F0 >>> > >>> > KEYS file available at >>> https://dist.apache.org/repos/dist/release/tez/KEYS >>> > >>> > One can look into the issues fixed in this release at >>> > >>> > >>> >>>https://issues.apache.org/jira/issues/?jql=project+%3D+TEZ+AND+fixVersion >>>+%3D+0.5.4+AND+status+%3D+Resolved+ORDER+BY+priority+DESC >>> > >>> > Vote will be open for 72 hours ( until Wed 17th June to account for >>>the >>> > weekend ). >>> > >>> > [ ] +1 approve >>> > [ ] +0 no opinion >>> > [ ] -1 disapprove (and reason why) >>> > >>> > I begin with my vote with my +1 >>> > >>> > thanks >>> > ‹ Hitesh >>> > >
