[jira] [Resolved] (HADOOP-14746) Cut S3AOutputStream

2017-10-04 Thread Aaron Fabbri (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-14746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aaron Fabbri resolved HADOOP-14746.
---
   Resolution: Duplicate
Fix Version/s: 3.0.0-beta1

Resolving this.. it was covered by HADOOP-14738

> Cut S3AOutputStream
> ---
>
> Key: HADOOP-14746
> URL: https://issues.apache.org/jira/browse/HADOOP-14746
> Project: Hadoop Common
>  Issue Type: Sub-task
>  Components: fs/s3
>Affects Versions: 2.8.1
>Reporter: Steve Loughran
>Priority: Minor
> Fix For: 3.0.0-beta1
>
>
> We've been happy with the new S3A BlockOutputStream, with better scale, 
> performance, instrumentation & recovery. I propose cutting the 
> older{{S3AOutputStream}} code entirely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



Re: [VOTE] Release Apache Hadoop 3.0.0-beta1 RC0

2017-10-04 Thread Andrew Wang
Thanks for the additional review Rohith, much appreciated!

On Wed, Oct 4, 2017 at 12:14 AM, Rohith Sharma K S <
rohithsharm...@apache.org> wrote:

> +1 (binding)
>
> Built from source and deployed YARN HA cluster with ATSv2 enabled in
> non-secured cluster.
> - tested for RM HA/work-preservring-restart/ NM-work-preserving restart
> for ATSv2 entities.
> - verified all ATSv2 REST end points to retrieve the entities
> - ran sample MR jobs and distributed jobs
>
> Thanks & Regards
> Rohith Sharma K S
>
> On 4 October 2017 at 05:31, Andrew Wang  wrote:
>
>> Thanks everyone for voting! With 4 binding +1s and 7 non-binding +1s, the
>> vote passes.
>>
>> I'll get started on pushing out the release.
>>
>> Best,
>> Andrew
>>
>> On Tue, Oct 3, 2017 at 3:45 PM, Aaron Fabbri  wrote:
>>
>> > +1
>> >
>> > Built from source.  Ran S3A integration tests in us-west-2 with S3Guard
>> > (both Local and Dynamo metadatastore).
>> >
>> > Everything worked fine except I hit one integration test failure.  It
>> is a
>> > minor test issue IMO and I've filed HADOOP-14927
>> >
>> > Failed tests:
>> >   ITestS3GuardToolDynamoDB>AbstractS3GuardToolTestBase.testDe
>> stroyNoBucket:228
>> > Expected an exception, got 0
>> >   ITestS3GuardToolLocal>AbstractS3GuardToolTestBase.testDestr
>> oyNoBucket:228
>> > Expected an exception, got 0
>> >
>> >
>> >
>> > On Tue, Oct 3, 2017 at 2:45 PM, Ajay Kumar 
>> > wrote:
>> >
>> >> +1 (non-binding)
>> >>
>> >> - built from source
>> >> - deployed on single node cluster
>> >> - Basic hdfs operations
>> >> - Run wordcount on a text file
>> >> Thanks,
>> >> Ajay
>> >>
>> >>
>> >> On 10/3/17, 1:04 PM, "Eric Badger"  wrote:
>> >>
>> >> +1 (non-binding)
>> >>
>> >> - Verified all checksums and signatures
>> >> - Built native from source on macOS 10.12.6 and RHEL 7.1
>> >> - Deployed a single node pseudo cluster
>> >> - Ran pi and sleep jobs
>> >> - Verified Docker was marked as experimental
>> >>
>> >> Thanks,
>> >>
>> >> Eric
>> >>
>> >> On Tue, Oct 3, 2017 at 1:41 PM, John Zhuge 
>> >> wrote:
>> >>
>> >> > +1 (binding)
>> >> >
>> >> >- Verified checksums and signatures of all tarballs
>> >> >- Built source with native, Java 1.8.0_131-b11 on Mac OS X
>> >> 10.12.6
>> >> >- Verified cloud connectors:
>> >> >   - All S3A integration tests
>> >> >   - All ADL live unit tests
>> >> >- Deployed both binary and built source to a pseudo cluster,
>> >> passed the
>> >> >following sanity tests in insecure, SSL, and SSL+Kerberos
>> mode:
>> >> >   - HDFS basic and ACL
>> >> >   - DistCp basic
>> >> >   - MapReduce wordcount (only failed in SSL+Kerberos mode for
>> >> binary
>> >> >   tarball, probably unrelated)
>> >> >   - KMS and HttpFS basic
>> >> >   - Balancer start/stop
>> >> >
>> >> > Hit the following errors but they don't seem to be blocking:
>> >> >
>> >> > == Missing dependencies during build ==
>> >> >
>> >> > > ERROR: hadoop-aliyun has missing dependencies:
>> json-lib-jdk15.jar
>> >> > > ERROR: hadoop-azure has missing dependencies:
>> >> jetty-util-ajax-9.3.19.
>> >> > > v20170502.jar
>> >> > > ERROR: hadoop-azure-datalake has missing dependencies:
>> >> okhttp-2.4.0.jar
>> >> > > ERROR: hadoop-azure-datalake has missing dependencies:
>> >> okio-1.4.0.jar
>> >> >
>> >> >
>> >> > Filed HADOOP-14923, HADOOP-14924, and HADOOP-14925.
>> >> >
>> >> > == Unit tests failed in Kerberos+SSL mode for KMS and HttpFs
>> >> default HTTP
>> >> > servlet /conf, /stacks, and /logLevel ==
>> >> >
>> >> > One example below:
>> >> >
>> >> > >Connecting to
>> >> > > https://localhost:14000/logLevel?log=org.apache.hadoop.fs.
>> >> http.server.
>> >> > HttpFSServer
>> >> > >Exception in thread "main"
>> >> > > org.apache.hadoop.security.authentication.client.
>> >> > AuthenticationException:
>> >> > > Authentication failed, URL:
>> >> > > https://localhost:14000/logLevel?log=org.apache.hadoop.fs.
>> >> http.server.
>> >> > HttpFSServer=jzhuge,
>> >> > > status: 403, message: GSSException: Failure unspecified at
>> >> GSS-API level
>> >> > > (Mechanism level: Request is a replay (34))
>> >> >
>> >> >
>> >> > The /logLevel failure will affect command "hadoop daemonlog".
>> >> >
>> >> >
>> >> > On Tue, Oct 3, 2017 at 10:56 AM, Andrew Wang <
>> >> andrew.w...@cloudera.com>
>> >> > wrote:
>> >> >
>> >> > > Thanks for all the votes thus far! We've gotten the binding
>> +1's
>> >> to close
>> >> > > the release, though are there contributors who could kick the
>> >> tires on
>> >> > > S3Guard and YARN TSv2 alpha2? These are the two new features
>> >> merged since
>> >> > > alpha4, so 

[jira] [Created] (HADOOP-14929) Cleanup usage of decodecomponent and use QueryStringDecoder from netty

2017-10-04 Thread Bharat Viswanadham (JIRA)
Bharat Viswanadham created HADOOP-14929:
---

 Summary: Cleanup usage of decodecomponent and use 
QueryStringDecoder from netty
 Key: HADOOP-14929
 URL: https://issues.apache.org/jira/browse/HADOOP-14929
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Bharat Viswanadham
Assignee: Bharat Viswanadham


This is from the review of HADOOP-14910
There is also other place usage of decodeComponent(param(CreateFlagParam.NAME), 
StandardCharsets.UTF_8);
In ParameterParser.java Line 147-148:
String cf = decodeComponent(param(CreateFlagParam.NAME), 
StandardCharsets.UTF_8);

Use QueryStringDecoder from netty here too and cleanup the decodeComponent. 
Actually this is added for netty issue only.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



[ANNOUNCE] Apache Hadoop 3.0.0-beta1 has been released

2017-10-04 Thread Andrew Wang
Hi all,

I'm pleased to announce the release of Apache Hadoop 3.0.0-beta1. This is
our first beta release in the 3.0.0 release line, and is planned to be the
last release before 3.0.0 GA. Beta releases are API stable but come with no
guarantee of quality, and are not intended for production use.

3.0.0-beta1 comprises 576 bug fixes, improvements, and other enhancements
since 3.0.0-alpha4. The full changelog [1] and release notes [2] are
available on the website, along with a higher-level description of major
changes in 3.0.0 [3].

Major features since alpha4 include the addition of S3Guard [4], which adds
strong consistency and performance improvements to the S3A filesystem
connector, and YARN Timeline Service v2 alpha2 [5], which further improves
on TSv2 alpha1 included in earlier 3.0.0 releases.

Since 3.0.0 GA is planned for next month, users are highly encouraged to
test this beta release. Let us know on the lists if we can help with your
testing efforts.

Thanks as always to the many contributors who helped with this release!

Cheers,
Andrew

[1]:
http://hadoop.apache.org/docs/r3.0.0-beta1/hadoop-project-dist/hadoop-common/release/3.0.0-beta1/CHANGES.3.0.0-beta1.html
[2]:
http://hadoop.apache.org/docs/r3.0.0-beta1/hadoop-project-dist/hadoop-common/release/3.0.0-beta1/RELEASENOTES.3.0.0-beta1.html
[3]: http://hadoop.apache.org/docs/r3.0.0-beta1/index.html
[4]:
http://hadoop.apache.org/docs/r3.0.0-beta1/hadoop-aws/tools/hadoop-aws/s3guard.html
[5]:
http://hadoop.apache.org/docs/r3.0.0-beta1/hadoop-yarn/hadoop-yarn-site/TimelineServiceV2.html


Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

2017-10-04 Thread Apache Jenkins Server
For more details, see 
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/

[Oct 3, 2017 4:54:38 PM] (jianhe) YARN-7269. Tracking URL in the app state does 
not get redirected to
[Oct 3, 2017 5:58:28 PM] (aw) HADOOP-14908. CrossOriginFilter should trigger 
regex on more input
[Oct 3, 2017 6:23:40 PM] (arp) HDFS-11968. ViewFS: StoragePolicies commands 
fail with HDFS federation.
[Oct 3, 2017 8:02:12 PM] (xyao) HDFS-12455. WebHDFS - Adding "snapshot enabled" 
status to ListStatus
[Oct 3, 2017 9:06:39 PM] (aajisaka) YARN-6916. Moving logging APIs over to 
slf4j in
[Oct 3, 2017 10:01:54 PM] (aajisaka) YARN-6943. Update Yarn to YARN in 
documentation. Contributed by Chetna
[Oct 3, 2017 10:06:07 PM] (rchiang) YARN-7219.  Make AllocateRequestProto 
compatible with
[Oct 3, 2017 10:10:50 PM] (yufei) YARN-7211. AMSimulator in SLS does't work due 
to responseId
[Oct 4, 2017 12:14:40 AM] (wang) Add 3.0.0-beta1 CHANGES and RELEASENOTES.
[Oct 4, 2017 5:53:41 AM] (aajisaka) YARN-6975. Moving logging APIs over to 
slf4j in




-1 overall


The following subsystems voted -1:
unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
unit


Specific tests:

Failed junit tests :

   hadoop.security.TestRaceWhenRelogin 
   hadoop.crypto.key.kms.server.TestKMS 
   hadoop.yarn.server.resourcemanager.metrics.TestSystemMetricsPublisher 
   
hadoop.yarn.server.resourcemanager.scheduler.capacity.TestContainerAllocation 
   hadoop.yarn.server.TestContainerManagerSecurity 
   hadoop.yarn.server.TestDiskFailures 

Timed out junit tests :

   org.apache.hadoop.yarn.server.resourcemanager.TestRMStoreCommands 
   
org.apache.hadoop.yarn.server.resourcemanager.TestKillApplicationWithRMHA 
  

   cc:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/diff-compile-cc-root.txt
  [4.0K]

   javac:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/diff-compile-javac-root.txt
  [288K]

   checkstyle:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/diff-checkstyle-root.txt
  [17M]

   pylint:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/diff-patch-pylint.txt
  [20K]

   shellcheck:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/diff-patch-shellcheck.txt
  [20K]

   shelldocs:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/diff-patch-shelldocs.txt
  [12K]

   whitespace:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/whitespace-eol.txt
  [11M]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/whitespace-tabs.txt
  [1.2M]

   javadoc:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/diff-javadoc-javadoc-root.txt
  [1.9M]

   unit:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
  [148K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/patch-unit-hadoop-common-project_hadoop-kms.txt
  [8.0K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt
  [64K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/547/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt
  [12K]

Powered by Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/ppc64le

2017-10-04 Thread Apache Jenkins Server
For more details, see 
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/377/

[Jul 15, 2017 3:27:17 PM] (stevel) HADOOP-14662. Update azure-storage sdk to 
version 5.4.0. Contributed by
[Jul 15, 2017 2:38:31 AM] (brahma) HDFS-12112. 
TestBlockManager#testBlockManagerMachinesArray sometimes
[Jul 16, 2017 5:59:34 PM] (aengineer) HDFS-11786. Add support to make 
copyFromLocal multi threaded.
[Jul 17, 2017 8:05:15 AM] (sunilg) MAPREDUCE-6889. Add Job#close API to 
shutdown MR client services.
[Jul 17, 2017 9:27:55 AM] (jitendra) HADOOP-14640. Azure: Support affinity for 
service running on localhost
[Jul 17, 2017 8:54:16 PM] (szetszwo) HDFS-12138. Remove redundant 'public' 
modifiers from BlockCollection. 
[Jul 17, 2017 9:11:14 PM] (Arun Suresh) YARN-6706. Refactor ContainerScheduler 
to make oversubscription change
[Jul 18, 2017 4:32:37 AM] (aajisaka) HADOOP-14539. Move commons logging APIs 
over to slf4j in hadoop-common.
[Jul 18, 2017 6:19:09 AM] (sunilg) Addendum patch for YARN-5731
[Jul 18, 2017 7:35:08 PM] (rchiang) YARN-6798. Fix NM startup failure with old 
state store due to version
[Jul 18, 2017 9:23:41 PM] (jlowe) HADOOP-14637. GenericTestUtils.waitFor needs 
to check condition again
[Jul 18, 2017 11:38:07 PM] (yufei) YARN-6778. In ResourceWeights, weights and 
setWeights() should be final.
[Jul 19, 2017 5:40:52 AM] (rohithsharmaks) YARN-6819. Application report fails 
if app rejected due to nodesize.
[Jul 19, 2017 7:13:06 AM] (jitendra) HADOOP-14642. wasb: add support for 
caching Authorization and SASKeys.
[Jul 19, 2017 2:41:22 PM] (jlowe) HADOOP-14669. GenericTestUtils.waitFor should 
use monotonic time.
[Jul 19, 2017 3:21:43 PM] (brahma) HDFS-12067. Correct dfsadmin commands usage 
message to reflects IPC
[Jul 19, 2017 3:43:10 PM] (brahma) HDFS-12133. Correct 
ContentSummaryComputationContext Logger class name..
[Jul 19, 2017 5:29:06 PM] (aengineer) HDFS-12158. Secondary Namenode's web 
interface lack configs for
[Jul 19, 2017 5:56:50 PM] (yzhang) HDFS-12139. HTTPFS liststatus returns 
incorrect pathSuffix for path of
[Jul 19, 2017 7:26:40 PM] (Arun Suresh) YARN-6777. Support for 
ApplicationMasterService processing chain of
[Jul 19, 2017 8:58:55 PM] (templedf) HADOOP-14666. Tests use 
assertTrue(equals(...)) instead of
[Jul 20, 2017 3:15:46 PM] (haibochen) YARN-6685. Add job count in to SLS JSON 
input format. (Yufei Gu via
[Jul 20, 2017 4:03:04 PM] (jlowe) YARN-6837. Null LocalResource visibility or 
resource type can crash the
[Jul 20, 2017 9:12:21 PM] (kihwal) HADOOP-14659. UGI getShortUserName does not 
need to search the Subject.
[Jul 20, 2017 9:47:25 PM] (shv) HDFS-11472. Fix inconsistent replica size after 
a data pipeline failure.
[Jul 21, 2017 1:23:13 AM] (weichiu) HADOOP-14557. Document HADOOP-8143 (Change 
distcp to have -pb on by
[Jul 21, 2017 3:45:09 AM] (jzhuge) HDFS-12166. Do not deprecate HTTPFS_TEMP. 
Contributed by John Zhuge.
[Jul 21, 2017 2:14:19 PM] (kihwal) HDFS-11742. Improve balancer usability after 
HDFS-8818. Contributed by
[Jul 21, 2017 6:31:33 PM] (jianhe) YARN-6804. [YARN core changes] Allow custom 
hostname for docker
[Jul 21, 2017 7:25:03 PM] (weichiu) HDFS-12094. Log torrent when none isa-l EC 
is used. Contributed by LiXin
[Jul 23, 2017 4:56:18 AM] (brahma) Revert "YARN-6804. [YARN core changes] Allow 
custom hostname for docker
[Jul 24, 2017 6:09:03 AM] (sunilg) YARN-6102. RMActiveService context to be 
updated with new RMContext on
[Jul 24, 2017 7:24:23 AM] (aajisaka) HDFS-12176. dfsadmin shows DFS Used%: NaN% 
if the cluster has zero
[Jul 24, 2017 3:19:20 PM] (jlowe) YARN-6768. Improve performance of yarn api 
record toString and
[Jul 24, 2017 7:03:02 PM] (templedf) YARN-6844. 
AMRMClientImpl.checkNodeLabelExpression() has wrong error
[Jul 24, 2017 7:13:50 PM] (templedf) YARN-6779.
[Jul 24, 2017 8:44:00 PM] (templedf) YARN-6845. Variable scheduler of 
FSLeafQueue duplicates the one of its
[Jul 24, 2017 11:01:45 PM] (raviprak) HADOOP-14597. Native compilation broken 
with OpenSSL-1.1.0. Contributed
[Jul 25, 2017 2:06:15 AM] (raviprak) HDFS-12193. Fix style issues in HttpFS 
tests. Contributed by Zoran
[Jul 25, 2017 6:01:01 AM] (jitendra) HADOOP-14518. Customize User-Agent header 
sent in HTTP/HTTPS requests by
[Jul 25, 2017 6:12:08 AM] (aajisaka) YARN-6150. TestContainerManagerSecurity 
tests for Yarn Server are
[Jul 25, 2017 6:24:56 AM] (aajisaka) HADOOP-14681. Remove MockitoMaker class. 
Contributed by Andras Bokor.
[Jul 25, 2017 3:28:57 PM] (kihwal) HDFS-12143. Improve performance of getting 
and removing inode features.
[Jul 25, 2017 3:51:53 PM] (brahma) HADOOP-14455. ViewFileSystem#rename should 
support be supported within
[Jul 25, 2017 4:03:49 PM] (kihwal) HDFS-12171. Reduce IIP object allocations 
for inode lookup. Contributed
[Jul 25, 2017 4:57:14 PM] (jianhe) YARN-6804. Allow custom hostname for docker 
containers in native
[Jul 25, 2017 8:00:31 PM] (templedf) YARN-6307. Refactor 
FairShareComparator#compare (Contributed by Yufei 

Re: [VOTE] Release Apache Hadoop 3.0.0-beta1 RC0

2017-10-04 Thread Rohith Sharma K S
+1 (binding)

Built from source and deployed YARN HA cluster with ATSv2 enabled in
non-secured cluster.
- tested for RM HA/work-preservring-restart/ NM-work-preserving restart for
ATSv2 entities.
- verified all ATSv2 REST end points to retrieve the entities
- ran sample MR jobs and distributed jobs

Thanks & Regards
Rohith Sharma K S

On 4 October 2017 at 05:31, Andrew Wang  wrote:

> Thanks everyone for voting! With 4 binding +1s and 7 non-binding +1s, the
> vote passes.
>
> I'll get started on pushing out the release.
>
> Best,
> Andrew
>
> On Tue, Oct 3, 2017 at 3:45 PM, Aaron Fabbri  wrote:
>
> > +1
> >
> > Built from source.  Ran S3A integration tests in us-west-2 with S3Guard
> > (both Local and Dynamo metadatastore).
> >
> > Everything worked fine except I hit one integration test failure.  It is
> a
> > minor test issue IMO and I've filed HADOOP-14927
> >
> > Failed tests:
> >   ITestS3GuardToolDynamoDB>AbstractS3GuardToolTestBase.
> testDestroyNoBucket:228
> > Expected an exception, got 0
> >   ITestS3GuardToolLocal>AbstractS3GuardToolTestBase.
> testDestroyNoBucket:228
> > Expected an exception, got 0
> >
> >
> >
> > On Tue, Oct 3, 2017 at 2:45 PM, Ajay Kumar 
> > wrote:
> >
> >> +1 (non-binding)
> >>
> >> - built from source
> >> - deployed on single node cluster
> >> - Basic hdfs operations
> >> - Run wordcount on a text file
> >> Thanks,
> >> Ajay
> >>
> >>
> >> On 10/3/17, 1:04 PM, "Eric Badger"  wrote:
> >>
> >> +1 (non-binding)
> >>
> >> - Verified all checksums and signatures
> >> - Built native from source on macOS 10.12.6 and RHEL 7.1
> >> - Deployed a single node pseudo cluster
> >> - Ran pi and sleep jobs
> >> - Verified Docker was marked as experimental
> >>
> >> Thanks,
> >>
> >> Eric
> >>
> >> On Tue, Oct 3, 2017 at 1:41 PM, John Zhuge 
> >> wrote:
> >>
> >> > +1 (binding)
> >> >
> >> >- Verified checksums and signatures of all tarballs
> >> >- Built source with native, Java 1.8.0_131-b11 on Mac OS X
> >> 10.12.6
> >> >- Verified cloud connectors:
> >> >   - All S3A integration tests
> >> >   - All ADL live unit tests
> >> >- Deployed both binary and built source to a pseudo cluster,
> >> passed the
> >> >following sanity tests in insecure, SSL, and SSL+Kerberos mode:
> >> >   - HDFS basic and ACL
> >> >   - DistCp basic
> >> >   - MapReduce wordcount (only failed in SSL+Kerberos mode for
> >> binary
> >> >   tarball, probably unrelated)
> >> >   - KMS and HttpFS basic
> >> >   - Balancer start/stop
> >> >
> >> > Hit the following errors but they don't seem to be blocking:
> >> >
> >> > == Missing dependencies during build ==
> >> >
> >> > > ERROR: hadoop-aliyun has missing dependencies:
> json-lib-jdk15.jar
> >> > > ERROR: hadoop-azure has missing dependencies:
> >> jetty-util-ajax-9.3.19.
> >> > > v20170502.jar
> >> > > ERROR: hadoop-azure-datalake has missing dependencies:
> >> okhttp-2.4.0.jar
> >> > > ERROR: hadoop-azure-datalake has missing dependencies:
> >> okio-1.4.0.jar
> >> >
> >> >
> >> > Filed HADOOP-14923, HADOOP-14924, and HADOOP-14925.
> >> >
> >> > == Unit tests failed in Kerberos+SSL mode for KMS and HttpFs
> >> default HTTP
> >> > servlet /conf, /stacks, and /logLevel ==
> >> >
> >> > One example below:
> >> >
> >> > >Connecting to
> >> > > https://localhost:14000/logLevel?log=org.apache.hadoop.fs.
> >> http.server.
> >> > HttpFSServer
> >> > >Exception in thread "main"
> >> > > org.apache.hadoop.security.authentication.client.
> >> > AuthenticationException:
> >> > > Authentication failed, URL:
> >> > > https://localhost:14000/logLevel?log=org.apache.hadoop.fs.
> >> http.server.
> >> > HttpFSServer=jzhuge,
> >> > > status: 403, message: GSSException: Failure unspecified at
> >> GSS-API level
> >> > > (Mechanism level: Request is a replay (34))
> >> >
> >> >
> >> > The /logLevel failure will affect command "hadoop daemonlog".
> >> >
> >> >
> >> > On Tue, Oct 3, 2017 at 10:56 AM, Andrew Wang <
> >> andrew.w...@cloudera.com>
> >> > wrote:
> >> >
> >> > > Thanks for all the votes thus far! We've gotten the binding +1's
> >> to close
> >> > > the release, though are there contributors who could kick the
> >> tires on
> >> > > S3Guard and YARN TSv2 alpha2? These are the two new features
> >> merged since
> >> > > alpha4, so it'd be good to get some coverage.
> >> > >
> >> > >
> >> > >
> >> > > On Tue, Oct 3, 2017 at 9:45 AM, Brahma Reddy Battula <
> >> bra...@apache.org>
> >> > > wrote:
> >> > >
> >> > > >
> >> > > > Thanks Andrew.
> >> > > >
> >> > > > +1 (non binding)
> >> > > >
> >>