[jira] [Created] (HADOOP-11368) Fix OutOfMemory caused due to leaked trustStore reloader thread in KMSClientProvider

2014-12-08 Thread Arun Suresh (JIRA)
Arun Suresh created HADOOP-11368: Summary: Fix OutOfMemory caused due to leaked trustStore reloader thread in KMSClientProvider Key: HADOOP-11368 URL: https://issues.apache.org/jira/browse/HADOOP-11368

[jira] [Created] (HADOOP-11367) Fix warnings from findbugs 3.0 in hadoop-streaming

2014-12-08 Thread Li Lu (JIRA)
Li Lu created HADOOP-11367: -- Summary: Fix warnings from findbugs 3.0 in hadoop-streaming Key: HADOOP-11367 URL: https://issues.apache.org/jira/browse/HADOOP-11367 Project: Hadoop Common Issue Type:

Re: Upgrading findbugs

2014-12-08 Thread Karthik Kambatla
Thanks for initiating this, Haohui. +1 to upgrading findbugs version. Inline. On Mon, Dec 8, 2014 at 9:57 PM, Haohui Mai wrote: > Hi, > > The recent changes on moving to Java 7 triggers a bug in findbug ( > http://sourceforge.net/p/findbugs/bugs/918), which causes all pre-commit > runs (e.g., H

Upgrading findbugs

2014-12-08 Thread Haohui Mai
Hi, The recent changes on moving to Java 7 triggers a bug in findbug ( http://sourceforge.net/p/findbugs/bugs/918), which causes all pre-commit runs (e.g., HADOOP-11287) to fail. The current version of findbugs (1.3.9) used by Hadoop is released in 2009. Given that: (1) The current bug that we h

Re: Solaris Port

2014-12-08 Thread malcolm
Hi Colin, A short summary of my changes are as follows: - Native C source files: added 5, modified 6, requiring also changes to CMakeLists.txt. Of course, all changes are "ifdeffed" for Solaris appropriately and new files, are prefixed with solaris_ as well. For example, Solaris does not ha

[jira] [Created] (HADOOP-11366) Fix findbug warnings after move to Java 7

2014-12-08 Thread Li Lu (JIRA)
Li Lu created HADOOP-11366: -- Summary: Fix findbug warnings after move to Java 7 Key: HADOOP-11366 URL: https://issues.apache.org/jira/browse/HADOOP-11366 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-11365) Use Java 7's HttpCookie class to handle Secure and HttpOnly flag

2014-12-08 Thread Haohui Mai (JIRA)
Haohui Mai created HADOOP-11365: --- Summary: Use Java 7's HttpCookie class to handle Secure and HttpOnly flag Key: HADOOP-11365 URL: https://issues.apache.org/jira/browse/HADOOP-11365 Project: Hadoop Comm

[jira] [Created] (HADOOP-11364) [Java 8] Over usage of virtual memory

2014-12-08 Thread Mohammad Kamrul Islam (JIRA)
Mohammad Kamrul Islam created HADOOP-11364: -- Summary: [Java 8] Over usage of virtual memory Key: HADOOP-11364 URL: https://issues.apache.org/jira/browse/HADOOP-11364 Project: Hadoop Common

Re: Thinking ahead to hadoop-2.7

2014-12-08 Thread Steve Loughran
On 8 December 2014 at 19:48, Colin McCabe wrote: > Are there a lot of open JDK7 > issues that would require a release to straighten out? > I don't think so —the 2.6 release was tested pretty aggressively on JDK7, and solely on it for Windows. Pushing out a 2.7 release would be more symbolic than

Re: Switching to Java 7

2014-12-08 Thread Steve Loughran
On 8 December 2014 at 19:58, Colin McCabe wrote: > It would be nice if we could have a separate .m2 directory per test > executor. > > It seems like that would eliminate these race conditions once and for > all, at the cost of storing a few extra jars (proportional to the # of > simultaneous exec

Re: Switching to Java 7

2014-12-08 Thread Colin McCabe
On Mon, Dec 8, 2014 at 7:46 AM, Steve Loughran wrote: > On 8 December 2014 at 14:58, Ted Yu wrote: > >> Looks like there was still OutOfMemoryError : >> >> >> https://builds.apache.org/job/Hadoop-Hdfs-trunk/1964/testReport/junit/org.apache.hadoop.hdfs.server.namenode.snapshot/TestRenameWithSnapsh

Re: Solaris Port

2014-12-08 Thread Colin McCabe
Hi Malcolm, It's great that you are going to contribute! Please make your patches against trunk. 2.2 is fairly old at this point. It hasn't been the focus of development in more than a year. We don't use github or pull requests. Check the section on http://wiki.apache.org/hadoop/HowToContribu

Re: Thinking ahead to hadoop-2.7

2014-12-08 Thread Colin McCabe
On Fri, Dec 5, 2014 at 11:15 AM, Karthik Kambatla wrote: > It would be nice to cut the branch for the next "feature" release (not just > Java 7) in the first week of January, so we can get the RC out by the end > of the month? > > Yesterday, this came up in an offline discussion on ATS. Given peop

[jira] [Resolved] (HADOOP-11360) GraphiteSink reports data with wrong timestamp

2014-12-08 Thread Ravi Prakash (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Prakash resolved HADOOP-11360. --- Resolution: Duplicate Thanks for the reporting this JIRA Kamil! This looks like a duplicate

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

2014-12-08 Thread Apache Jenkins Server
See Changes: [stevel] HADOOP-10530 Make hadoop build on Java7+ only (stevel) -- [...truncated 8210 lines...] [INFO] Compiling 14 source files to

Re: Switching to Java 7

2014-12-08 Thread Steve Loughran
On 8 December 2014 at 14:58, Ted Yu wrote: > Looks like there was still OutOfMemoryError : > > > https://builds.apache.org/job/Hadoop-Hdfs-trunk/1964/testReport/junit/org.apache.hadoop.hdfs.server.namenode.snapshot/TestRenameWithSnapshots/testRenameDirAcrossSnapshottableDirs/ > > FYI > we need t

[jira] [Created] (HADOOP-11363) Hadoop maven surefire-plugin uses must set heap size

2014-12-08 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-11363: --- Summary: Hadoop maven surefire-plugin uses must set heap size Key: HADOOP-11363 URL: https://issues.apache.org/jira/browse/HADOOP-11363 Project: Hadoop Common

Re: Switching to Java 7

2014-12-08 Thread Sheena O'Connell
Ps. I made app.py and stuff... On 8 Dec 2014 02:59, "Ted Yu" wrote: > Looking at the test failures of > https://builds.apache.org/job/Hadoop-Hdfs-trunk/1963/ which uses jdk 1.7: > > e.g. > > https://builds.apache.org/job/Hadoop-Hdfs-trunk/1963/testReport/junit/org.apache.hadoop.hdfs.server.namen

Re: Switching to Java 7

2014-12-08 Thread Sheena O'Connell
Re g cloud, as far as I can tell what they want is a writeup for existing services. So we get healthstat running and then write up what we can do in terms of data flow managment and visualisation then that should cut it. It would be nice to put the calculator on there as software as a service, bu

Re: Switching to Java 7

2014-12-08 Thread Steve Loughran
On 8 December 2014 at 14:58, Ted Yu wrote: > Looks like there was still OutOfMemoryError : > > > https://builds.apache.org/job/Hadoop-Hdfs-trunk/1964/testReport/junit/org.apache.hadoop.hdfs.server.namenode.snapshot/TestRenameWithSnapshots/testRenameDirAcrossSnapshottableDirs/ > Well, I'm going t

[jira] [Resolved] (HADOOP-10530) Make hadoop trunk build on Java7+ only

2014-12-08 Thread Steve Loughran (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran resolved HADOOP-10530. - Resolution: Fixed Fix Version/s: 2.7.0 Hadoop Flags: Incompatible change > M

Re: Switching to Java 7

2014-12-08 Thread Ted Yu
Looks like there was still OutOfMemoryError : https://builds.apache.org/job/Hadoop-Hdfs-trunk/1964/testReport/junit/org.apache.hadoop.hdfs.server.namenode.snapshot/TestRenameWithSnapshots/testRenameDirAcrossSnapshottableDirs/ FYI On Mon, Dec 8, 2014 at 2:42 AM, Steve Loughran wrote: > yes, bum

[jira] [Created] (HADOOP-11362) Test org.apache.hadoop.crypto.random.TestOsSecureRandom.testOsSecureRandomSetConf timing out on java 8

2014-12-08 Thread Steve Loughran (JIRA)
Steve Loughran created HADOOP-11362: --- Summary: Test org.apache.hadoop.crypto.random.TestOsSecureRandom.testOsSecureRandomSetConf timing out on java 8 Key: HADOOP-11362 URL: https://issues.apache.org/jira/browse

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

2014-12-08 Thread Apache Jenkins Server
See -- [...truncated 8266 lines...] [INFO] Using default encoding to copy filtered resources. [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ hadoop-kms --- [INFO] Compilin

[jira] [Created] (HADOOP-11360) GraphiteSink reports data with wrong timestamp

2014-12-08 Thread Kamil Gorlo (JIRA)
Kamil Gorlo created HADOOP-11360: Summary: GraphiteSink reports data with wrong timestamp Key: HADOOP-11360 URL: https://issues.apache.org/jira/browse/HADOOP-11360 Project: Hadoop Common Issu

Solaris Port

2014-12-08 Thread malcolm
I have ported Hadoop native libraries to Solaris 11 (both Sparc and Intel ) Oracle have agreed to release my changes to the community so that Solaris platforms can benefit. Reading the HowToContribute and GitandHadoop documents, I am not 100% clear on how to get my changes into the main tree. I

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

2014-12-08 Thread Apache Jenkins Server
See Changes: [harsh] MAPREDUCE-6177. Minor typo in the EncryptedShuffle document about ssl-client.xml. Contributed by Yangping Wu. (harsh) -- [...truncated 73366 lines...] Setting project pr

Re: Switching to Java 7

2014-12-08 Thread Steve Loughran
yes, bumped them up to export MAVEN_OPTS="-Xmx3072m -XX:MaxPermSize=768m" export ANT_OPTS=$MAVEN_OPTS also extended test runs times. On 8 December 2014 at 00:58, Ted Yu wrote: > Looking at the test failures of > https://builds.apache.org/job/Hadoop-Hdfs-trunk/1963/ which uses jdk 1.7: > > e.

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

2014-12-08 Thread Apache Jenkins Server
See -- [...truncated 73033 lines...] Setting project property: hadoop.assemblies.version -> 3.0.0-SNAPSHOT Setting project property: test.exclude -> _ Setting project property: distMgmtSnapshotsId ->