The yarn tag has no wiki summary.
0
votes
1answer
86 views
Apache Helix vs YARN
What is the difference between Apache Helix and Hadoop YARN (MRv2). Does anyone have experience with both technologies? Can someone explain me the advantages/disadvantages of Helix over YARN and why ...
0
votes
1answer
45 views
NodeManager not started in Hadoop Yarn
I have setup hadoop and yarn in standalone mode for now.
I am trying to start all process in yarn. All process are started except nodemanager. It is throwing jvm error everytime.
...
0
votes
0answers
190 views
Hadoop - Yarn 0.23.6 Starting scripts vs Binaries and localhost errors
I am trying to get HADOOP YARN up and running properly so try it with Pegasus and Spark. But I am having a few difficulties and there seems to be little for YARN out there.
I got it running with the ...
0
votes
0answers
144 views
Permission denied to send jobs hadoop cluster
I have access to a hadoop cluster ( I am not root) and I have an independent machine running Pig. I want to send Pig jobs from the independent machine to the Hadoop cluster.
I set the properties of ...
1
vote
0answers
109 views
Hadoop releases and new API
I am getting very confused about the Hadoop releases and the new API. I had a project on Hadoop 0.20.203 and i think its time to upgrade it. I wish to use a version that has YARN, which is either 0.23 ...
0
votes
1answer
181 views
Unable to start node manager on hadoop 0.23.0
while installing Hadoop 0.23.0 on the cluster, node manager is unable to start and getting the following error.
Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: ...
1
vote
1answer
111 views
Can Hadoop Fair/Capacity Scheduler be used on MR1?
From what I have read, YARN (MRv2) allows a way to plug in a scheduler, replacing the default FIFO scheduler. My question is, can we do the same in MRv1? Is there a way to replace the FIFO scheduler ...
1
vote
2answers
155 views
What is a container in YARN?
What is a container in YARN? Is it same as the child JVM in which the tasks on the nodemanager run or is it different?
0
votes
0answers
79 views
HDFS Federation and YARN - Package Availability and Compatibility
I am a bit confused with the package availability and compatibility of the upgraded Hadoop components - HDFS Federation and YARN (MRv2)
From the release notes, i understand that
hadoop-0.23.5 - ...
0
votes
1answer
392 views
CDH4 installation using tarball
I have been struggling to install CDH via tarball, there is no document that describes the steps or guides through. I do have root access on the server & wish to install CDH4 via tarball in Pseudo ...
1
vote
1answer
301 views
AM Container is running beyond virtual memory limits
I was playing with distributed shell application (hadoop-2.0.0-cdh4.1.2).
This is the error I'm receiving at the moment.
13/01/01 17:09:09 INFO distributedshell.Client: Got application report from ...
0
votes
1answer
72 views
Can Hadoop Yarn run a grid?
Can a Hadoop Yarn instance manage nodes from different places on Earth, networks? Can it manage nodes that use different platforms?
Every note about Yarn I found tells that Yarn manages clusters, but ...
0
votes
1answer
2k views
CDH 4.1: Error running child : java.lang.OutOfMemoryError: Java heap space
I've trying to overcome sudden problem. Befor that problem I've used old VM. I've downloaded the new one VM and still can't make my job run. I get Java heap space error.
I've alredy read this one ...
1
vote
1answer
531 views
How do I view my Hadoop job history and logs using CDH4 and Yarn?
I downloaded the CDH4 tar for Hadoop with Yarn, and jobs are running fine, but I can't figure out where to view the logs from my job. In MRv1, I simply went to the JobTracker web app, and it had the ...
1
vote
2answers
141 views
Coexistance of Hadoop MR1 and MR2
Is is possible to run both Hadoop MR1 and MR2 together in same cluster (atleast in theory)?
If yes, how can I do that?
Thanks in advance,
Arun
0
votes
0answers
226 views
org.apache.hadoop.mapred.ShuffleHandler not found on starting Nodemanager - CDH4.1.1 - [Solved]
I am setting up a 2 node cluster to test CDH4.1.1 with YARN. As recommended on the instructions for configuration, and after understanding the new YARN architecture, this is my test setup
Machine 1
...
1
vote
0answers
25 views
Can't Connect To JobHistoryServer on EC2
I've deployed a CDH4 cluster (MapReduce version 2, YARN) on EC2, using Whirr 0.8. The MapReduce jobs run fine and I can connect to the Name Node and Resource Manager web applications with no ...
1
vote
0answers
184 views
hadoop-0.23.4 namenode fails to start
I have recently set up simple cluster composed of two CENTOS 6 machines and installed hadoop-0.23.4 file-system on it. The formatting completes with no error messages and I can start the DataNodes (on ...
2
votes
1answer
127 views
Submitting applications externally via REST APIs
Is there currently a way to submit applications externally via the supplied REST APIs for MapReduceV1 and/or YARN? I'm hoping to find a way to do this without adding a custom service.
So far I've ...
0
votes
1answer
123 views
Suspending hadoop nodes temporarily - background hadoop cluster
I wonder if it is possible to install a "background" hadoop cluster. I mean, after all it is meant to be able to deal with nodes being unavailable or slow sometimes.
So assuming some university has a ...
