<?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; Tag: brisk - Recent Posts</title>
		<link>http://www.datastax.com/support-forums/tags/brisk</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 17:49:49 +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/tags/brisk" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Cannot Connect to Task Tracker"</title>
			<link>http://www.datastax.com/support-forums/topic/cannot-connect-to-task-tracker#post-552</link>
			<pubDate>Mon, 10 Oct 2011 18:23:41 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">552@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I figured this out. In case anyone else has the same issues, here's what was going on:&#60;br /&#62;
Brisk uses the first entry in the Cassandra cluster's seed list to pick the initial jobtracker. One of my nodes had 127.0.0.1 in the seed list. This worked for the Cassandra setup since all the other nodes in the cluster connected to that box to get the cluster topology but this didn't work for the job tracker selection.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Cannot Connect to Task Tracker"</title>
			<link>http://www.datastax.com/support-forums/topic/cannot-connect-to-task-tracker#post-546</link>
			<pubDate>Fri, 07 Oct 2011 19:41:33 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">546@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have a 3 node Brisk cluster (Briskv1.0_beta2). Cassandra is working fine (all three nodes see each other and data is balanced across the ring). I started the nodes with the brisk cassandra -t command. I cannot, however, run any Hive or Pig jobs. When I do, I get an exception saying that it cannot connect to the task tracker.&#60;/p&#62;
&#60;p&#62;During the startup process, I see the following in the log:&#60;/p&#62;
&#60;p&#62;TaskTracker.java (line 695) TaskTracker up at: localhost.localdomain/127.0.0.1:34928&#60;br /&#62;
A few lines later, however, I see this:&#60;/p&#62;
&#60;p&#62;Retrying connect to server: localhost.localdomain/127.0.0.1:8012. Already tried 9 time(s).&#60;br /&#62;
INFO [TASK-TRACKER-INIT] RPC.java (line 321) Server at localhost.localdomain/127.0.0.1:8012 not available yet, Zzzzz...&#60;br /&#62;
Those lines are repeated non-stop as long as my cluster is running.&#60;/p&#62;
&#60;p&#62;My cassandra.yaml file specifies the box IP (not 0.0.0.0 or localhost) as the listen_address and the rpc_address is set to 0.0.0.0&#60;/p&#62;
&#60;p&#62;Why is the client attempting to connect to a different port than the log shows the task tracker as using? Is there anywhere these addresses/ports can be specified?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Share Cassandra cluster between Brisk and Solandra?"</title>
			<link>http://www.datastax.com/support-forums/topic/share-cassandra-cluster-between-brisk-and-solandra#post-537</link>
			<pubDate>Sat, 01 Oct 2011 01:38:45 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">537@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello, I'd like to have a single Cassandra cluster used by both Brisk and Solandra.  Both seem to have their own embedded Cassandra.  I see that Solandra has instructions for pointing it at a standard Cassandra distribution, but the Cassandra embedded in Brisk seems to be non-standard.&#60;/p&#62;
&#60;p&#62;Any tips on how I can get this to work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "How to get Brisk AMI working for a whole cluster of nodes?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-get-brisk-ami-working-for-a-whole-cluster-of-nodes#post-464</link>
			<pubDate>Mon, 22 Aug 2011 17:03:23 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">464@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;From your logs I'm seeing your first line as:&#60;/p&#62;
&#60;p&#62; INFO [main] 2011-08-18 03:15:08,141 AbstractCassandraDaemon.java (line 78) Logging initialized&#60;/p&#62;
&#60;p&#62;and your last lines as:&#60;/p&#62;
&#60;p&#62;INFO [HintedHandoff:2] 2011-08-18 05:19:32,394 HintedHandOffManager.java (line 376) Finished hinted handoff of 0 rows to endpoint /10.250.79.112&#60;br /&#62;
ERROR [Thread-70] 2011-08-18 15:37:21,847 AbstractCassandraDaemon.java (line 113) Fatal exception in thread Thread[Thread-70,5,main]&#60;br /&#62;
java.lang.OutOfMemoryError: Java heap space&#60;/p&#62;
&#60;p&#62;Which lets me know that this node had been running for some time.&#60;/p&#62;
&#60;p&#62;I'm also noticing that compacted SSTable files were removed meaning that data was already on this cluster. Did you perhaps send me a different log file?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anthonyu on "How to get Brisk AMI working for a whole cluster of nodes?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-get-brisk-ami-working-for-a-whole-cluster-of-nodes#post-452</link>
			<pubDate>Thu, 18 Aug 2011 22:40:34 +0000</pubDate>
			<dc:creator>anthonyu</dc:creator>
			<guid isPermaLink="false">452@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;There was no workload, this was a freshly booted AMI on a cluster of m1.large instances that had never had any data loaded.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "How to get Brisk AMI working for a whole cluster of nodes?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-get-brisk-ami-working-for-a-whole-cluster-of-nodes#post-451</link>
			<pubDate>Thu, 18 Aug 2011 21:40:10 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">451@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;If you can try this setting as well: &#60;/p&#62;
