[
https://issues.apache.org/jira/browse/HADOOP-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579407#action_12579407
]
Hudson commented on HADOOP-2679:
--------------------------------
Integrated in Hadoop-trunk #431 (See
[http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/431/])
> There is a small typeo in hdfs_test.c when testing the success of the local
> hadoop initialization
> -------------------------------------------------------------------------------------------------
>
> Key: HADOOP-2679
> URL: https://issues.apache.org/jira/browse/HADOOP-2679
> Project: Hadoop Core
> Issue Type: Bug
> Components: libhdfs
> Reporter: Jason
> Assignee: dhruba borthakur
> Priority: Trivial
> Fix For: 0.17.0
>
> Attachments: libhdfstest.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> hdfsFS lfs = hdfsConnect(NULL, 0);
> if(!fs) {
> fprintf(stderr, "Oops! Failed to connect to 'local' hdfs!\n");
> exit(-1);
> }
> The test should be
> hdfsFS lfs = hdfsConnect(NULL, 0);
> if(!lfs) {
> fprintf(stderr, "Oops! Failed to connect to 'local' hdfs!\n");
> exit(-1);
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.