Build failed in Jenkins: Hadoop-Hdfs-trunk-Java8 #351

2015-09-09 Thread Apache Jenkins Server
See Changes: [kasha] MAPREDUCE-6415. Create a tool to combine aggregated logs into HAR files. (Robert Kanter via kasha) [rkanter] YARN-4086. Allow Aggregated Log readers to handle HAR files (rkanter) [rkanter] removing acciden

Hadoop-Hdfs-trunk-Java8 - Build # 351 - Still Failing

2015-09-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/351/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8122 lines...] [INFO] --- maven-source-plugin:2.3:ja

Build failed in Jenkins: Hadoop-Hdfs-trunk #2290

2015-09-09 Thread Apache Jenkins Server
See Changes: [kasha] MAPREDUCE-6415. Create a tool to combine aggregated logs into HAR files. (Robert Kanter via kasha) [rkanter] YARN-4086. Allow Aggregated Log readers to handle HAR files (rkanter) [rkanter] removing accidental f

Hadoop-Hdfs-trunk - Build # 2290 - Still Failing

2015-09-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/2290/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7535 lines...] [INFO] --- maven-source-plugin:2.3:jar-no-

Re: Planning Hadoop 2.6.1 release

2015-09-09 Thread Vinod Kumar Vavilapalli
Funny you ask, I committed the last of the fixes today and rolled an RC - http://markmail.org/thread/dsvlaxj6vhxjg3i4 Thanks +Vinod On Sep 9, 2015, at 4:22 PM, Nikhil mailto:mnik...@gmail.com>> wrote: Hi Vinod, I am wondering if there is any news on 2.6.1 release. Any dates planned for the re

[VOTE] Release Apache Hadoop 2.6.1 RC0

2015-09-09 Thread Vinod Kumar Vavilapalli
Hi all, After a nearly month long [1] toil, with loads of help from Sangjin Lee and Akira Ajisaka, and 153 commits later, I've created a release candidate RC0 for hadoop-2.6.1. The RC is available at: http://people.apache.org/~vinodkv/hadoop-2.6.1-RC0/ The RC tag in git is: release-2.6.1-RC0 T

Hadoop-Hdfs-trunk-Java8 - Build # 350 - Still Failing

2015-09-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/350/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7043 lines...] [INFO] [INFO] --- maven-source-plugi

Build failed in Jenkins: Hadoop-Hdfs-trunk-Java8 #350

2015-09-09 Thread Apache Jenkins Server
See Changes: [vinayakumarb] HDFS-7116. Add a command to get the balancer bandwidth (Contributed by Rakesh R) [vinayakumarb] HDFS-8581. ContentSummary on / skips further counts on yielding lock (contributed by J.Andreina)

Build failed in Jenkins: Hadoop-Hdfs-trunk #2289

2015-09-09 Thread Apache Jenkins Server
See Changes: [vinayakumarb] HDFS-8581. ContentSummary on / skips further counts on yielding lock (contributed by J.Andreina) -- [...truncated 6571 lines...] Tests run: 4, Failures: 0, Errors:

Hadoop-Hdfs-trunk - Build # 2289 - Failure

2015-09-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/2289/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 6764 lines...] [INFO] Executed tasks [INFO] [INFO] --- m

[jira] [Created] (HDFS-9041) Move entries in META-INF/services/o.a.h.fs.FileSystem to hdfs-client

2015-09-09 Thread Haohui Mai (JIRA)
Haohui Mai created HDFS-9041: Summary: Move entries in META-INF/services/o.a.h.fs.FileSystem to hdfs-client Key: HDFS-9041 URL: https://issues.apache.org/jira/browse/HDFS-9041 Project: Hadoop HDFS

Build failed in Jenkins: Hadoop-Hdfs-trunk-Java8 #349

2015-09-09 Thread Apache Jenkins Server
See Changes: [kihwal] HDFS-8716. Introduce a new config specifically for safe mode block count. Contributed by Chang Li. -- [...truncated 8251 lines...] Java HotSpot(TM) 64-Bit Server VM

