<?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: Unable to access the CFS  in analytic mode</title>
		<link>http://www.datastax.com/support-forums/topic/unable-to-access-the-cfs-in-analytic-mode</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 21:26:22 +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/unable-to-access-the-cfs-in-analytic-mode" rel="self" type="application/rss+xml" />

		<item>
			<title>Piotr Kołaczkowski on "Unable to access the CFS  in analytic mode"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-access-the-cfs-in-analytic-mode#post-9021</link>
			<pubDate>Thu, 14 Feb 2013 18:27:35 +0000</pubDate>
			<dc:creator>Piotr Kołaczkowski</dc:creator>
			<guid isPermaLink="false">9021@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Your URIs are wrong.&#60;br /&#62;
The correct URI syntax is:&#60;br /&#62;
[cfs://[host][:port]]/[path]&#60;/p&#62;
&#60;p&#62;The cfs://user/ URI splits into the following components:&#60;/p&#62;
&#60;p&#62;scheme = cfs&#60;br /&#62;
host = user&#60;br /&#62;
path = /&#60;/p&#62;
&#60;p&#62;This is very likely not what you wanted and that's why it has connection problems.&#60;/p&#62;
&#60;p&#62;The following will work:&#60;/p&#62;
&#60;p&#62;dse hadoop fs -ls /user&#60;br /&#62;
dse hadoop fs -ls cfs:///user&#60;br /&#62;
dse hadoop fs -ls cfs://localhost/user&#60;/p&#62;
&#60;p&#62;dse hadoop fs -cat info.csv&#60;br /&#62;
dse hadoop fs -cat cfs:///info.csv&#60;br /&#62;
dse hadoop fs -cat cfs://localhost/info.csv
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Abhijit on "Unable to access the CFS  in analytic mode"</title>
			<link>http://www.datastax.com/support-forums/topic/unable-to-access-the-cfs-in-analytic-mode#post-8579</link>
			<pubDate>Tue, 22 Jan 2013 13:34:16 +0000</pubDate>
			<dc:creator>Abhijit</dc:creator>
			<guid isPermaLink="false">8579@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;I am facing errors running DSE 2.1 in analytic mode. It might be a configuration problem. Even i have seen similar sort of issues raised in forum previously &#60;a href=&#34;http://www.datastax.com/support-forums/topic/cfs-is-not-accessable&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/support-forums/topic/cfs-is-not-accessable&#60;/a&#62;, still am unable to resolve the issue.&#60;/p&#62;
&#60;p&#62;Actually when i am using the command :&#60;br /&#62;
      dse hadoop fs -ls cfs://&#60;br /&#62;
      it is giving output as :&#60;br /&#62;
                /tmp&#60;br /&#62;
                /user&#60;br /&#62;
Great. But next time when i am trying to execute :&#60;br /&#62;
      dse hadoop fs -ls cfs://user/&#60;br /&#62;
it is not getting executed, rather showing timeout exception.&#60;/p&#62;
&#60;p&#62;Further using&#60;br /&#62;
      dse hadoop fs -copyFromLocal localpath/info.csv cfs://info.csv&#60;br /&#62;
to copy file from local file system is getting executed successfully. But while trying to execute the following statement&#60;br /&#62;
      dse hadoop fs -cat cfs://info.csv&#60;br /&#62;
its again throwing the same timeout exception&#60;/p&#62;
&#60;p&#62;Simply asking is it possible to store and retrieve files from cfs in DSE similar like HDFS.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
