| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
168 (0.093s).
|
|
|
Loading phrases to help you refine your search...
|
|
Hadoop on Tomcat issue ?? - Hadoop - [mail # user]
|
|
...Hello users, I am trying to create a Hadoop WAR file, which will be deployed on Tomcat. My code as a JAR is running perfectly fine. But when I am deploying as WAR on tomcat, I am getti...
|
|
|
Author: praveenesh kumar,
2012-11-23, 10:54
|
|
|
Measuring Shuffle time for MR job - Hadoop - [mail # user]
|
|
...Is there a way to know the total shuffle time of a map-reduce job - I mean some command or output that can tell that ? I want to measure total map, total shuffle and total reduce...
|
|
|
Author: praveenesh kumar,
2012-08-27, 06:18
|
|
|
Re: Dealing with low space cluster - Hadoop - [mail # user]
|
|
...@Harsh --- I was wondering...although it doesn't make much/any sense --- if a person wants to store the files only on HDFS (something like a backup) consider the above hardware scenari...
|
|
|
Author: praveenesh kumar,
2012-06-14, 13:53
|
|
|
Re: Dealing with low space cluster - Hadoop - [mail # user]
|
|
...I don't know whether this will work or not.. but you can give it a shot..(I am assuming you are having 8 nodes as hadoop cluster) 1. Mount 1 TB hard disk to one of the DN. 2. Put it to...
|
|
|
Author: praveenesh kumar,
2012-06-14, 08:36
|
|
|
Re: Trying to put 16gb file onto hdfs - Hadoop - [mail # user]
|
|
...Check your Datanode logs.. or do "hadoop fsck /" or "hadoop dfsadmin -report" to get more details about your HDFS. Seems like DN is down. Regards, Praveenesh On Tue, Jun 5, 2012 ...
|
|
|
Author: praveenesh kumar,
2012-06-05, 05:17
|
|
|
Re: What happens when I do not output anything from my mapper - Hadoop - [mail # user]
|
|
...You can control your map outputs based on any condition you want. I have done that - it worked for me. It could be your code problem that its not working for you. Can you please share your m...
|
|
|
Author: praveenesh kumar,
2012-06-04, 12:27
|
|
|
Re: SecondaryNameNode not connecting to NameNode : PriviledgedActionException - Hadoop - [mail # user]
|
|
...Its trying to connect to your NN on port 50030.. I think it should be 50070. In your hdfs-site.xml -- for dfs.http.address -- I am assuming you have given hadoop01:50070, right ? Regar...
|
|
|
Author: praveenesh kumar,
2012-06-04, 12:24
|
|
|
Re: Hadoop cluster hardware configuration - Hadoop - [mail # user]
|
|
...On a very high level... we would be utilizing cluster not only for hadoop but for other I/O bound or in-memory operations. That is the reason we are going for SAS hard disks. And we also nee...
|
|
|
Author: praveenesh kumar,
2012-06-04, 12:22
|
|
|
Re: SecondaryNameNode not connecting to NameNode : PriviledgedActionException - Hadoop - [mail # user]
|
|
...I would say not to use 127.0.0.1 in distributed mode. Comment out the first 2 lines of your /etc/hosts. Rather have your /etc/hosts file like this - Suppose you are on hadoop00 -...
|
|
|
Author: praveenesh kumar,
2012-06-04, 12:17
|
|
|
Re: SecondaryNameNode not connecting to NameNode : PriviledgedActionException - Hadoop - [mail # user]
|
|
...Also can you share your /etc/hosts file of both the VMs Regards, Praveenesh On Mon, Jun 4, 2012 at 5:35 PM, wrote: ...
|
|
|
Author: praveenesh kumar,
2012-06-04, 12:08
|
|
|
|