<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Hadoop .Net HDFS File Access</title><link>http://blogs.msdn.com/b/carlnol/archive/2013/02/08/hdinsight-net-hdfs-file-access.aspx</link><description>Provided with the Microsoft Distribution of Hadoop, HDInsight, is a C library for HDFS file access. This code extends this library through a Managed C++ solution. This solution enables one to consume HDFS files from within a .Net environment. The purpose</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Hadoop .Net HDFS File Access</title><link>http://blogs.msdn.com/b/carlnol/archive/2013/02/08/hdinsight-net-hdfs-file-access.aspx#10419649</link><pubDate>Fri, 17 May 2013 12:28:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10419649</guid><dc:creator>Oleg Subachev</dc:creator><description>&lt;p&gt;When I used the library from Windows Azure HDInsight Service CTP all was OK. I could copy files from HDInsight headnode to HDFS and then see through Interactive JavaScript console that the files are there in HDFS.&lt;/p&gt;
&lt;p&gt;But now under Windows Azure HDInsight preview something goes wrong: when I run the same test application on headnode all seems OK - diagnostic messages and email are OK, but when I look in HDFS through Interactive JavaScript console there are no copied files there. So no errors, but no files ???&lt;/p&gt;
&lt;p&gt;What&amp;#39;s wrong ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10419649" width="1" height="1"&gt;</description></item><item><title>re: Hadoop .Net HDFS File Access</title><link>http://blogs.msdn.com/b/carlnol/archive/2013/02/08/hdinsight-net-hdfs-file-access.aspx#10419637</link><pubDate>Fri, 17 May 2013 12:15:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10419637</guid><dc:creator>Oleg Subachev</dc:creator><description>&lt;p&gt;The problem was solved by connecting not to local loopback address (127.0.0.1), but to normal IP address of the local computer.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10419637" width="1" height="1"&gt;</description></item><item><title>re: Hadoop .Net HDFS File Access</title><link>http://blogs.msdn.com/b/carlnol/archive/2013/02/08/hdinsight-net-hdfs-file-access.aspx#10403629</link><pubDate>Tue, 19 Mar 2013 20:05:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10403629</guid><dc:creator>Rui</dc:creator><description>&lt;p&gt;Unable to connect!! getting INFO: Retrying connect to server: 127.0.0.1/127.0.0.1:9000. Already tried 0 time(s).&lt;/p&gt;
&lt;p&gt;I have the HDInsught running on my box (http://localhost:8085/ works fine) but I cant run your test &amp;quot;WinHdfsManagedTest&amp;quot;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10403629" width="1" height="1"&gt;</description></item><item><title>re: Hadoop .Net HDFS File Access</title><link>http://blogs.msdn.com/b/carlnol/archive/2013/02/08/hdinsight-net-hdfs-file-access.aspx#10401477</link><pubDate>Tue, 12 Mar 2013 07:05:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10401477</guid><dc:creator>Imaya</dc:creator><description>&lt;p&gt;Good one.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10401477" width="1" height="1"&gt;</description></item><item><title>re: Hadoop .Net HDFS File Access</title><link>http://blogs.msdn.com/b/carlnol/archive/2013/02/08/hdinsight-net-hdfs-file-access.aspx#10395530</link><pubDate>Wed, 20 Feb 2013 11:54:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10395530</guid><dc:creator>Carl Nolan</dc:creator><description>&lt;p&gt;What account are you trying to connect to the server as? Have you tried running under the Isotope user or from the HDInsight command rpompt?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10395530" width="1" height="1"&gt;</description></item><item><title>re: Hadoop .Net HDFS File Access</title><link>http://blogs.msdn.com/b/carlnol/archive/2013/02/08/hdinsight-net-hdfs-file-access.aspx#10394812</link><pubDate>Mon, 18 Feb 2013 11:58:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10394812</guid><dc:creator>Oleg Subachev</dc:creator><description>&lt;p&gt;The problem was with debug version of my test app. There are no debug versions of C++ runtime on Azure HDInsight cluster to load debug version of &amp;#39;WinHdfsManaged.dll&amp;#39;. Release version does not throw the exception.&lt;/p&gt;
&lt;p&gt;But there is another problem:&lt;/p&gt;
&lt;p&gt;Feb 18, 2013 10:05:23 AM org.apache.hadoop.ipc.Client$Connection handleConnectionFailure&lt;/p&gt;
&lt;p&gt;INFO: Retrying connect to server: 127.0.0.1/127.0.0.1:9000. Already tried 0 time(s).&lt;/p&gt;
&lt;p&gt;Feb 18, 2013 10:05:25 AM org.apache.hadoop.ipc.Client$Connection handleConnectionFailure&lt;/p&gt;
&lt;p&gt;INFO: Retrying connect to server: 127.0.0.1/127.0.0.1:9000. Already tried 1 time(s).&lt;/p&gt;
&lt;p&gt;And so on.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10394812" width="1" height="1"&gt;</description></item><item><title>re: Hadoop .Net HDFS File Access</title><link>http://blogs.msdn.com/b/carlnol/archive/2013/02/08/hdinsight-net-hdfs-file-access.aspx#10393978</link><pubDate>Fri, 15 Feb 2013 13:24:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10393978</guid><dc:creator>Oleg Subachev</dc:creator><description>&lt;p&gt;I&amp;#39;ve compiled WinHdfsManaged.dll and then used it in a very simple test app, but when run the test app on Azure HDInsight cluster I get the exception:&lt;/p&gt;
&lt;p&gt;System.IO.FileNotFoundException: Could not load file or assembly &amp;#39;WinHdfsManaged.dll&amp;#39; or one of its dependencies. The specified module could not be found.&lt;/p&gt;
&lt;p&gt;There is no such exception when run the same app locally.&lt;/p&gt;
&lt;p&gt;WinHdfsManaged.dll assembly is there, so some dependency is missing.&lt;/p&gt;
&lt;p&gt;What&amp;#39;s wrong ?&lt;/p&gt;
&lt;p&gt;Oleg Subachev&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10393978" width="1" height="1"&gt;</description></item></channel></rss>