Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 19 from 19 (0.071s).
Loading phrases to help you
refine your search...
Re: Managing space in Master Node - HDFS - [mail # user]
...Hi,  Thanks for the help!  However, I am still unsure about how to "turn off" the datanode feature on the NN.  I checked the "hdfs-site.xml" file and the dfs.data.dir is point...
   Author: Arko Provo Mukherjee, 2013-02-13, 20:01
Re: Managing space in Master Node - HDFS - [mail # user]
...Hi,  Yeah, my NameNode is also seconding as a DataNode.  I would like to "turn off" this feature.  Request help regarding the same.  Thanks & regards Arko  On Wed, F...
   Author: Arko Provo Mukherjee, 2013-02-13, 19:52
Managing space in Master Node - HDFS - [mail # user]
...Hello Gurus,  I am managing a Hadoop Cluster to run some experiments.  The issue I am continuously facing is that the Master Node runs out of disk space due to logs and data files....
   Author: Arko Provo Mukherjee, 2013-02-13, 19:32
Re: FileSystem API for 0.19 - HDFS - [mail # user]
...Hi,  Yeah, I fixed the problem, I compiled against the incorrect jars.  The reason I use 0.19 is that the cloud I have access to is still being main tained at 0.19 :(  Thanks ...
   Author: Arko Provo Mukherjee, 2011-10-11, 15:42
FileSystem API for 0.19 - HDFS - [mail # user]
...Hello,  I am using the FS API to write into files in HDFS.  FileSystem fs = FileSystem.get(jobconf);  Path pt = new Path(some_string);  BufferedWriter wr = new BufferedWr...
   Author: Arko Provo Mukherjee, 2011-10-10, 21:54
Re: HDFS on 0.20.203 - HDFS - [mail # user]
...Hi,  Thanks much!  It worked for both 0.20.203.0 and 0.21.0!  I am using Eclipse IDE. I tried once to use the plugin but it didn't work :(  Thanks & Regards Arko   &...
   Author: Arko Provo Mukherjee, 2011-09-02, 06:27
Re: HDFS on 0.20.203 - HDFS - [mail # user]
...Hi,  Many thanks for your kind reply.  I switched to 0.203.0 as per the advice of Arun Murthy.  Also I replaced import org.apache.hadoop.*; by importorg.apache.hadoop.fs.*; as...
   Author: Arko Provo Mukherjee, 2011-09-02, 05:05
Re: HDFS on 0.20.203 - HDFS - [mail # user]
...Hi,  My code looks like this:  *import java.util.*;*  *import java.lang.*;*  *import java.io.*;*  *import org.apache.hadoop.*;*  * *  *class MapReduce &nbs...
   Author: Arko Provo Mukherjee, 2011-09-01, 14:52
HDFS on 0.20.203 - HDFS - [mail # user]
...Hi,  I am using HDFS on 0.20.203 for my project.  I can see the API has evolved much over the different versions.  Can you please guide me to some link where I can find some e...
   Author: Arko Provo Mukherjee, 2011-08-31, 08:13
Sort:
project
MapReduce (25)
HDFS (19)
Hadoop (7)
type
mail # user (19)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (13)
last 9 months (19)
author
Todd Lipcon (492)
Harsh J (474)
Eli Collins (349)
Tsz Wo (172)
Aaron T. Myers (151)
Suresh Srinivas (151)
Mohammad Tariq (133)
Colin Patrick McCabe (131)
Stuti Awasthi (95)
Jing Zhao (91)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (68)
Azuryy Yu (62)
Arko Provo Mukherjee