Improvements to FileContext metrics output formatting
-
Key: HADOOP-6244
URL: https://issues.apache.org/jira/browse/HADOOP-6244
Project: Hadoop Common
Issue Type: Improvement
Comp
NPE in handling deprecated configuration keys.
--
Key: HADOOP-6243
URL: https://issues.apache.org/jira/browse/HADOOP-6243
Project: Hadoop Common
Issue Type: Bug
Components: conf
Affec
[
https://issues.apache.org/jira/browse/HADOOP-6230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hemanth Yamijala resolved HADOOP-6230.
--
Resolution: Fixed
Fix Version/s: 0.21.0
Hadoop Flags: [Incompatible change,
Hi
I am going mad, pulling my hairs now, past 2 days, trying to figure out the
output by this map-reduce program. Please help or you can find me in asylum.
in the map function below, output.collect(Text,Duo) - Duo is a custom input
format, map functions trasnfers "hello, duo("hello,hello")" key-va
I get this error on WordCount program, originally copied from the examples
folder in Hadoop-0.19.2.
I dont understand why I get this error. Everything is set right. Please see
the code and give feedback.
import java.io.IOException;
import java.util.*;
import org.apache.hadoop.fs.Path;
import org
Configuration.dumpConfiguration does not print correct values for the
properties which have been included using xi:include
--
Key: HADOOP-6242