Hadoop-Hdfs-trunk-Java8 - Build # 349 - Still Failing

2015-09-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/349/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8444 lines...] [INFO] [INFO] --- maven-source-plugi

Jenkins build is back to normal : Hadoop-Hdfs-trunk #2288

2015-09-09 Thread Apache Jenkins Server
See

Re: Even after HDFS-2856 JSVC References are require..?

2015-09-09 Thread Allen Wittenauer
FWIW, I still use and prefer jsvc, esp with the sudo trick in place. On Sep 9, 2015, at 9:35 AM, Chris Nauroth wrote: > AFAIK, the majority of existing deployments still use jsvc to run a > secured DataNode. It would be a backwards-incompatible change to remove > support for this deployment mo

Re: Even after HDFS-2856 JSVC References are require..?

2015-09-09 Thread Chris Nauroth
AFAIK, the majority of existing deployments still use jsvc to run a secured DataNode. It would be a backwards-incompatible change to remove support for this deployment model. For that reason, I would be -1 for removing jsvc support, at least in the 2.x line. It's something that could be conside

Re: Even after HDFS-2856 JSVC References are require..?

2015-09-09 Thread Haohui Mai
JSVC is no longer required. It causes a lot of headaches in deployments. It's definitely a good target for clean ups. ~Haohui On Wed, Sep 9, 2015 at 5:24 AM, Brahma Reddy Battula wrote: > Hi All, > > AFAIK JSVC added secure the block tokens(..?). > > Since block tokens are secure now (SASL used

Re: Any Error during BPOfferService run can leads to Missing DN.

2015-09-09 Thread Chris Nauroth
Hello Nijel, Thank you for reporting this. I think it is invalid for a DataNode process in an HA deployment ever to be running with only one of its BPServiceActor threads alive. As you observed, this can lead to a condition in which a DataNode is registered with one NameNode but not the other

Even after HDFS-2856 JSVC References are require..?

2015-09-09 Thread Brahma Reddy Battula
Hi All, AFAIK JSVC added secure the block tokens(..?). Since block tokens are secure now (SASL used to secure the DataTransferProtocol, which transfers file block content between HDFS clients and DataNodes),then can we remove jsvc now (script files)..? Thanks & Regards Brahma Reddy Battula

Hadoop-Hdfs-trunk-Java8 - Build # 348 - Still Failing

2015-09-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/348/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8105 lines...] [INFO] [INFO] --- maven-source-plugi

Build failed in Jenkins: Hadoop-Hdfs-trunk-Java8 #348

2015-09-09 Thread Apache Jenkins Server
See Changes: [aajisaka] HDFS-9033. dfsadmin -metasave prints "NaN" for cache used%. Contributed by Brahma Reddy Battula. -- [...truncated 7912 lines...] Tests run: 4, Failures: 0, Errors:

Hadoop-Hdfs-trunk - Build # 2287 - Still Failing

2015-09-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/2287/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7384 lines...] [INFO] [INFO] --- maven-source-plugin:2.3

Build failed in Jenkins: Hadoop-Hdfs-trunk #2287

2015-09-09 Thread Apache Jenkins Server
See Changes: [aajisaka] HDFS-9033. dfsadmin -metasave prints "NaN" for cache used%. Contributed by Brahma Reddy Battula. -- [...truncated 7191 lines...] Running org.apache.hadoop.hdfs.TestDFSR

Hadoop-Hdfs-trunk-Java8 - Build # 347 - Still Failing

2015-09-09 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/347/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 7567 lines...] [INFO] Executed tasks [INFO] [INFO]

Build failed in Jenkins: Hadoop-Hdfs-trunk-Java8 #347

2015-09-09 Thread Apache Jenkins Server
See Changes: [vinayakumarb] HDFS-8929. Add a metric to expose the timestamp of the last journal (Contributed by surendra singh lilhore) -- [...truncated 7374 lines...] Tests run: 5, Failu