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

fix endmacro of set_find_shared_library_without_version in CMakeLists

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.6.0
    • 2.6.0
    • build
    • None

    Description

      There is a small nit for set_find_shared_library_without_version in CMakeLists.txt:

      endmacro(set_find_shared_library_version LVERS)
      

      should be

      endmacro(set_find_shared_library_without_version)
      

      Attachments

        1. HADOOP-11250.001.patch
          0.6 kB
          Yi Liu

        Issue Links

          Activity

            hadoopqa Hadoop QA added a comment -

            -1 overall. Here are the results of testing the latest attachment
            http://issues.apache.org/jira/secure/attachment/12678175/HADOOP-11250.001.patch
            against trunk revision 179cab8.

            +1 @author. The patch does not contain any @author tags.

            -1 tests included. The patch doesn't appear to include any new or modified tests.
            Please justify why no new tests are needed for this patch.
            Also please list what manual steps were performed to verify this patch.

            +1 javac. The applied patch does not increase the total number of javac compiler warnings.

            +1 javadoc. There were no new javadoc warning messages.

            +1 eclipse:eclipse. The patch built with eclipse:eclipse.

            +1 findbugs. The patch does not introduce any new Findbugs (version 2.0.3) warnings.

            +1 release audit. The applied patch does not increase the total number of release audit warnings.

            +1 core tests. The patch passed unit tests in hadoop-common-project/hadoop-common.

            +1 contrib tests. The patch passed contrib unit tests.

            Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/4988//testReport/
            Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/4988//console

            This message is automatically generated.

            hadoopqa Hadoop QA added a comment - -1 overall . Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12678175/HADOOP-11250.001.patch against trunk revision 179cab8. +1 @author . The patch does not contain any @author tags. -1 tests included . The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. +1 javac . The applied patch does not increase the total number of javac compiler warnings. +1 javadoc . There were no new javadoc warning messages. +1 eclipse:eclipse . The patch built with eclipse:eclipse. +1 findbugs . The patch does not introduce any new Findbugs (version 2.0.3) warnings. +1 release audit . The applied patch does not increase the total number of release audit warnings. +1 core tests . The patch passed unit tests in hadoop-common-project/hadoop-common. +1 contrib tests . The patch passed contrib unit tests. Test results: https://builds.apache.org/job/PreCommit-HADOOP-Build/4988//testReport/ Console output: https://builds.apache.org/job/PreCommit-HADOOP-Build/4988//console This message is automatically generated.
            cmccabe Colin McCabe added a comment -

            +1. Thanks, Yi.

            cmccabe Colin McCabe added a comment - +1. Thanks, Yi.
            hudson Hudson added a comment -

            SUCCESS: Integrated in Hadoop-trunk-Commit #6394 (See https://builds.apache.org/job/Hadoop-trunk-Commit/6394/)
            HADOOP-11250. fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe) (cmccabe: rev e488f0d93bf22d25aaaac7a6a88fc300f9aa6d5a)

            • hadoop-common-project/hadoop-common/CHANGES.txt
            • hadoop-common-project/hadoop-common/src/CMakeLists.txt
            hudson Hudson added a comment - SUCCESS: Integrated in Hadoop-trunk-Commit #6394 (See https://builds.apache.org/job/Hadoop-trunk-Commit/6394/ ) HADOOP-11250 . fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe) (cmccabe: rev e488f0d93bf22d25aaaac7a6a88fc300f9aa6d5a) hadoop-common-project/hadoop-common/CHANGES.txt hadoop-common-project/hadoop-common/src/CMakeLists.txt
            hudson Hudson added a comment -

            FAILURE: Integrated in Hadoop-Yarn-trunk #729 (See https://builds.apache.org/job/Hadoop-Yarn-trunk/729/)
            HADOOP-11250. fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe) (cmccabe: rev e488f0d93bf22d25aaaac7a6a88fc300f9aa6d5a)

            • hadoop-common-project/hadoop-common/CHANGES.txt
            • hadoop-common-project/hadoop-common/src/CMakeLists.txt
            hudson Hudson added a comment - FAILURE: Integrated in Hadoop-Yarn-trunk #729 (See https://builds.apache.org/job/Hadoop-Yarn-trunk/729/ ) HADOOP-11250 . fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe) (cmccabe: rev e488f0d93bf22d25aaaac7a6a88fc300f9aa6d5a) hadoop-common-project/hadoop-common/CHANGES.txt hadoop-common-project/hadoop-common/src/CMakeLists.txt
            hudson Hudson added a comment -

            FAILURE: Integrated in Hadoop-Hdfs-trunk #1918 (See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1918/)
            HADOOP-11250. fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe) (cmccabe: rev e488f0d93bf22d25aaaac7a6a88fc300f9aa6d5a)

            • hadoop-common-project/hadoop-common/CHANGES.txt
            • hadoop-common-project/hadoop-common/src/CMakeLists.txt
            hudson Hudson added a comment - FAILURE: Integrated in Hadoop-Hdfs-trunk #1918 (See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1918/ ) HADOOP-11250 . fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe) (cmccabe: rev e488f0d93bf22d25aaaac7a6a88fc300f9aa6d5a) hadoop-common-project/hadoop-common/CHANGES.txt hadoop-common-project/hadoop-common/src/CMakeLists.txt
            hudson Hudson added a comment -

            FAILURE: Integrated in Hadoop-Mapreduce-trunk #1943 (See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1943/)
            HADOOP-11250. fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe) (cmccabe: rev e488f0d93bf22d25aaaac7a6a88fc300f9aa6d5a)

            • hadoop-common-project/hadoop-common/src/CMakeLists.txt
            • hadoop-common-project/hadoop-common/CHANGES.txt
            hudson Hudson added a comment - FAILURE: Integrated in Hadoop-Mapreduce-trunk #1943 (See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1943/ ) HADOOP-11250 . fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe) (cmccabe: rev e488f0d93bf22d25aaaac7a6a88fc300f9aa6d5a) hadoop-common-project/hadoop-common/src/CMakeLists.txt hadoop-common-project/hadoop-common/CHANGES.txt

            People

              hitliuyi Yi Liu
              hitliuyi Yi Liu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: