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

VersionInfo output specifies subversion

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.0-alpha1
    • build
    • None
    • Incompatible change
    • This changes the output of the 'hadoop version' command to generically say 'Source code repository' rather than specify which type of repo.

    Description

      In VersionInfo.java, It is assumed that code is managed by SVN as:

      System.out.println("Subversion " + getUrl() + " -r " + getRevision());

      It can be changed to:

      System.out.println("Source code repository: " + getUrl() + " -r " + getRevision());

      Attachments

        1. HADOOP-11041.1.patch
          1.0 kB
          Tsuyoshi Ozawa

        Activity

          People

            ozawa Tsuyoshi Ozawa
            rguo Guo Ruijing
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: