[jira] [Created] (HADOOP-11544) Remove unused configuration keys for tracing

2015-02-03 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HADOOP-11544: - Summary: Remove unused configuration keys for tracing Key: HADOOP-11544 URL: https://issues.apache.org/jira/browse/HADOOP-11544 Project: Hadoop Common

[jira] [Created] (HADOOP-11538) [Startup script ]Start-dfs.sh and start-yarn.sh does not work when we export JAVA_HOME Manually

2015-02-03 Thread Jagadesh Kiran N (JIRA)
Jagadesh Kiran N created HADOOP-11538: - Summary: [Startup script ]Start-dfs.sh and start-yarn.sh does not work when we export JAVA_HOME Manually Key: HADOOP-11538 URL:

[jira] [Created] (HADOOP-11536) exception.h is not compiling on windows. Has gcc specific __attribute__ format

2015-02-03 Thread Kiran Kumar M R (JIRA)
Kiran Kumar M R created HADOOP-11536: Summary: exception.h is not compiling on windows. Has gcc specific __attribute__ format Key: HADOOP-11536 URL: https://issues.apache.org/jira/browse/HADOOP-11536

Build failed in Jenkins: Hadoop-Common-trunk #1395

2015-02-03 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Common-trunk/1395/changes Changes: [benoy] HADOOP-11494. Lock acquisition on WrappedInputStream#unwrappedRpcBuffer may race with another thread. Contributed by Ted Yu. [kihwal] YARN-3113. Release audit warning for Sorting icons.psd. Contributed by

[jira] [Created] (HADOOP-11539) add Apache Thrift support to hadoop-maven-plugins

2015-02-03 Thread John (JIRA)
John created HADOOP-11539: - Summary: add Apache Thrift support to hadoop-maven-plugins Key: HADOOP-11539 URL: https://issues.apache.org/jira/browse/HADOOP-11539 Project: Hadoop Common Issue Type:

[jira] [Resolved] (HADOOP-11162) Unclosed InputStream in ApplicationClassLoader

2015-02-03 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA resolved HADOOP-11162. - Resolution: Duplicate Unclosed InputStream in ApplicationClassLoader

Re: Native style guide

2015-02-03 Thread Chris Nauroth
Hi Steve, I don't believe we have an official statement of the native code style, so that's something that would be beneficial. To address your immediate question, yes, it is acceptable to use goto in error checking logic to jump to a labeled cleanup routine. This is an established pattern

wiki access

2015-02-03 Thread Jesse Crouch
Hi - I'd like to request access to edit this page: https://wiki.apache.org/hadoop/PoweredBy There is an incorrect link I'd like to fix. I will also probably add my company's Hadoop project info to the page soon as well. username: JesseCrouch Thanks, Jesse

[jira] [Created] (HADOOP-11537) Native compilation fails for Checksum.cc due to an incompatibility of assembler register constraint for PowerPC

2015-02-03 Thread Stephan Drescher (JIRA)
Stephan Drescher created HADOOP-11537: - Summary: Native compilation fails for Checksum.cc due to an incompatibility of assembler register constraint for PowerPC Key: HADOOP-11537 URL:

Native style guide

2015-02-03 Thread Steve Loughran
Do we have a native code style guide? Specifically, it is OK to use goto as a way of bailing out of things and into some memory release logic as part of some JNI exception generation routine? Don't worry, I'm asking on behalf of someone else -Steve ps: what I have been intermittently doing