<?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: JobTracker problems in DSE 2.1 running on debian servers in AWS</title>
		<link>http://www.datastax.com/support-forums/topic/jobtracker-problems-in-dse-21-running-on-debian-servers-in-aws</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 03:55:10 +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/jobtracker-problems-in-dse-21-running-on-debian-servers-in-aws" rel="self" type="application/rss+xml" />

		<item>
			<title>rk on "JobTracker problems in DSE 2.1 running on debian servers in AWS"</title>
			<link>http://www.datastax.com/support-forums/topic/jobtracker-problems-in-dse-21-running-on-debian-servers-in-aws#post-6873</link>
			<pubDate>Thu, 11 Oct 2012 16:33:49 +0000</pubDate>
			<dc:creator>rk</dc:creator>
			<guid isPermaLink="false">6873@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I finally figured it out.  The ip addresses in the cassandra.yaml should be the AWS local ip addresses, and not the external ips, as I was using.  Once I made this switch, it resolved my JobTracker problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rk on "JobTracker problems in DSE 2.1 running on debian servers in AWS"</title>
			<link>http://www.datastax.com/support-forums/topic/jobtracker-problems-in-dse-21-running-on-debian-servers-in-aws#post-6872</link>
			<pubDate>Thu, 11 Oct 2012 15:50:52 +0000</pubDate>
			<dc:creator>rk</dc:creator>
			<guid isPermaLink="false">6872@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;the output of dsetool ring is as shown below:&#60;/p&#62;
&#60;p&#62;10.242.159.111  Cassandra   rack1       Cassandra       Up     Normal  40.23 MB        25.00%  0&#60;br /&#62;
10.204.11.168   Analytics   rack1       Analytics(tt)   Up     Normal  25.28 MB        25.00%  42535295865117307932921825928971026432&#60;br /&#62;
10.76.174.178   Solr        rack1       Search          Up     Normal  41.34 MB        25.00%  85070591730234615865843651857942052864&#60;br /&#62;
10.194.82.63    Analytics   rack1       Analytics(tt)   Up     Normal  22.85 MB        25.00%  127605887595351923798765477786913079296&#60;/p&#62;
&#60;p&#62;It is showing the AWS local ips for each of the nodes.  I have been using the external IPs for these nodes in Cassandra.yaml and setting up the jobtracker ips.&#60;/p&#62;
&#60;p&#62;Here is the output of the dsetool listjt command:&#60;/p&#62;
&#60;p&#62;DC                            JobTracker&#60;br /&#62;
--                            --&#60;br /&#62;
Analytics-Analytics           50.17.205.200&#60;br /&#62;
------&#60;br /&#62;
Reserve-JT = 50.17.205.214
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Piotr Kołaczkowski on "JobTracker problems in DSE 2.1 running on debian servers in AWS"</title>
			<link>http://www.datastax.com/support-forums/topic/jobtracker-problems-in-dse-21-running-on-debian-servers-in-aws#post-6867</link>
			<pubDate>Thu, 11 Oct 2012 14:41:34 +0000</pubDate>
			<dc:creator>Piotr Kołaczkowski</dc:creator>
			<guid isPermaLink="false">6867@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Are all nodes up? What is the output of dsetool ring?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rk on "JobTracker problems in DSE 2.1 running on debian servers in AWS"</title>
			<link>http://www.datastax.com/support-forums/topic/jobtracker-problems-in-dse-21-running-on-debian-servers-in-aws#post-6856</link>
			<pubDate>Thu, 11 Oct 2012 00:55:32 +0000</pubDate>
			<dc:creator>rk</dc:creator>
			<guid isPermaLink="false">6856@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have a 4 node cluster out of which 2 are Hadoop (analytics) nodes.  While trying the Portfolio demo, it fails at the hive execution with the following exception:&#60;/p&#62;
&#60;p&#62;java.net.ConnectException: Call to 50.17.205.200/50.17.205.200:8012 failed on connection exception: java.net.ConnectException: Connection refused&#60;br /&#62;
        at org.apache.hadoop.ipc.Client.wrapException(Client.java:1095)&#60;br /&#62;
        at org.apache.hadoop.ipc.Client.call(Client.java:1071)&#60;br /&#62;
        at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:225)&#60;br /&#62;
        at org.apache.hadoop.mapred.$Proxy10.getProtocolVersion(Unknown Source)&#60;br /&#62;
        at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:396)&#60;br /&#62;
        at org.apache.hadoop.ipc.RPC.getProxy(RPC.java:379)&#60;br /&#62;
        at org.apache.hadoop.mapred.JobClient.createRPCProxy(JobClient.java:480)&#60;br /&#62;
        at org.apache.hadoop.mapred.JobClient.init(JobClient.java:474)&#60;br /&#62;
        at org.apache.hadoop.mapred.JobClient.&#38;lt;init&#38;gt;(JobClient.java:457)&#60;br /&#62;
        at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:435)&#60;br /&#62;
        at org.apache.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask.java:136)&#60;br /&#62;
        at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:133)&#60;br /&#62;
        at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:57)&#60;br /&#62;
        at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1332)&#60;br /&#62;
        at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1123)&#60;br /&#62;
        at org.apache.hadoop.hive.ql.Driver.run(Driver.java:931)&#60;br /&#62;
        at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:255)&#60;br /&#62;
        at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:212)&#60;br /&#62;
        at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:403)&#60;br /&#62;
        at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:338)&#60;br /&#62;
        at org.apache.hadoop.hive.cli.CliDriver.processReader(CliDriver.java:436)&#60;br /&#62;
        at org.apache.hadoop.hive.cli.CliDriver.processFile(CliDriver.java:446)&#60;br /&#62;
        at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:642)&#60;br /&#62;
        at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:554)&#60;br /&#62;
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&#60;br /&#62;
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&#60;br /&#62;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&#60;br /&#62;
        at java.lang.reflect.Method.invoke(Method.java:597)&#60;br /&#62;
        at org.apache.hadoop.util.RunJar.main(RunJar.java:156)&#60;br /&#62;
Caused by: java.net.ConnectException: Connection refused&#60;br /&#62;
        at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)&#60;br /&#62;
        at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:567)&#60;br /&#62;
        at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)&#60;br /&#62;
        at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:489)&#60;br /&#62;
        at org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:434)&#60;br /&#62;
        at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:560)&#60;br /&#62;
        at org.apache.hadoop.ipc.Client$Connection.access$2000(Client.java:184)&#60;br /&#62;
        at org.apache.hadoop.ipc.Client.getConnection(Client.java:1202)&#60;br /&#62;
        at org.apache.hadoop.ipc.Client.call(Client.java:1046)&#60;br /&#62;
        ... 27 more&#60;br /&#62;
Job Submission failed with exception 'java.net.ConnectException(Call to 50.17.205.200/50.17.205.200:8012 failed on connection exception: java.net.ConnectException: Connection refused)'&#60;br /&#62;
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MapRedTask&#60;/p&#62;
&#60;p&#62;I also tried to access the JobTracker site using the url &#60;a href=&#34;http://50.17.205.200:50030/jobtracker.jsp&#34; rel=&#34;nofollow&#34;&#62;http://50.17.205.200:50030/jobtracker.jsp&#60;/a&#62;  with no success&#60;/p&#62;
&#60;p&#62;I have checked the jobtracker ip by running the dsetool jobtracker command, and it returns  50.17.205.200.  I also made this ip as the first seed node in the cassandra.yaml&#60;/p&#62;
&#60;p&#62;I am running the following hive command:&#60;/p&#62;
&#60;p&#62;dse hive -f /usr/share/dse-demos/portfolio_manager/10_day_loss.q&#60;/p&#62;
&#60;p&#62;any ideas????
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
