<?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: Cannot get Analytic nodes to re-join the cluster</title>
		<link>http://www.datastax.com/support-forums/topic/cannot-get-analytic-nodes-to-re-join-the-cluster</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 08:44:58 +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/cannot-get-analytic-nodes-to-re-join-the-cluster" rel="self" type="application/rss+xml" />

		<item>
			<title>alexliu on "Cannot get Analytic nodes to re-join the cluster"</title>
			<link>http://www.datastax.com/support-forums/topic/cannot-get-analytic-nodes-to-re-join-the-cluster#post-9195</link>
			<pubDate>Wed, 27 Feb 2013 18:51:50 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">9195@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Can you first start clusters with default settings, then check the ring to make sure all nodes start correctly.&#60;/p&#62;
&#60;p&#62;Make change to mapred-site.xml for a node and restart it, wait until the ring info is showing the node correctly joining the ring. Do it for each node once a time.&#60;/p&#62;
&#60;p&#62;If you still have issue, can you post the changes you made to mapred-site.xml?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>devnulldude on "Cannot get Analytic nodes to re-join the cluster"</title>
			<link>http://www.datastax.com/support-forums/topic/cannot-get-analytic-nodes-to-re-join-the-cluster#post-9065</link>
			<pubDate>Tue, 19 Feb 2013 01:42:38 +0000</pubDate>
			<dc:creator>devnulldude</dc:creator>
			<guid isPermaLink="false">9065@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I'm trying to bring up a cluster of 3 cass nodes, 3 analytics nodes and 2 solr nodes. When everything starts up using the DataStax AMI it works ok. If I try to restart any of the analytics nodes using &#34;sudo service dse restart&#34; after changing the mapred-site.xml file in /etc/dse/hadoop it never rejoins the cluster correctly. &#60;/p&#62;
&#60;p&#62;Node tool shows all my nodes are analytics nodes?!&#60;br /&#62;
ubuntu@ip-10-10-1-161:~$ nodetool ring -h localhost&#60;br /&#62;
Address         DC          Rack        Status State   Load            Owns    Token&#60;br /&#62;
                                                                               141784319550391026443072753096570088105&#60;br /&#62;
10.10.1.167     Analytics   rack1       Down   Normal  ?               16.67%  0&#60;br /&#62;
10.10.1.172     Analytics   rack1       Down   Normal  ?               8.33%   14178431955039102644307275309657008809&#60;br /&#62;
10.10.1.161     Analytics   rack1       Up     Normal  300.96 KB       8.33%   28356863910078205288614550619314017620&#60;br /&#62;
10.10.1.165     Analytics   rack1       Down   Normal  ?               16.67%  56713727820156410577229101238628035242&#60;br /&#62;
10.10.1.157     Analytics   rack1       Down   Normal  ?               16.67%  85070591730234615865843651857942052862&#60;br /&#62;
10.10.1.171     Analytics   rack1       Down   Normal  ?               8.33%   99249023685273718510150927167599061673&#60;br /&#62;
10.10.1.163     Analytics   rack1       Down   Normal  ?               8.33%   113427455640312821154458202477256070485&#60;br /&#62;
10.10.1.156     Analytics   rack1       Down   Normal  ?               16.67%  141784319550391026443072753096570088105     &#60;/p&#62;
&#60;p&#62;-------------------------&#60;br /&#62;
logfile &#60;/p&#62;
&#60;p&#62;I keep seeing this over and over again on the hadoop nodes&#60;/p&#62;
&#60;p&#62;INFO 01:35:07,645 problem cleaning system directory: cfs:/raid0/hadoop/cassandra/mapred/system&#60;br /&#62;
java.io.IOException: UnavailableException()&#60;br /&#62;
	at com.datastax.bdp.hadoop.cfs.CassandraFileSystemThriftStore.readSlice(CassandraFileSystemThriftStore.java:688)&#60;br /&#62;
	at com.datastax.bdp.hadoop.cfs.CassandraFileSystemThriftStore.readINodeColumns(CassandraFileSystemThriftStore.java:619)&#60;br /&#62;
	at com.datastax.bdp.hadoop.cfs.CassandraFileSystemThriftStore.retrieveINode(CassandraFileSystemThriftStore.java:571)&#60;br /&#62;
	at com.datastax.bdp.hadoop.cfs.CassandraFileSystemThriftStore.retrieveINode(CassandraFileSystemThriftStore.java:563)&#60;br /&#62;
	at com.datastax.bdp.hadoop.cfs.CassandraFileSystem.getFileStatus(CassandraFileSystem.java:521)&#60;br /&#62;
	at org.apache.hadoop.mapred.JobTracker.&#38;lt;init&#38;gt;(JobTracker.java:2379)&#60;br /&#62;
	at org.apache.hadoop.mapred.JobTracker.&#38;lt;init&#38;gt;(JobTracker.java:2195)&#60;br /&#62;
	at org.apache.hadoop.mapred.JobTracker.&#38;lt;init&#38;gt;(JobTracker.java:2189)&#60;br /&#62;
	at org.apache.hadoop.mapred.JobTracker.startTracker(JobTracker.java:303)&#60;br /&#62;
	at org.apache.hadoop.mapred.JobTracker.startTracker(JobTracker.java:294)&#60;br /&#62;
	at org.apache.hadoop.mapred.HadoopTrackerPlugin$1.run(HadoopTrackerPlugin.java:237)&#60;br /&#62;
	at java.lang.Thread.run(Thread.java:662)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
