Hadoop-Yarn-trunk - Build # 2148 - Still Failing

2016-05-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk/2148/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8908 lines...] However, there were other interactions wi

Build failed in Jenkins: Hadoop-Yarn-trunk #2148

2016-05-15 Thread Apache Jenkins Server
See Changes: [wang] HDFS-10333. Intermittent org.apache.hadoop.hdfs.TestFileAppend failure -- [...truncated 8715 lines...] [INFO] [INFO] --- maven-source-plugin:2.3:jar-no-fork (hadoop-java-so

Re: [VOTE] Merge feature branch HADOOP-12930

2016-05-15 Thread Masatake Iwasaki
> Fix (with unit tests!) committed. Thanks, Allen. +1. - checked out HADOOP-12930 and ran shelltest on my local - ran 'mvn package -Pdist -Pnative -DskipTests' - started pseudo-distributed cluster by start-dfs.sh and start-yarn.sh - ran 'hadoop distcp' and 'mapred streaming' successfully - crea

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

2016-05-15 Thread Apache Jenkins Server
See Changes: [wang] HDFS-10333. Intermittent org.apache.hadoop.hdfs.TestFileAppend failure -- [...truncated 4606 lines...] --- ---

Hadoop-Yarn-trunk-Java8 - Build # 1437 - Still Failing

2016-05-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/1437/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 4799 lines...] However, there were other interacti

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

2016-05-15 Thread Apache Jenkins Server
See Changes: [Arun Suresh] YARN-4738. Notify the RM about the status of OPPORTUNISTIC containers -- [...truncated 4418 lines...] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time el

Hadoop-Yarn-trunk-Java8 - Build # 1436 - Still Failing

2016-05-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/1436/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 4611 lines...] TestNMLeveldbStateStoreService.set

Build failed in Jenkins: Hadoop-Yarn-trunk #2147

2016-05-15 Thread Apache Jenkins Server
See Changes: [Arun Suresh] YARN-4738. Notify the RM about the status of OPPORTUNISTIC containers -- [...truncated 8715 lines...] [INFO] [INFO] --- maven-source-plugin:2.3:jar-no-fork (hadoop-

Hadoop-Yarn-trunk - Build # 2147 - Still Failing

2016-05-15 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Yarn-trunk/2147/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 8908 lines...] However, there were other interactions wi

[jira] [Created] (YARN-5091) Fix intermittently failing test cases

2016-05-15 Thread Arun Suresh (JIRA)
Arun Suresh created YARN-5091: - Summary: Fix intermittently failing test cases Key: YARN-5091 URL: https://issues.apache.org/jira/browse/YARN-5091 Project: Hadoop YARN Issue Type: Bug

[jira] [Created] (YARN-5090) Add End-to-End test-cases for DistributedScheduling using MiniYarnCluster

2016-05-15 Thread Arun Suresh (JIRA)
Arun Suresh created YARN-5090: - Summary: Add End-to-End test-cases for DistributedScheduling using MiniYarnCluster Key: YARN-5090 URL: https://issues.apache.org/jira/browse/YARN-5090 Project: Hadoop YARN

Re: [VOTE] Merge feature branch HADOOP-12930

2016-05-15 Thread Allen Wittenauer
> On May 15, 2016, at 7:27 AM, Allen Wittenauer wrote: > > >> On May 14, 2016, at 9:04 PM, Masatake Iwasaki >> wrote: >> >> + hadoop_debug "Calling dynamically: hadoop_subcommand_${HADOOP_SUBCMD} >> ${HADOOP_SUBCMD_ARGS[$*]}” > > Easy fix. The $* should just be *. I’ll open an iss

Re: [VOTE] Merge feature branch HADOOP-12930

2016-05-15 Thread Allen Wittenauer
> On May 14, 2016, at 3:11 PM, Chris Nauroth wrote: > > +1 (binding) > > -Tried a dry-run merge of HADOOP-12930 to trunk. > -Successfully built distro on Windows. > -Ran "hdfs namenode", "hdfs datanode", and various interactive hdfs > commands through Cygwin. > -Reviewed documentation. > > All

Re: [VOTE] Merge feature branch HADOOP-12930

2016-05-15 Thread Allen Wittenauer
> On May 14, 2016, at 9:04 PM, Masatake Iwasaki > wrote: > > + hadoop_debug "Calling dynamically: hadoop_subcommand_${HADOOP_SUBCMD} > ${HADOOP_SUBCMD_ARGS[$*]}” Easy fix. The $* should just be *. I’ll open an issue and fix it here in a sec. Thanks!