&#60;p&#62;sudo bash -c &#34;echo 1 &#38;gt; /proc/sys/vm/overcommit_memory&#34;&#60;/p&#62;
&#60;p&#62;this will also help and alleviate some pressure. It should already be in the AMI codebase, but will be updated soon so that way the change can be permanent as well.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Joaquin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "How to get Brisk AMI working for a whole cluster of nodes?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-get-brisk-ami-working-for-a-whole-cluster-of-nodes#post-450</link>
			<pubDate>Thu, 18 Aug 2011 21:35:01 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">450@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Looking at your logs everything seems to be in order for the AMI setup.&#60;/p&#62;
&#60;p&#62;It appears as though your cluster is in order and running for 2 hours until:&#60;/p&#62;
&#60;p&#62;ERROR [Thread-70] 2011-08-18 15:37:21,847 AbstractCassandraDaemon.java (line 113) Fatal exception in thread Thread[Thread-70,5,main]&#60;br /&#62;
java.lang.OutOfMemoryError: Java heap space&#60;br /&#62;
	at org.apache.cassandra.net.Message$MessageSerializer.deserialize(Message.java:148)&#60;br /&#62;
	at org.apache.cassandra.net.Message$MessageSerializer.deserialize(Message.java:131)&#60;br /&#62;
	at org.apache.cassandra.net.IncomingTcpConnection.run(IncomingTcpConnection.java:116)&#60;/p&#62;
&#60;p&#62;The AMI is to help with the initial setup and launch of a Cassandra cluster and is typically a great dev and initial testing environment. The error that you are running into is hit because the memory isn't properly tuned to the current workload.&#60;/p&#62;
&#60;p&#62;You can visit this website here: &#60;a href=&#34;http://datastax.com/support/tuning&#34; rel=&#34;nofollow&#34;&#62;http://datastax.com/support/tuning&#60;/a&#62; for more information on correctly tuning for your application.&#60;/p&#62;
&#60;p&#62;Once the memory is correctly tuned, then by simply running 'sudo service cassandra start', the Cassandra service will relaunch and you should be in working order.&#60;/p&#62;
&#60;p&#62;Make sure to make the appropriate changes around the ring per node.&#60;/p&#62;
&#60;p&#62;May I ask what sort of workload you were running and how many keyspaces you were using?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Joaquin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "How to get Brisk AMI working for a whole cluster of nodes?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-get-brisk-ami-working-for-a-whole-cluster-of-nodes#post-445</link>
			<pubDate>Thu, 18 Aug 2011 01:48:42 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">445@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;If you could upload the ~/.startlog or send me an email at joaquin at datastax.com, I could further diagnose the problem.&#60;/p&#62;
&#60;p&#62;Looking over your options everything seems to be in order.&#60;/p&#62;
&#60;p&#62;Could you send me the tail end of your /var/log/cassandra/cassandra.log and /var/log/cassandra/system.log as well?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Joaquin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>anthonyu on "How to get Brisk AMI working for a whole cluster of nodes?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-get-brisk-ami-working-for-a-whole-cluster-of-nodes#post-444</link>
			<pubDate>Thu, 18 Aug 2011 01:29:56 +0000</pubDate>
			<dc:creator>anthonyu</dc:creator>
			<guid isPermaLink="false">444@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I cannot seem to be able to start a cluster where all nodes make it to the Up state.  Even with only six nodes, at least one hangs forever when trying to log in:&#60;/p&#62;
&#60;p&#62;Cluster started with these options:&#60;br /&#62;
-s 6 -c 2 -n pipeline&#60;/p&#62;
&#60;p&#62;Waiting for nodetool...&#60;br /&#62;
(The cluster is now booting up. This should only take a moment.)&#60;/p&#62;
&#60;p&#62;^CTraceback (most recent call last):&#60;br /&#62;
  File &#34;.motd.py&#34;, line 60, in &#38;lt;module&#38;gt;&#60;br /&#62;
    retcode = subprocess.call(shlex.split(nodetoolStatement), stderr=subprocess.PIPE, stdout=subprocess.PIPE)&#60;br /&#62;
  File &#34;/usr/lib/python2.6/subprocess.py&#34;, line 470, in call&#60;br /&#62;
    return Popen(*popenargs, **kwargs).wait()&#60;br /&#62;
  File &#34;/usr/lib/python2.6/subprocess.py&#34;, line 1182, in wait&#60;br /&#62;
    pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)&#60;br /&#62;
  File &#34;/usr/lib/python2.6/subprocess.py&#34;, line 455, in _eintr_retry_call&#60;br /&#62;
    return func(*args)&#60;br /&#62;
KeyboardInterrupt&#60;/p&#62;
&#60;p&#62;I hit ctrl-c and broke out of the eternal wait which is caused by receiving this exception in a while loop:&#60;/p&#62;
&#60;p&#62;ubuntu@ip-10-251-135-80:~$ brisk/resources/cassandra/bin/nodetool -h localhost ring&#60;br /&#62;
Error connection to remote JMX agent!&#60;br /&#62;
java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:&#60;br /&#62;
	java.net.ConnectException: Connection refused]&#60;br /&#62;
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)&#60;br /&#62;
	at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)&#60;br /&#62;
	at org.apache.cassandra.tools.NodeProbe.connect(NodeProbe.java:141)&#60;br /&#62;
	at org.apache.cassandra.tools.NodeProbe.&#38;lt;init&#38;gt;(NodeProbe.java:111)&#60;br /&#62;
	at org.apache.cassandra.tools.NodeCmd.main(NodeCmd.java:559)&#60;br /&#62;
Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:&#60;br /&#62;
	java.net.ConnectException: Connection refused]&#60;br /&#62;
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)&#60;br /&#62;
	at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)&#60;br /&#62;
	at javax.naming.InitialContext.lookup(InitialContext.java:392)&#60;br /&#62;
	at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)&#60;br /&#62;
	at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)&#60;br /&#62;
	at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)&#60;br /&#62;
	... 4 more&#60;br /&#62;
Caused by: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:&#60;br /&#62;
	java.net.ConnectException: Connection refused&#60;br /&#62;
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)&#60;br /&#62;
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)&#60;br /&#62;
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)&#60;br /&#62;
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)&#60;br /&#62;
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)&#60;br /&#62;
	at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)&#60;br /&#62;
	... 9 more&#60;br /&#62;
Caused by: java.net.ConnectException: Connection refused&#60;br /&#62;
	at java.net.PlainSocketImpl.socketConnect(Native Method)&#60;br /&#62;
	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)&#60;br /&#62;
	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)&#60;br /&#62;
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)&#60;br /&#62;
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)&#60;br /&#62;
	at java.net.Socket.connect(Socket.java:529)&#60;br /&#62;
	at java.net.Socket.connect(Socket.java:478)&#60;br /&#62;
	at java.net.Socket.&#38;lt;init&#38;gt;(Socket.java:375)&#60;br /&#62;
	at java.net.Socket.&#38;lt;init&#38;gt;(Socket.java:189)&#60;br /&#62;
	at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)&#60;br /&#62;
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)&#60;br /&#62;
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)&#60;br /&#62;
	... 14 more&#60;/p&#62;
&#60;p&#62;I am using ami-da22dab3 in EC2 zone us-east-1b.&#60;/p&#62;
&#60;p&#62;Is Brisk or this AMI just not yet ready for prime-time?  Anyone have any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "Can&#039;t build brisk from source"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-build-brisk-from-source#post-433</link>
			<pubDate>Fri, 12 Aug 2011 01:59:14 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">433@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I didn't think to check for that.&#60;/p&#62;
&#60;p&#62;Glad it worked!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hpjohnc on "Can&#039;t build brisk from source"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-build-brisk-from-source#post-432</link>
			<pubDate>Fri, 12 Aug 2011 01:19:33 +0000</pubDate>
			<dc:creator>hpjohnc</dc:creator>
			<guid isPermaLink="false">432@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;It started working after the repo came back up - thanks!  And thanks for letting me know in #datastax-brisk too!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joaquin on "Can&#039;t build brisk from source"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-build-brisk-from-source#post-428</link>
			<pubDate>Thu, 11 Aug 2011 22:27:52 +0000</pubDate>
			<dc:creator>joaquin</dc:creator>
			<guid isPermaLink="false">428@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;We were currently performing maintenance on the repository, but it should now be back up.&#60;/p&#62;
&#60;p&#62;In the future, if this were to ever happen again, feel free to use:&#60;br /&#62;
the Debian package here: &#60;a href=&#34;http://debian.datastax.com/&#34; rel=&#34;nofollow&#34;&#62;http://debian.datastax.com/&#60;/a&#62;,&#60;br /&#62;
the tarballs found here: &#60;a href=&#34;https://github.com/riptano/brisk&#34; rel=&#34;nofollow&#34;&#62;https://github.com/riptano/brisk&#60;/a&#62;,&#60;br /&#62;
or this guide for a packaged install: &#60;a href=&#34;http://www.datastax.com/docs/0.8/brisk/install_brisk_packages&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/0.8/brisk/install_brisk_packages&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Sorry for the inconvenience this may have caused.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hpjohnc on "Can&#039;t build brisk from source"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-build-brisk-from-source#post-427</link>
			<pubDate>Thu, 11 Aug 2011 22:10:38 +0000</pubDate>
			<dc:creator>hpjohnc</dc:creator>
			<guid isPermaLink="false">427@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I am trying to build brisk from scratch.  I have tried from both a clone of git://github.com/riptano/brisk.git, and from the &#34;official&#34; source tarball linked from the website.  I keep getting dependency failures seemingly because of a password-protected maven repo:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
BUILD FAILED&#60;br /&#62;
/tmp/brisk/brisk-1.0~beta2-src/build.xml:246: Unable to resolve artifact: Missing:&#60;br /&#62;
----------&#60;br /&#62;
1) org.apache.cassandra.deps:libthrift:jar:0.6.0&#60;/p&#62;
&#60;p&#62;  Try downloading the file manually from the project website.&#60;/p&#62;
&#60;p&#62;  Then, install it using the command:&#60;br /&#62;
      mvn install:install-file -DgroupId=org.apache.cassandra.deps -DartifactId=libthrift -Dversion=0.6.0 -Dpackaging=jar -Dfile=/path/to/file&#60;/p&#62;
&#60;p&#62;  Alternatively, if you host your own repository you can deploy the file there:&#60;br /&#62;
      mvn deploy:deploy-file -DgroupId=org.apache.cassandra.deps -DartifactId=libthrift -Dversion=0.6.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]&#60;/p&#62;
&#60;p&#62;  Path to dependency:&#60;br /&#62;
        1) org.apache.maven:super-pom:jar:2.0&#60;br /&#62;
        2) org.apache.cassandra:apache-cassandra:jar:0.8.1-brisk1-beta2&#60;br /&#62;
        3) org.apache.cassandra.deps:libthrift:jar:0.6.0&#60;/p&#62;
&#60;p&#62;2) org.github:jamm:jar:0.2.1&#60;/p&#62;
&#60;p&#62;  Try downloading the file manually from the project website.&#60;/p&#62;
&#60;p&#62;  Then, install it using the command:&#60;br /&#62;
      mvn install:install-file -DgroupId=org.github -DartifactId=jamm -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file&#60;/p&#62;
&#60;p&#62;  Alternatively, if you host your own repository you can deploy the file there:&#60;br /&#62;
      mvn deploy:deploy-file -DgroupId=org.github -DartifactId=jamm -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]&#60;/p&#62;
&#60;p&#62;  Path to dependency:&#60;br /&#62;
        1) org.apache.maven:super-pom:jar:2.0&#60;br /&#62;
        2) org.apache.cassandra:apache-cassandra:jar:0.8.1-brisk1-beta2&#60;br /&#62;
        3) org.github:jamm:jar:0.2.1&#60;/p&#62;
&#60;p&#62;----------&#60;br /&#62;
2 required artifacts are missing.&#60;/p&#62;
&#60;p&#62;for artifact:&#60;br /&#62;
  org.apache.maven:super-pom:jar:2.0&#60;/p&#62;
&#60;p&#62;from the specified remote repositories:&#60;br /&#62;
  datastax-release (&#60;a href=&#34;http://mvn.riptano.com/content/repositories/releases)&#34; rel=&#34;nofollow&#34;&#62;http://mvn.riptano.com/content/repositories/releases)&#60;/a&#62;,&#60;br /&#62;
  datastax-deps (&#60;a href=&#34;http://mvn.riptano.com/content/repositories/public)&#34; rel=&#34;nofollow&#34;&#62;http://mvn.riptano.com/content/repositories/public)&#60;/a&#62;,&#60;br /&#62;
  central (&#60;a href=&#34;http://repo1.maven.org/maven2)&#34; rel=&#34;nofollow&#34;&#62;http://repo1.maven.org/maven2)&#60;/a&#62;,&#60;br /&#62;
  xerial (&#60;a href=&#34;http://maven.xerial.org/repository/snapshot)&#34; rel=&#34;nofollow&#34;&#62;http://maven.xerial.org/repository/snapshot)&#60;/a&#62;,&#60;br /&#62;
  apache (&#60;a href=&#34;https://repository.apache.org/content/repositories/releases)&#34; rel=&#34;nofollow&#34;&#62;https://repository.apache.org/content/repositories/releases)&#60;/a&#62;,&#60;br /&#62;
  java.net2 (&#60;a href=&#34;http://download.java.net/maven/2)&#34; rel=&#34;nofollow&#34;&#62;http://download.java.net/maven/2)&#60;/a&#62;,&#60;br /&#62;
  datastax-snapshot (&#60;a href=&#34;http://mvn.riptano.com/content/repositories/snapshots&#34; rel=&#34;nofollow&#34;&#62;http://mvn.riptano.com/content/repositories/snapshots&#60;/a&#62;)&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>skwash on "Hive hwi 404 not found"</title>
			<link>http://www.datastax.com/support-forums/topic/hive-hwi-404-not-found#post-380</link>
			<pubDate>Thu, 28 Jul 2011 15:38:49 +0000</pubDate>
			<dc:creator>skwash</dc:creator>
			<guid isPermaLink="false">380@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I seem to be getting a 404 when trying to access the Hive HWI.&#60;/p&#62;
&#60;p&#62;I'm starting it up with the following:&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
$ brisk hive --service hwi&#60;br /&#62;
11/07/28 08:32:00 INFO hwi.HWIServer: HWI is starting up&#60;br /&#62;
11/07/28 08:32:00 INFO mortbay.log: Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog&#60;br /&#62;
11/07/28 08:32:00 INFO mortbay.log: jetty-6.1.26&#60;br /&#62;
11/07/28 08:32:00 INFO mortbay.log: Extract /usr/share/brisk/hive/lib/hive-hwi-brisk.war to /tmp/Jetty_0_0_0_0_9999_hive.hwi.brisk.war__hwi__.luio7y/webapp&#60;br /&#62;
11/07/28 08:32:01 INFO mortbay.log: Started SocketConnector@0.0.0.0:9999&#60;br /&#62;
&#60;/code&#62;&#60;code&#62;&#60;/p&#62;
&#60;p&#62;And when I attempt to access it in a browser i receive a 404:&#60;br /&#62;
&#60;/code&#62;&#60;code&#62;&#60;br /&#62;
HTTP ERROR: 404&#60;/p&#62;
&#60;p&#62;Problem accessing /. Reason:&#60;/p&#62;
&#60;p&#62;    NOT_FOUND&#60;br /&#62;
Powered by Jetty://&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Any ideas? Is there some configuration missing or incorrect somewhere?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>agriffith on "Brisk - Pig - Return RowKey and Timestamp"</title>
			<link>http://www.datastax.com/support-forums/topic/brisk-pig#post-292</link>
			<pubDate>Tue, 12 Jul 2011 23:17:28 +0000</pubDate>
			<dc:creator>agriffith</dc:creator>
			<guid isPermaLink="false">292@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Is there an easy way to retrieve the RowKey and Timestamp from data in a cassandra column family?&#60;/p&#62;
&#60;p&#62;I can get back all the column names and values, but the RowKey value is always missing.  &#60;/p&#62;
&#60;p&#62;When I try something like FOREACH rows GENERATE RowKey, COUNT($1);&#60;/p&#62;
&#60;p&#62;I get the correct result, I just can't see what RowKeys have what counts.&#60;/p&#62;
&#60;p&#62;ie: &#60;/p&#62;
&#60;p&#62;(,2)&#60;br /&#62;
(,1)&#60;/p&#62;
&#60;p&#62;Where RowKey x has 2 values and RowKey Y has one value.&#60;/p&#62;
&#60;p&#62;I have no idea how to retrieve the timestamp information.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
