Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 55 (0.162s).
Loading phrases to help you
refine your search...
How can I sort a file with pairs <Key Value> in reverse order? - MapReduce - [mail # user]
...I created a MapReduce job example that that uses the sort mechanism of hadoop to sort a file by the key in ascending order. This is an example of the data:  7    vim 2   ...
   Author: Pedro Sá da Costa, 2013-06-11, 10:10
delete the job history saved in the Job History Server in Yarn - MapReduce - [mail # user]
...I want to delete the job history saved in the Job History Server in Yarn. How i do that?  Best regards,...
   Author: Pedro Sá da Costa, 2013-06-11, 09:34
split big files into small ones to later copy - MapReduce - [mail # user]
...I have one 500GB plain-text file in HDFS, and I want to copy locally, to zip it and put it on another machine in a local disk. The problem is that I don't have enough space in the local disk...
   Author: Pedro Sá da Costa, 2013-06-07, 06:03
Re: Count lines example - MapReduce - [mail # user]
...I made a mistake in my example.  Given 2 files with the same content: file 1  | file 2 A   3  | A  3 B   4  | B  4  gives the output  A &nbs...
   Author: Pedro Sá da Costa, 2013-06-05, 19:13
Count lines example - MapReduce - [mail # user]
...I am trying to create a mapreduce example that add values of same keys. E.g. the input A   1 A   2 B   4  get the output A   3 B4  The problem is that I cannot ...
   Author: Pedro Sá da Costa, 2013-06-05, 19:08
Print logs in MapReduce example - MapReduce - [mail # user]
...Hi,   I created my mapreduce example for hadoop 2.0.4, and how I print the logs in the console output? The System.out.println(), Logger.getRootLogger(), and Logger.getLogge(MyClass.clas...
   Author: Pedro Sá da Costa, 2013-06-03, 11:21
set HTTPFS in Hadoop 2.0.4 - MapReduce - [mail # user]
...Hi,  I set the HTTFS of Hadoop 2.0.4 to run in the port 3888. Now I want to access the filesystem but I can't do it. Here's the URL that I am using, and the config files. How can I fix ...
   Author: Pedro Sá da Costa, 2013-06-02, 12:56
how launch mapred in hadoop 2.0.4? - MapReduce - [mail # user]
...In hadoop mapreduce there is the need to launch mapred (mapred start), or launching yarn ( $sbin/yarn-daemon.sh start resourcemanager ; sbin/yarn-daemon.sh start nodemanager) is the same thi...
   Author: Pedro Sá da Costa, 2013-06-01, 17:18
distcp in Hadoop 2.0.4 over http? - MapReduce - [mail # user]
...I want to copy HDFS filese over HTTP using distcp, but I can't. It is a problem of configuration that I can't find it. How can I do distcp in Hadoop 2.0.4 over HTTP?  First I set up had...
   Author: Pedro Sá da Costa, 2013-06-01, 16:10
Queues in hadoop 2.0.4 - MapReduce - [mail # user]
...I am using hadoop 2.0.4  1 - Which component manage queues? Is it the jobtracker?  2 - If so, it is possible to define several queues (set mapred.job.queue.name=$QUEUE_NAME;)? &nbs...
   Author: Pedro Sá da Costa, 2013-05-30, 12:25
Sort:
project
MapReduce (55)
Pig (5)
HDFS (1)
Hadoop (1)
type
mail # user (54)
mail # dev (1)
date
last 7 days (6)
last 30 days (26)
last 90 days (38)
last 6 months (46)
last 9 months (55)
author
Harsh J (1067)
Arun C Murthy (529)
Vinod Kumar Vavilapalli (354)
Todd Lipcon (283)
Amar Kamat (184)
Mohammad Tariq (177)
Thomas Graves (176)
Owen O'Malley (162)
Hemanth Yamijala (155)
Amareshwari Sriramadasu (153)
Pedro Costa (153)
Robert Evans (151)
Ted Yu (148)
Tom White (138)
Alejandro Abdelnur (134)
Pedro Sá da Costa