| clear query|facets|time |
Search criteria: .
Results from 11 to 19 from
19 (2.8s).
|
|
|
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
|
|
|
|