[jira] [Created] (MAPREDUCE-6873) MR Job Submission Fails if MR framework application path not on defaultFS

2017-03-29 Thread Erik Krogen (JIRA)
Erik Krogen created MAPREDUCE-6873: -- Summary: MR Job Submission Fails if MR framework application path not on defaultFS Key: MAPREDUCE-6873 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6873 P

Re: Can we update protobuf's version on trunk?

2017-03-29 Thread Stack
On Wed, Mar 29, 2017 at 3:12 PM, Chris Douglas wrote: > On Wed, Mar 29, 2017 at 1:13 PM, Stack wrote: > > Is the below evidence enough that pb3 in proto2 syntax mode does not drop > > 'unknown' fields? (Maybe you want evidence that java tooling behaves the > > same?) > > I reproduced your exampl

Re: Can we update protobuf's version on trunk?

2017-03-29 Thread Chris Douglas
On Wed, Mar 29, 2017 at 1:13 PM, Stack wrote: > Is the below evidence enough that pb3 in proto2 syntax mode does not drop > 'unknown' fields? (Maybe you want evidence that java tooling behaves the > same?) I reproduced your example with the Java tooling, including changing some of the fields in t

Re: Can we update protobuf's version on trunk?

2017-03-29 Thread Stack
Is the below evidence enough that pb3 in proto2 syntax mode does not drop 'unknown' fields? (Maybe you want evidence that java tooling behaves the same?) To be clear, when we say proxy above, are we expecting that a pb message deserialized by a process down-the-line that happens to have a crimped

[jira] [Created] (MAPREDUCE-6872) RM does not blacklist node for AM launch failures

2017-03-29 Thread Haibo Chen (JIRA)
Haibo Chen created MAPREDUCE-6872: - Summary: RM does not blacklist node for AM launch failures Key: MAPREDUCE-6872 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6872 Project: Hadoop Map/Reduce

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

2017-03-29 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-ppc/272/ [Mar 28, 2017 2:33:26 PM] (jlowe) YARN-6359. TestRM#testApplicationKillAtAcceptedState fails rarely due to [Mar 28, 2017 3:02:07 PM] (yqlin) HDFS-11577. Combine the old and the new chooseRandom for better

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

2017-03-29 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/360/ [Mar 28, 2017 2:33:26 PM] (jlowe) YARN-6359. TestRM#testApplicationKillAtAcceptedState fails rarely due to [Mar 28, 2017 3:02:07 PM] (yqlin) HDFS-11577. Combine the old and the new chooseRandom for better

[jira] [Created] (MAPREDUCE-6871) Allow users to specify racks and nodes for strict locality for AMs

2017-03-29 Thread Robert Kanter (JIRA)
Robert Kanter created MAPREDUCE-6871: Summary: Allow users to specify racks and nodes for strict locality for AMs Key: MAPREDUCE-6871 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6871 Proj

Re: Can we update protobuf's version on trunk?

2017-03-29 Thread Stack
On Tue, Mar 28, 2017 at 4:18 PM, Andrew Wang wrote: > > > > > If unknown fields are dropped, then applications proxying tokens and > > other > > >> data between servers will effectively corrupt those messages, unless > we > > >> make everything opaque bytes, which- absent the convenient, > prenom