Yang Jiandan created HADOOP-8605:
Summary: TestReflectionUtils.testCacheDoesntLeak() can't
illustrate ReflectionUtils don't generate memory leak
Key: HADOOP-8605
URL: https://issues.apache.org/jira/browse/HADOOP-8
Robert Grandl created HADOOP-8604:
-
Summary: conf/* files overwritten at Hadoop compilation
Key: HADOOP-8604
URL: https://issues.apache.org/jira/browse/HADOOP-8604
Project: Hadoop Common
Issu
[
https://issues.apache.org/jira/browse/HADOOP-8557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Lipcon resolved HADOOP-8557.
-
Resolution: Duplicate
Resolving as dup of HADOOP-8537
> Core Test failed in jek
That was really helpful.
@Robert: No I am just working on a research project, I am not checking the
code into Hadoop.
Thanks Radim and Robert.
On Tue, Jul 17, 2012 at 3:49 PM, Robert Evans wrote:
> Oracle is dropping java 6 support by the end of the year. So there is
> likely to be a big shift
Oracle is dropping java 6 support by the end of the year. So there is
likely to be a big shift to java 7 before then. Currently Hadoop
officially supports java 6 so unless there is an official change of
position you cannot use Java 7 specific APIs if you want to check your
code into Hadoop. Hadoo
I have to tweak a few classes and for this I needed few packages which
are
only present in Java 7 like "java.nio.file" , So I was wondering If I can
shift my
development environment of Hadoop to Java 7? Would this break anything ?
openjdk 7 works, but nio async file access is slower then tra
Hi,
I have to tweak a few classes and for this I needed few packages which
are
only present in Java 7 like "java.nio.file" , So I was wondering If I can
shift my
development environment of Hadoop to Java 7? Would this break anything ?
Thanks
--
--With Regards
Pavan Kulkarni
Ilya Katsov created HADOOP-8603:
---
Summary: Test failures with "Container .. is running beyond
virtual memory limits"
Key: HADOOP-8603
URL: https://issues.apache.org/jira/browse/HADOOP-8603
Project: Hado