<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: No jobtracker found</title>
		<link>http://www.datastax.com/support-forums/topic/no-jobtracker-found</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 12:25:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/no-jobtracker-found" rel="self" type="application/rss+xml" />

		<item>
			<title>joaquin on "No jobtracker found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-jobtracker-found#post-57</link>
			<pubDate>Tue, 17 May 2011 15:40:44 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">57@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I just wanted to check in an confirm that it now works for you?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "No jobtracker found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-jobtracker-found#post-41</link>
			<pubDate>Fri, 13 May 2011 18:23:40 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">41@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes, -v 3 means that the first 3 nodes are Vanilla Cassandra nodes. This means that the first tracker node is that with AMI Index = 3 (since it starts at 0).&#60;/p&#62;
&#60;p&#62;Login to the third machine and you should be able to run the command.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vwonthecup on "No jobtracker found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-jobtracker-found#post-38</link>
			<pubDate>Fri, 13 May 2011 02:19:05 +0000</pubDate>
			<dc:creator>vwonthecup</dc:creator>
			<guid isPermaLink="false">38@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Dear Joaquin,&#60;/p&#62;
&#60;p&#62;Thanks a million for explaining this in detail and un_clouding my understanding. &#60;/p&#62;
&#60;p&#62;Alright I started the cluster using the same options in the howto file, (see i changed nothing)&#60;/p&#62;
&#60;p&#62;Cluster started with these options:&#60;br /&#62;
-s 6 -v 3 -c 2 -o james:bond&#60;/p&#62;
&#60;p&#62;Let me know if I made a mistake somewhere.&#60;/p&#62;
&#60;p&#62;Harsh
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "No jobtracker found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-jobtracker-found#post-37</link>
			<pubDate>Thu, 12 May 2011 21:32:33 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">37@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Oh and for further clarification on point 2: We choose one by sorting because we eliminate any single point of failure for the jobtracker. All Hadoop-enabled nodes have to fail before we lose the jobtracker.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "No jobtracker found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-jobtracker-found#post-36</link>
			<pubDate>Thu, 12 May 2011 21:30:13 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">36@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;So far everything seems alright.&#60;/p&#62;
&#60;p&#62;1. Your nodetool shows 6 nodes, but not all 6 nodes have to be seeds. Seeds just help with the coordination of tasks within Cassandra, primarily for the nodes to latch onto each other at boot, but after that, the cluster as a whole survives. So there is no real concept of Master/Slave nodes, nor to all seeds have to take such a high role. So this is fine. The primary thing is that all 6 nodes are now Up and running.&#60;/p&#62;
&#60;p&#62;2. The mapred-site.xml setting was a nice addition by Jake. Brisk does not need this tracker to be set, and actually doesn't listen to it at all since Brisk chooses the IP address with the lowest sorted value in the Brisk DataCenter to be the job tracker. mapred-site.xml is provided so that non-Brisk commands can be sent over to this cluster. When that happens, what is returned is ${brisk.job.tracker} which translates back as the jobtracker that we were talking of.&#60;/p&#62;
&#60;p&#62;3. The SLF4J errors are harmless and cosmetic. We tried to get them off before release, but ended up sticking with them until we filter out the combination of jars between all three programs (cassandra, hadoop, and hive).&#60;/p&#62;
&#60;p&#62;My best guess is that you're not running a Hadoop enabled node. What are your parameter's that you sent in? They are viewable at the top of your bootscreen.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Joaquin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vwonthecup on "No jobtracker found"</title>
			<link>http://www.datastax.com/support-forums/topic/no-jobtracker-found#post-35</link>
			<pubDate>Thu, 12 May 2011 20:27:20 +0000</pubDate>
			<dc:creator>vwonthecup</dc:creator>
			<guid isPermaLink="false">35@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have been wanting to try out the hive, hadoop, and cassandra combination for a long time and nothing comes closer to it than brisk. So for the record I have initiated a demo cluster on aws using the brisk ami's and have followed the tutorial (&#60;a href=&#34;http://www.datastax.com/docs/0.8/brisk/install_brisk_ami&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/0.8/brisk/install_brisk_ami&#60;/a&#62;) very closely (including launching 6 instances). However, things havent gone to plan.&#60;/p&#62;
&#60;p&#62;my nodetool dump:&#60;br /&#62;
Address         Status State   Load            Owns    Token&#60;br /&#62;
                                                       141784319550391026443072753096570088105&#60;br /&#62;
10.170.175.47   Up     Normal  11.13 KB        16.67%  0&#60;br /&#62;
10.171.53.68    Up     Normal  8.92 KB         16.67%  28356863910078205288614550619314017621&#60;br /&#62;
10.170.227.11   Up     Normal  8.92 KB         16.67%  56713727820156410577229101238628035242&#60;br /&#62;
10.171.51.195   Up     Normal  8.92 KB         16.67%  85070591730234615865843651857942052863&#60;br /&#62;
10.171.38.197   Up     Normal  8.92 KB         16.67%  113427455640312821154458202477256070484&#60;br /&#62;
10.170.123.20   Up     Normal  8.92 KB         16.67%  141784319550391026443072753096570088105&#60;/p&#62;
&#60;p&#62;cassandra.yaml:&#60;br /&#62;
- seeds: &#34;10.170.175.47,10.171.51.195&#34;&#60;br /&#62;
#note it only shows two IP's whereas there are 6 showing in the nodetool dump&#60;/p&#62;
&#60;p&#62;mapred-site.xml:&#60;br /&#62;
&#38;lt;value&#38;gt;${brisk.job.tracker}&#38;lt;/value&#38;gt;&#60;br /&#62;
# note there is not fixed IP in here, I have tried replacing this with the line below but yet no result&#60;br /&#62;
&#38;lt;value&#38;gt;10.170.175.47&#38;lt;/value&#38;gt;&#60;/p&#62;
&#60;p&#62;finally $ brisk/bin/brisktool jobtracker&#60;br /&#62;
SLF4J: Class path contains multiple SLF4J bindings.&#60;br /&#62;
SLF4J: Found binding in [jar:file:/home/ubuntu/brisk/resources/cassandra/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]&#60;br /&#62;
SLF4J: Found binding in [jar:file:/home/ubuntu/brisk/resources/hadoop/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]&#60;br /&#62;
SLF4J: See &#60;a href=&#34;http://www.slf4j.org/codes.html#multiple_bindings&#34; rel=&#34;nofollow&#34;&#62;http://www.slf4j.org/codes.html#multiple_bindings&#60;/a&#62; for an explanation.&#60;br /&#62;
No jobtracker found&#60;/p&#62;
&#60;p&#62;I have the same error popping out when I start Hive, nothing seems to work !&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Harsh
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
