Uploaded image for project: 'Giraph (Retired)'
  1. Giraph (Retired)
  2. GIRAPH-133

Typo in JavaDoc in BspCase::remove

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.0.0
    • None

    Description

      Configuration is spelled wrong in the javadoc:

          /**
           * Helper method to remove a path if it exists.
           * 
           * @param conf Configutation
           * @param path Path to remove
           * @throws IOException
           */
          public static void remove(Configuration conf, Path path) 
                  throws IOException {
              FileSystem hdfs = FileSystem.get(conf);
              hdfs.delete(path, true);
          }

      Attachments

        1. GIRAPH-133.patch
          0.5 kB
          Harsh J

        Activity

          People

            qwertymaniac Harsh J
            jghoman Jakob Homan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: