<?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: How to &#34;register&#34; the cfs:// scheme</title>
		<link>http://www.datastax.com/support-forums/topic/how-to-register-the-cfs-scheme</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 03:42:17 +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/how-to-register-the-cfs-scheme" rel="self" type="application/rss+xml" />

		<item>
			<title>matt on "How to &#34;register&#34; the cfs:// scheme"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-register-the-cfs-scheme#post-126</link>
			<pubDate>Fri, 27 May 2011 20:09:36 +0000</pubDate>
			<dc:creator>matt</dc:creator>
			<guid isPermaLink="false">126@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hm,&#60;/p&#62;
&#60;p&#62;Looks like I'm not picking up my core-site.xml from the classpath.  Drat. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "How to &#34;register&#34; the cfs:// scheme"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-register-the-cfs-scheme#post-125</link>
			<pubDate>Fri, 27 May 2011 19:21:43 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">125@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Matt,&#60;/p&#62;
&#60;p&#62;Assuming you have setup your classpath correctly you need the following in your core-site.xml&#60;/p&#62;
&#60;p&#62;&#38;lt;property&#38;gt;&#60;br /&#62;
    &#38;lt;name&#38;gt;fs.cfs.impl&#38;lt;/name&#38;gt;&#60;br /&#62;
    &#38;lt;value&#38;gt;org.apache.cassandra.hadoop.fs.CassandraFileSystem&#38;lt;/value&#38;gt;&#60;br /&#62;
 &#38;lt;/property&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>matt on "How to &#34;register&#34; the cfs:// scheme"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-register-the-cfs-scheme#post-124</link>
			<pubDate>Fri, 27 May 2011 19:18:51 +0000</pubDate>
			<dc:creator>matt</dc:creator>
			<guid isPermaLink="false">124@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have a web application that I need to convince to read files out of cfs.  The code calls org.apache.hadoop.fs.Path.getFileSystem() on an instance of a path object initialized with: cfs:///root/subdir/&#60;/p&#62;
&#60;p&#62;But when I call that, I get:&#60;/p&#62;
&#60;p&#62;java.io.IOException: No FileSystem for scheme: cfs&#60;br /&#62;
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:1307)&#60;br /&#62;
	at org.apache.hadoop.fs.FileSystem.access$100(FileSystem.java:65)&#60;br /&#62;
	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:1328)&#60;br /&#62;
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:226)&#60;br /&#62;
	at org.apache.hadoop.fs.Path.getFileSystem(Path.java:187)&#60;/p&#62;
&#60;p&#62;I know the hadoop classes are being loaded from the jars bundled with brisk, but I'm not sure how to convince this method call that my path is valid with cfs:// in front of it.  If I drop that, I just get a reference to a local filesystem, which coincidentally exists.&#60;/p&#62;
&#60;p&#62;Thoughts?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
