Failed: YARN-2837 PreCommit Build #5808

2014-11-10 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2837 Build: https://builds.apache.org/job/PreCommit-YARN-Build/5808/ ### ## LAST 60 LINES OF THE CONSOLE ###

Jenkins build is back to normal : Hadoop-Yarn-trunk #739

2014-11-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk/739/changes

[jira] [Created] (YARN-2838) Issues with TimeLineServer (Application History)

2014-11-10 Thread Naganarasimha G R (JIRA)
Naganarasimha G R created YARN-2838: --- Summary: Issues with TimeLineServer (Application History) Key: YARN-2838 URL: https://issues.apache.org/jira/browse/YARN-2838 Project: Hadoop YARN

Re: Guava

2014-11-10 Thread Steve Loughran
Yes, Guava is a constant pain; there's lots of open JIRAs related to it, as its the one we can't seamlessly upgrade. Not unless we do our own fork and reinsert the missing classes. The most common uses in the code are @VisibleForTesting (easily replicated) and the Precondition.check() operations

[jira] [Created] (YARN-2839) YARN minicluster doesn't bail out if all the NM disks are dead

2014-11-10 Thread Steve Loughran (JIRA)
Steve Loughran created YARN-2839: Summary: YARN minicluster doesn't bail out if all the NM disks are dead Key: YARN-2839 URL: https://issues.apache.org/jira/browse/YARN-2839 Project: Hadoop YARN

Re: Guava

2014-11-10 Thread Alejandro Abdelnur
IMO we should: 1* have a clean and thin client API JAR (which does not drag any 3rd party dependencies, or a well defined small set -i.e. slf4j log4j-) 2* have a client implementation that uses a classloader to isolate client impl 3rd party deps from app dependencies. #2 can be done using a

[jira] [Created] (YARN-2840) Timeline should support creation of Domains where domainId is not provided by the user

2014-11-10 Thread Hitesh Shah (JIRA)
Hitesh Shah created YARN-2840: - Summary: Timeline should support creation of Domains where domainId is not provided by the user Key: YARN-2840 URL: https://issues.apache.org/jira/browse/YARN-2840

Re: Guava

2014-11-10 Thread Sangjin Lee
FYI, we have an existing ApplicationClassLoader implementation that is used to isolate client/task classes from the rest. If we're going down the route of classloader isolation on this, it would be good to come up with a coherent strategy regarding both of these. As a more practical step, I like

[jira] [Created] (YARN-2841) RMProxy should retry EOFException after HADOOP-9576

2014-11-10 Thread Jian He (JIRA)
Jian He created YARN-2841: - Summary: RMProxy should retry EOFException after HADOOP-9576 Key: YARN-2841 URL: https://issues.apache.org/jira/browse/YARN-2841 Project: Hadoop YARN Issue Type: Sub-task

Failed: YARN-2423 PreCommit Build #5809

2014-11-10 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2423 Build: https://builds.apache.org/job/PreCommit-YARN-Build/5809/ ### ## LAST 60 LINES OF THE CONSOLE ###

Build failed in Jenkins: Hadoop-Yarn-trunk-Java8 #1

2014-11-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/1/ -- [...truncated 10781 lines...] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @

Hadoop-Yarn-trunk-Java8 - Build # 1 - Failure

2014-11-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/1/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10974 lines...] at

[jira] [Created] (YARN-2842) TestApplicationClientProtocolOnHA fails against Java 8

2014-11-10 Thread Ted Yu (JIRA)
Ted Yu created YARN-2842: Summary: TestApplicationClientProtocolOnHA fails against Java 8 Key: YARN-2842 URL: https://issues.apache.org/jira/browse/YARN-2842 Project: Hadoop YARN Issue Type: Test

[jira] [Created] (YARN-2843) NodeLabels manager should trim all inputs for hosts and labels

2014-11-10 Thread Sushmitha (JIRA)
Sushmitha created YARN-2843: --- Summary: NodeLabels manager should trim all inputs for hosts and labels Key: YARN-2843 URL: https://issues.apache.org/jira/browse/YARN-2843 Project: Hadoop YARN

Failed: YARN-2841 PreCommit Build #5810

2014-11-10 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2841 Build: https://builds.apache.org/job/PreCommit-YARN-Build/5810/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Resolved] (YARN-2842) TestApplicationClientProtocolOnHA fails against Java 8

2014-11-10 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/YARN-2842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved YARN-2842. -- Resolution: Duplicate Should have searched :-) TestApplicationClientProtocolOnHA fails against Java 8

[VOTE] Release Apache Hadoop 2.6.0

2014-11-10 Thread Arun C Murthy
Folks, I've created a release candidate (rc0) for hadoop-2.6.0 that I would like to see released. The RC is available at: http://people.apache.org/~acmurthy/hadoop-2.6.0-rc0 The RC tag in git is: release-2.6.0-rc0 The maven artifacts are available via repository.apache.org at

Re: [VOTE] Release Apache Hadoop 2.6.0

2014-11-10 Thread Tsuyoshi OZAWA
Hi Arun, Could you confirm the link and permission to the files is correct? I got a following error: Forbidden You don't have permission to access /~acmurthy/hadoop-2.6.0-rc0/hadoop-2.6.0-src.tar.gz on this server. On Tue, Nov 11, 2014 at 11:52 AM, Arun C Murthy a...@hortonworks.com wrote:

Failed: YARN-2843 PreCommit Build #5811

2014-11-10 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2843 Build: https://builds.apache.org/job/PreCommit-YARN-Build/5811/ ### ## LAST 60 LINES OF THE CONSOLE ###

Re: [VOTE] Release Apache Hadoop 2.6.0

2014-11-10 Thread Arun Murthy
Duh! $ chmod a+r * Please try now. Thanks! Arun On Mon, Nov 10, 2014 at 7:06 PM, Tsuyoshi OZAWA ozawa.tsuyo...@gmail.com wrote: Hi Arun, Could you confirm the link and permission to the files is correct? I got a following error: Forbidden You don't have permission to access

Failed: YARN-2843 PreCommit Build #5812

2014-11-10 Thread Apache Jenkins Server
Jira: https://issues.apache.org/jira/browse/YARN-2843 Build: https://builds.apache.org/job/PreCommit-YARN-Build/5812/ ### ## LAST 60 LINES OF THE CONSOLE ###

[jira] [Created] (YARN-2844) WebAppProxyServlet cannot handle urls which contain encoded characters

2014-11-10 Thread Shixiong Zhu (JIRA)
Shixiong Zhu created YARN-2844: -- Summary: WebAppProxyServlet cannot handle urls which contain encoded characters Key: YARN-2844 URL: https://issues.apache.org/jira/browse/YARN-2844 Project: Hadoop YARN