Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-2679

There is a small typeo in hdfs_test.c when testing the success of the local hadoop initialization

VotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.17.0
    • None
    • None

    Description

      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); }

      Attachments

        1. libhdfstest.patch
          0.4 kB
          Dhruba Borthakur

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            dhruba Dhruba Borthakur
            jason_attributor Jason
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 1h
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified

                Slack

                  Issue deployment